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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/bss.h b/openbsc/include/openbsc/bss.h
index 49df547a1..39957ab7c 100644
--- a/openbsc/include/openbsc/bss.h
+++ b/openbsc/include/openbsc/bss.h
@@ -1,11 +1,14 @@
#ifndef _BSS_H_
#define _BSS_H_
+#include <openbsc/xsc.h>
+
struct gsm_network;
struct msgb;
/* start and stop network */
-extern int bsc_bootstrap_network(int (*mncc_recv)(struct gsm_network *, struct msgb *), const char *cfg_file);
+extern int bsc_network_init(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 */