aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-11 14:12:00 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-29 13:20:44 +0200
commit84d8db46168cba296031b84eaa58e328ada4b8ad (patch)
treeb19fa8d99f534c341aec75d5028c78895e7396e6 /openbsc/include
parent1cd730a3b55e707a022aba3e5d28e03059e93a8c (diff)
split bsc_bootstrap_network() in alloc and config
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/bss.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/bss.h b/openbsc/include/openbsc/bss.h
index d73776f03..9f16bf7d7 100644
--- a/openbsc/include/openbsc/bss.h
+++ b/openbsc/include/openbsc/bss.h
@@ -6,7 +6,8 @@
struct msgb;
/* start and stop network */
-extern int bsc_bootstrap_network(mncc_recv_cb_t mncc_recv, const char *cfg_file);
+extern int bsc_network_alloc(mncc_recv_cb_t mncc_recv);
+extern int bsc_network_configure(const char *cfg_file);
extern int bsc_shutdown_net(struct gsm_network *net);
/* register all supported BTS */