osmo-msc/openbsc/src/osmo-bsc
Neels Hofmeyr 2c05f75bbf global gsm_network: move allocation further up
Now that bsc_network_alloc() is separate, move it to before the VTY init (a
subsequent patch will pass the gsm_network instance as a parameter to
vty_init()).

bsc_hack.c: drop the comment that says about the VTY init: "This needs to
precede handle_options()" -- it is not accurate. Actually move the
handle_options() above both vty_init() and the bsc_network_alloc() calls, to be
able to decide which mncc callback to pass to bsc_network_alloc. It would make
sense to set this later on, but that would require further refactoring of the
bsc_network_init() and gsm_network_init() signatures, so not in this patch.

Change-Id: Ie6a7037e703b5a2d08ceeb20d35f197aaddc9d1b
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 global gsm_network: move allocation further up 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