aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/sysinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/sysinfo.c')
-rw-r--r--src/common/sysinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sysinfo.c b/src/common/sysinfo.c
index f5f9c7ec..5c66e086 100644
--- a/src/common/sysinfo.c
+++ b/src/common/sysinfo.c
@@ -144,6 +144,7 @@ uint8_t *bts_sysinfo_get(struct gsm_bts *bts, const struct gsm_time *g_time)
/* this should never bve reached. We must transmit a BCCH
* message on the normal BCCH in all cases. */
OSMO_ASSERT(0);
+ return 0;
}
uint8_t num_agch(struct gsm_bts_trx *trx, const char * arg)