diff mbox

[osmo-pcu,1/1] bts: Remove outdated comment

Message ID acb1a5db7f6fbb1a3485a61c9d844fc19a61ea60.1401900858.git.daniel@totalueberwachung.de
State Accepted
Headers show

Commit Message

Daniel Willmann June 4, 2014, 4:54 p.m. UTC
There is no parameter in the function and the bts has a memeber trx
which has a member pdch.

Sponsored-by: On-Waves ehf
---
 src/bts.cpp | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/src/bts.cpp b/src/bts.cpp
index 9de6dc3..3dd5705 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;