From 21104720f790eac667f73f012863a59ecbeb58d1 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Mon, 10 Mar 2014 14:00:23 +0100 Subject: agch: Remove obsolete comment Use of configuration variables has already been implemented here, so the TODO comment is removed. Sponsored-by: On-Waves ehf --- src/common/bts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3