aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-07-30 22:34:42 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-30 22:35:31 +0200
commita780a3dc9f7d826d5b8639540e6cf9fa4e7bef08 (patch)
treea47117a3cc8be0e96c9e7f36a5a2cdbab0141deb
parente1d1f450345856d8b0636c6d0b39d4edad256cbc (diff)
network-listen: The BSIC flag is not set as expected
-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++;