summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-10-19 17:31:54 +0200
committerVadim Yanitskiy <axilirator@gmail.com>2020-03-09 18:05:18 +0700
commit3d2bd1fdcbfb4864e30f35705321ecd57c8fbb0b (patch)
tree3f313614c4203eb79bd34fe3e97cf14d515d7f76
parent19d6e82e9bc17fcfb64e40ee8aeb6903d9ea7e71 (diff)
WIP: trxcon/scheduler: fix: keep auto activated lchans
-rw-r--r--src/host/trxcon/l1ctl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/host/trxcon/l1ctl.c b/src/host/trxcon/l1ctl.c
index e722624c..04325bcd 100644
--- a/src/host/trxcon/l1ctl.c
+++ b/src/host/trxcon/l1ctl.c
@@ -665,9 +665,6 @@ static int l1ctl_rx_dm_est_req(struct l1ctl_link *l1l, struct msgb *msg)
goto exit;
}
- /* Deactivate all lchans */
- sched_trx_deactivate_all_lchans(ts);
-
/* Activate only requested lchans */
rc = sched_trx_set_lchans(ts, chan_nr, 1, est_req->tch_mode);
if (rc) {