Change in osmocom-bb[master]: trxcon/scheduler: do not abort on incomplete set of bursts

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.org
Wed Mar 4 15:20:48 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/17356 )


Change subject: trxcon/scheduler: do not abort on incomplete set of bursts
......................................................................

trxcon/scheduler: do not abort on incomplete set of bursts

Change-Id: Iea2d1b75b50c2889d4766687ef4fe6ae4ea39a50
---
M src/host/trxcon/sched_lchan_pdtch.c
M src/host/trxcon/sched_lchan_tchf.c
2 files changed, 2 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/56/17356/1

diff --git a/src/host/trxcon/sched_lchan_pdtch.c b/src/host/trxcon/sched_lchan_pdtch.c
index 8de947e..250b0a2 100644
--- a/src/host/trxcon/sched_lchan_pdtch.c
+++ b/src/host/trxcon/sched_lchan_pdtch.c
@@ -88,8 +88,7 @@
 			lchan->meas_avg.fn % ts->mf_layout->period,
 			ts->mf_layout->period,
 			lchan_desc->name);
-
-		return -1;
+		/* NOTE: do not about here, give it a try. Maybe we're lucky ;) */
 	}
 
 	/* Keep the mask updated */
diff --git a/src/host/trxcon/sched_lchan_tchf.c b/src/host/trxcon/sched_lchan_tchf.c
index dda4844..c56f0f0 100644
--- a/src/host/trxcon/sched_lchan_tchf.c
+++ b/src/host/trxcon/sched_lchan_tchf.c
@@ -90,9 +90,8 @@
 			lchan->meas_avg.fn % ts->mf_layout->period,
 			ts->mf_layout->period,
 			lchan_desc->name);
+		/* NOTE: do not about here, give it a try. Maybe we're lucky ;) */
 
-		/* Send BFI */
-		goto bfi;
 	}
 
 	/* Keep the mask updated */

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Iea2d1b75b50c2889d4766687ef4fe6ae4ea39a50
Gerrit-Change-Number: 17356
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-CC: Jenkins Builder
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200304/335629c0/attachment.htm>


More information about the gerrit-log mailing list