summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-10-19 16:58:31 +0200
committerVadim Yanitskiy <axilirator@gmail.com>2020-03-09 18:05:18 +0700
commit19d6e82e9bc17fcfb64e40ee8aeb6903d9ea7e71 (patch)
tree04f1192a088c8fa6771859d65f9ce380df4e82be
parent0c937878baad2c7e64844bbc92f2542eb4992a7d (diff)
trxcon/scheduler: automatically enable PDCH lchans
-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 */