aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bss.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/bss.h')
-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 */