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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/18734 )
Change subject: scheduler: fix trx_sched_ul_burst(): ignore NOPE.ind during handover
......................................................................
scheduler: fix trx_sched_ul_burst(): ignore NOPE.ind during handover
Change-Id: Ic69f3bc2b776a23374c28a6884080a54bc16ef5f
Related: OS#4592
---
M src/common/scheduler.c
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/34/18734/1
diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index 5b398d1..97b2856 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -1380,6 +1380,10 @@
/* handle NOPE indications */
if (bi->flags & TRX_BI_F_NOPE_IND) {
+ /* No applicable if we are waiting for handover RACH. */
+ if (l1cs->ho_rach_detect)
+ return 0;
+
switch (chan) {
case TRXC_PDTCH:
case TRXC_PTCCH:
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18734
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ic69f3bc2b776a23374c28a6884080a54bc16ef5f
Gerrit-Change-Number: 18734
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200608/5302eb17/attachment.htm>