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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Wed Oct 7 20:38:59 UTC 2020


Vadim Yanitskiy has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/75/20475/1

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: 1
Gerrit-Owner: Vadim Yanitskiy <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201007/58ac8200/attachment.htm>


More information about the gerrit-log mailing list