osmo-msc/openbsc/src/osmo-bsc
Neels Hofmeyr 43273c63de factor out gen of USSD notify and release complete to libosmocore
Both libmsc and libbsc will need distinct gsm0480_send_ussdNotify() and
gsm0480_send_releaseComplete() functions, since there will be distinct
subscriber connection structs.

Rename to msc_send_ussd_notify() and msc_send_ussd_release_complete(), and add
the same in libbsc with bsc_ prefix in new file gsm_04_80_utils.c.

In preparation of this patch, the message generation part of these functions
has been added to libosmocore as gsm0480_create_ussd_notify() and
gsm0480_create_ussd_release_complete(). Use these.

Adjust all libmsc and libbsc callers according to use the msc_* or bsc_*
implementation, respectively.

Change-Id: I33a84e3c28576ced91d2ea24103123431f551173
2016-12-02 12:09:15 +00:00
..
Makefile.am move to libcommon-cs: net init 3: actual move 2016-11-24 16:58:31 +01:00
osmo_bsc_api.c factor out gen of USSD notify and release complete to libosmocore 2016-12-02 12:09:15 +00:00
osmo_bsc_audio.c handover: Fix the handover signalling for IP based BTSes 2012-12-26 10:32:02 +01:00
osmo_bsc_bssap.c gsm0408: Provide unique strings for the gsm 04.08 message 2016-01-30 09:57:49 +01:00
osmo_bsc_ctrl.c factor out gen of USSD notify and release complete to libosmocore 2016-12-02 12:09:15 +00:00
osmo_bsc_filter.c factor out gen of USSD notify and release complete to libosmocore 2016-12-02 12:09:15 +00:00
osmo_bsc_grace.c factor out gen of USSD notify and release complete to libosmocore 2016-12-02 12:09:15 +00:00
osmo_bsc_main.c msgb talloc ctx: initialize in all main() scopes 2016-10-13 13:14:41 +00:00
osmo_bsc_msc.c bsc: Rename core_ncc to core_mnc 2015-07-13 11:06:10 +02:00
osmo_bsc_sccp.c factor out gen of USSD notify and release complete to libosmocore 2016-12-02 12:09:15 +00:00
osmo_bsc_vty.c osmo-bsc: fix compiler warning: store struct in vty->index 2016-03-27 10:48:14 +02:00