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

laforge gerrit-no-reply at lists.osmocom.org
Mon Mar 16 10:32:43 UTC 2020


laforge has submitted this change. ( 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(-)

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



diff --git a/src/host/trxcon/sched_lchan_pdtch.c b/src/host/trxcon/sched_lchan_pdtch.c
index 8de947e..6a68489 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 abort 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 018b5e4..c5362f0 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 abort 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: 7
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
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/20200316/6e442f46/attachment.htm>


More information about the gerrit-log mailing list