aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/cbch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/cbch.c')
-rw-r--r--src/common/cbch.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/cbch.c b/src/common/cbch.c
new file mode 100644
index 00000000..e3ce8975
--- /dev/null
+++ b/src/common/cbch.c
@@ -0,0 +1,8 @@
+
+#include <osmo-bts/bts.h>
+
+int bts_cbch_get(struct gsm_bts *bts, uint8_t *outbuf, struct gsm_time *g_time)
+{
+ /* FIXME: Actaully schedule + return CBCH messages */
+ return 0;
+}