aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bts-trx/scheduler.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/scheduler.c b/src/osmo-bts-trx/scheduler.c
index 20cafade..bcde7f30 100644
--- a/src/osmo-bts-trx/scheduler.c
+++ b/src/osmo-bts-trx/scheduler.c
@@ -248,6 +248,9 @@ void trx_sched_exit(struct trx_l1h *l1h)
chan_state->ul_bursts = NULL;
}
}
+ /* clear lchan channel states */
+ for (i = 0; i < 8; i++)
+ l1h->trx->ts[tn].lchan[i].state = LCHAN_S_NONE;
}
}