aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 20:21:11 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:11 +0100
commit42de18f347fe72bedf39a2498bc0f40db78d3468 (patch)
treeaeaadce098814616e71dff0158083441e5fe9fa1 /src/tbf.cpp
parentd9262b3b550d61ece3c3328608bf51e643c856eb (diff)
debug_dl_ass_idle: Remove the feature as it is obviously broken
strncpy takes three arguments but only two are given. This feature would also only work if there is one tbf at a time.
Diffstat (limited to 'src/tbf.cpp')
-rw-r--r--src/tbf.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 0321c400..73b8b1c8 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -611,11 +611,6 @@ void gprs_rlcmac_tbf::handle_timeout()
num_T_exp++;
switch (T) {
-#ifdef DEBUG_DL_ASS_IDLE
- case 1234:
- gprs_rlcmac_trigger_downlink_assignment(tbf, NULL, debug_imsi);
- break;
-#endif
case 0: /* assignment */
if ((state_flags & (1 << GPRS_RLCMAC_FLAG_PACCH))) {
if (state_is(GPRS_RLCMAC_ASSIGN)) {