From 19d6e82e9bc17fcfb64e40ee8aeb6903d9ea7e71 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 19 Oct 2018 16:58:31 +0200 Subject: trxcon/scheduler: automatically enable PDCH lchans Change-Id: I975189c5e9f7d325dad83f2d69603badfc3a2552 --- src/host/trxcon/sched_trx.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit v1.2.3