fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/41904?usp=email )
Change subject: trxcon/l1sched: l1sched_reset(): also reset bsic
......................................................................
trxcon/l1sched: l1sched_reset(): also reset bsic
Change-Id: I4dfe5663fac12548d33393fe3b1426e5d80f50e7
Related: 8428b1ea0 ("trxcon: abstract out the scheduler API from
L1CTL/TRXD/TRXC")
---
M src/host/trxcon/src/sched_trx.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/04/41904/1
diff --git a/src/host/trxcon/src/sched_trx.c b/src/host/trxcon/src/sched_trx.c
index 9a0b095..7d5c70f 100644
--- a/src/host/trxcon/src/sched_trx.c
+++ b/src/host/trxcon/src/sched_trx.c
@@ -193,6 +193,8 @@
l1sched_del_ts(sched, tn);
l1sched_sacch_cache_update(sched, meas_rep_dummy);
+
+ sched->bsic = 0;
}
void l1sched_sacch_cache_read(struct l1sched_state *sched, uint8_t *out)
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/41904?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I4dfe5663fac12548d33393fe3b1426e5d80f50e7
Gerrit-Change-Number: 41904
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>