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, 0 insertions, 9 deletions
diff --git a/include/openbsc/common_bsc.h b/include/openbsc/common_bsc.h
deleted file mode 100644
index 796038323..000000000
--- a/include/openbsc/common_bsc.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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);