aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/bts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/bts.c b/src/common/bts.c
index 1d66775f..878770af 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -501,7 +501,6 @@ static void compact_agch_queue(struct gsm_bts *bts)
if (max_len == 0)
max_len = 1;
- /* TODO: Make the constants configurable */
if (btsb->agch_queue_length < max_len * level_thres / 100)
return;