aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/scheduler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/scheduler.c')
-rw-r--r--src/common/scheduler.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index 84918e31..42a0c0c3 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -861,8 +861,11 @@ static int rts_data_fn(struct l1sched_trx *l1t, uint8_t tn, uint32_t fn,
/* For handover detection, there are cases where the SACCH should remain inactive until the first RACH
* indicating the TA is received. */
if (L1SAP_IS_LINK_SACCH(link_id)
- && !l1t->ts[tn].chan_state[chan].lchan->want_dl_sacch_active)
+ && !l1t->ts[tn].chan_state[chan].lchan->want_dl_sacch_active) {
+ LOGL1S(DL1P, LOGL_NOTICE, l1t, tn, chan, fn,
+ "SKIPPING PH-RTS.ind: chan_nr=0x%02x link_id=0x%02x\n", chan_nr, link_id);
return 0;
+ }
LOGL1S(DL1P, LOGL_DEBUG, l1t, tn, chan, fn,
"PH-RTS.ind: chan_nr=0x%02x link_id=0x%02x\n", chan_nr, link_id);