Change in osmo-bts[master]: part 3 of: fix SAPIs for handover, osmo-bts-trx

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
Thu Nov 26 09:22:40 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/21276 )

Change subject: part 3 of: fix SAPIs for handover, osmo-bts-trx
......................................................................

part 3 of: fix SAPIs for handover, osmo-bts-trx

Change-Id: I0b34855f0374e9ee7071ce14c1472eb3ead50970
---
M src/common/scheduler.c
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index b61330d..84918e3 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -858,6 +858,12 @@
 		return -ENODEV;
 	}
 
+	/* For handover detection, there are cases where the SACCH should remain inactive until the first RACH
+	 * indicating the TA is received. */
+	if (L1SAP_IS_LINK_SACCH(link_id)
+	    && !l1t->ts[tn].chan_state[chan].lchan->want_dl_sacch_active)
+		return 0;
+
 	LOGL1S(DL1P, LOGL_DEBUG, l1t, tn, chan, fn,
 		"PH-RTS.ind: chan_nr=0x%02x link_id=0x%02x\n", chan_nr, link_id);
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I0b34855f0374e9ee7071ce14c1472eb3ead50970
Gerrit-Change-Number: 21276
Gerrit-PatchSet: 7
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201126/42a9b7d6/attachment.htm>


More information about the gerrit-log mailing list