summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-05 14:08:58 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-01-05 14:36:03 +0700
commitf09be8a9af8735449a0d846c0b432f7090a4342c (patch)
treeade07acc93c30582bf1272c2e8dcd3499cef79ce
parentbd6e320c086b0b272665b82ab794a03755706055 (diff)
trxcon/scheduler: drop meaningless TODO comment
Since both TA and AGC loops should be implemented in transceiver, this TODO is meaningless. Let's drop it. Change-Id: I84979712e2a1b849acaee53d5cd50de4e1e357c2
-rw-r--r--src/host/trxcon/sched_lchan_xcch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/host/trxcon/sched_lchan_xcch.c b/src/host/trxcon/sched_lchan_xcch.c
index c71b10fd..20153305 100644
--- a/src/host/trxcon/sched_lchan_xcch.c
+++ b/src/host/trxcon/sched_lchan_xcch.c
@@ -112,7 +112,6 @@ int rx_data_fn(struct trx_instance *trx, struct trx_ts *ts,
sched_send_data_ind(trx, ts, lchan,
l2, GSM_MACBLOCK_LEN, rc != 0, n_errors);
- /* TODO: AGC, TA loops */
return 0;
}