Change in osmocom-bb[master]: layer23/cbch-sniff: fix: do not blindly assume presence of CBCH

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Oct 13 08:46:11 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/20475 )

Change subject: layer23/cbch-sniff: fix: do not blindly assume presence of CBCH
......................................................................

layer23/cbch-sniff: fix: do not blindly assume presence of CBCH

We cannot blindly assume that CBCH is present on TS0/SDCCH4 before
decoding CBCH Channel Description in System Information Type 4.

Change-Id: Ie8ce572df292d0b03c0f743bcf26184619176321
---
M src/host/layer23/src/misc/app_cbch_sniff.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/host/layer23/src/misc/app_cbch_sniff.c b/src/host/layer23/src/misc/app_cbch_sniff.c
index 1e9ef5c..58b3324 100644
--- a/src/host/layer23/src/misc/app_cbch_sniff.c
+++ b/src/host/layer23/src/misc/app_cbch_sniff.c
@@ -169,7 +169,7 @@
 	case S_L1CTL_FBSB_ERR:
 		ms = g_ms;
 		return l1ctl_tx_fbsb_req(ms, ms->test_arfcn,
-			L1CTL_FBSB_F_FB01SB, 100, 0, CCCH_MODE_COMBINED_CBCH,
+			L1CTL_FBSB_F_FB01SB, 100, 0, CCCH_MODE_COMBINED,
 			dbm2rxlev(-85));
 	case S_L1CTL_FBSB_RESP:
 		return 0;

-- 
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/20475
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Ie8ce572df292d0b03c0f743bcf26184619176321
Gerrit-Change-Number: 20475
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-CC: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201013/ffdc223f/attachment.htm>


More information about the gerrit-log mailing list