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 <axilira...@gmail.com>
Gerrit-CC: Jenkins Builder
Gerrit-MessageType: newchange

Reply via email to