aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-03-10 14:00:23 +0100
committerJacob Erlbeck <jerlbeck@sysmocom.de>2014-03-10 14:04:29 +0100
commit21104720f790eac667f73f012863a59ecbeb58d1 (patch)
treed43b55df67559039f2725c6e032b38b308012064 /src
parentb26b8fc77692e851469f3e27b9aeaeff233ffd2e (diff)
agch: Remove obsolete comment
Use of configuration variables has already been implemented here, so the TODO comment is removed. Sponsored-by: On-Waves ehf
Diffstat (limited to 'src')
-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;