summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host/trxcon/sched_trx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/trxcon/sched_trx.c b/src/host/trxcon/sched_trx.c
index 081e3ca8..812b630e 100644
--- a/src/host/trxcon/sched_trx.c
+++ b/src/host/trxcon/sched_trx.c
@@ -302,6 +302,8 @@ int sched_trx_configure_ts(struct trx_instance *trx, int tn,
/* Enable channel automatically if required */
if (trx_lchan_desc[type].flags & TRX_CH_FLAG_AUTO)
sched_trx_activate_lchan(ts, type);
+ else if (trx_lchan_desc[type].flags & TRX_CH_FLAG_PDCH)
+ sched_trx_activate_lchan(ts, type);
}
/* Notify transceiver about TS activation */