aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-07-02 12:34:26 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-07-02 12:34:26 +0200
commit9eb88f2348ce449deac1022950998ecef372a67b (patch)
tree440795533cefb99e4dc467edcd67f7404d4d5abd
parent5ef6a6028a1ed8aa59d3b2a701d53e4737c15478 (diff)
tbf: Remove call to update() in reuse_tbf (TODO)
-rw-r--r--src/tbf_dl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tbf_dl.cpp b/src/tbf_dl.cpp
index 99ca5cde..5f30098e 100644
--- a/src/tbf_dl.cpp
+++ b/src/tbf_dl.cpp
@@ -869,8 +869,6 @@ void gprs_rlcmac_dl_tbf::reuse_tbf()
state_flags &= GPRS_RLCMAC_FLAG_TO_MASK;
state_flags &= ~(1 << GPRS_RLCMAC_FLAG_CCCH);
- new_tbf->update();
-
LOGP(DRLCMAC, LOGL_DEBUG, "%s Trigger dowlink assignment on PACCH, "
"because another LLC PDU has arrived in between\n",
tbf_name(this));