osmo-msc/openbsc/src
Neels Hofmeyr e235441f73 split bsc_bootstrap_network() in alloc and config
For patch clarity, keep some code dup to be removed in a subsequent patch. In
the same sense don't change the fact that mncc_sock_init()'s return value is
ignored.

The global gsm_network instance 'bsc_gsmnet' is basically only used by the VTY,
and a future patch will "hide" that global in a vty .c file. In a nutshell, I
want to

- first allocate a gsm_network,
- then initialize the VTY passing the gsm_network pointer,
- and then read the config file using the initialized VTY.

So far, bsc_bootstrap_network() allocates the gsm_network and reads the config
file right away, which only works by sharing the extern bsc_gsmnet pointer,
which I would like to uncouple.

Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a
2016-12-02 12:09:15 +00:00
..
gprs IuPS: properly update ra_id on GMM Attach Request 2016-11-28 12:09:06 +01:00
ipaccess ipaccess-proxy: Check setsockopt() return value 2016-11-26 17:10:29 +01:00
libbsc split bsc_bootstrap_network() in alloc and config 2016-12-02 12:09:15 +00:00
libcommon Support configuration of CON MO Groups/Paths from VTY 2016-11-13 21:22:29 +01:00
libcommon-cs sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter 2016-12-02 12:09:15 +00: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 sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter 2016-12-02 12:09:15 +00:00
libtrau Consistenly format variables in */Makefile.am files 2016-09-15 15:55:02 +02:00
osmo-bsc split bsc_bootstrap_network() in alloc and config 2016-12-02 12:09:15 +00: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: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej() 2016-11-24 16:58:31 +01:00
osmo-nitb split bsc_bootstrap_network() in alloc and config 2016-12-02 12:09:15 +00: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