osmo-msc/openbsc/src
Neels Hofmeyr e78ae21ff4 move to libcommon-cs: net init 3: actual move
Reincarnate gsm_network_init() as the parts not specific to libbsc.
Move from bsc_network_init() those bits that are not BSC specific (and useful
for upcoming osmo-cscn).

Add libcommon-cs to all linkages that use gsm_network_init().

Note: the only requirement to allow linking gsm_network_init() without libbsc
is to keep the call to gsm_net_update_ctype() out of libcommon-cs. The other items
are kept out of libcommon-cs because it makes sense semantically. But the separation
is not strong in that the BSC specific data members are of course still
omnipresent in struct gsm_network. If bsc_network_init() is not called, these
are not initialized properly -- for now no users of uninitialized members
exist.

So this is just a first step towards a sensible split of the BSC and MSC
gsm_network structs. The long term aim should be to have entirely separate
structs with some common general items.

Change-Id: If06316b97002390dc9a434686750cb96193ea63b
2016-11-24 16:58:31 +01:00
..
gprs Add support for pdpctx_timer_stop 2016-11-23 12:23:41 +00:00
ipaccess move to libcommon-cs: net init 3: actual move 2016-11-24 16:58:31 +01:00
libbsc move to libcommon-cs: net init 3: actual move 2016-11-24 16:58:31 +01:00
libcommon Support configuration of CON MO Groups/Paths from VTY 2016-11-13 21:22:29 +01:00
libcommon-cs move to libcommon-cs: net init 3: actual move 2016-11-24 16:58:31 +01:00
libfilter Consistenly format variables in */Makefile.am files 2016-09-15 15:55:02 +02:00
libiu info log: iu: add line break to and tweak rx RAB Ass Resp log 2016-10-30 18:28:27 +00:00
libmgcp COSMETIC: 'if' is not a function, so there is space before '(' 2016-09-28 00:47:28 +00:00
libmsc ussd: Add band-aid for interrogationSS 2016-11-18 19:04:37 +00:00
libtrau Consistenly format variables in */Makefile.am files 2016-09-15 15:55:02 +02:00
osmo-bsc move to libcommon-cs: net init 3: actual move 2016-11-24 16:58:31 +01:00
osmo-bsc_mgcp msgb talloc ctx: initialize in all main() scopes 2016-10-13 13:14:41 +00:00
osmo-bsc_nat move to libcommon-cs: net init 3: actual move 2016-11-24 16:58:31 +01:00
osmo-nitb move to libcommon-cs: net init 3: actual move 2016-11-24 16:58:31 +01:00
utils move to libcommon-cs: net init 3: actual move 2016-11-24 16:58:31 +01:00
Makefile.am Add empty libcommon-cs 2016-11-24 16:58:30 +01:00