network-listen: The BSIC flag is not set as expected
diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c
index aaf99ee..8bc3ffb 100644
--- a/openbsc/src/abis_nm.c
+++ b/openbsc/src/abis_nm.c
@@ -3002,7 +3002,10 @@
 		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++;