aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2014-06-04 18:54:18 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-06-04 19:01:56 +0200
commit77e58f602d52a1baaf0e11ee280d04126900c5f4 (patch)
treef4e731338d40a06f1ad4fd8cf08e7117c4fbc3da
parent5d77f149045601d0a28f8e2f2a1f484389c4eb65 (diff)
bts: Remove outdated comment
There is no parameter in the function and the bts has a memeber trx which has a member pdch. Sponsored-by: On-Waves ehf
-rw-r--r--src/bts.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index 9de6dc35..3dd57057 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -532,7 +532,6 @@ void gprs_rlcmac_pdch::disable()
m_is_enabled = 0;
}
-/* TODO: kill the parameter and make a pdch belong to a trx.. to a bts.. */
void gprs_rlcmac_pdch::free_resources()
{
struct gprs_rlcmac_paging *pag;