osmo-msc/openbsc/src/osmo-bsc
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
..
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
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 split bsc_bootstrap_network() in alloc and config 2016-12-02 12:09:15 +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