Skip to content
Success

Changes

Summary

  1. gsm48_cc_tx_setup: add goto error (details)
  2. gsm48_cc_tx_setup: move msgb_alloc down (details)
Commit f40ff642d41382c615490d4580d64be91a0ef6cc by Oliver Smith
gsm48_cc_tx_setup: add goto error

Move common clean up code to a new error label.

Change-Id: Ic8268d32df968d2e7c80f62b4a4fe370052f999f
The file was modifiedsrc/libmsc/gsm_04_08_cc.c
Commit 10c52d551db32ced4b456b4d46d4b90f3fb1ba4c by Oliver Smith
gsm48_cc_tx_setup: move msgb_alloc down

Don't alloc msgb before it gets used.

Change-Id: I99edbdc915552a4ab28ef6f7a1e55818092a2e20
The file was modifiedsrc/libmsc/gsm_04_08_cc.c