fixeria has submitted this change. ( 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(-)
Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/src/host/trxcon/src/sched_trx.c b/src/host/trxcon/src/sched_trx.c index a2ee464..e3b1674 100644 --- a/src/host/trxcon/src/sched_trx.c +++ b/src/host/trxcon/src/sched_trx.c @@ -195,6 +195,8 @@
/* Reset UL SACCH cache */ l1sched_sacch_cache_update(sched, meas_rep_dummy); + + sched->bsic = 0; }
void l1sched_sacch_cache_read(struct l1sched_state *sched, uint8_t *out)