aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/abis_nm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c
index aaf99eef2..8bc3ffb3c 100644
--- a/openbsc/src/abis_nm.c
+++ b/openbsc/src/abis_nm.c
@@ -3002,7 +3002,10 @@ int ipac_parse_bcch_info(struct ipac_bcch_info *binf, u_int8_t *buf)
binf->frame_nr_offset = ntohl(*(u_int32_t *)cur);
cur += 4;
+#if 0
+ /* Somehow this is not set correctly */
if (binf->info_type & IPAC_BINF_BSIC)
+#endif
binf->bsic = *cur & 0x3f;
cur++;