aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/common_bsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/common_bsc.h')
-rw-r--r--include/openbsc/common_bsc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/openbsc/common_bsc.h b/include/openbsc/common_bsc.h
new file mode 100644
index 000000000..796038323
--- /dev/null
+++ b/include/openbsc/common_bsc.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <stdint.h>
+#include <openbsc/common_cs.h>
+
+struct gsm_network *bsc_network_init(void *ctx,
+ uint16_t country_code,
+ uint16_t network_code,
+ mncc_recv_cb_t mncc_recv);