aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-06-29 13:30:43 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-07-03 15:58:43 +0200
commit07111668d4b4bfe44c02077b29ed7d3cb8415134 (patch)
treed39dadb8c191818e6ac18ff67f0867c2aa9706c9 /src
parent4944c195d4a71f4aa5d9a3274907fa0bfed0e6ce (diff)
tbf: Remove call to update() in reuse_tbf
Since both TBF are based on the same reservation which means that they should be compatible with respect to the slot usage, and since the new TBF has not been forced to single slot usage, an update of the allocation is not necessary now. This commit removes the call to update() from within reuse_tbf(). Sponsored-by: On-Waves ehf
Diffstat (limited to 'src')
-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 f3072889..cf03d331 100644
--- a/src/tbf_dl.cpp
+++ b/src/tbf_dl.cpp
@@ -867,8 +867,6 @@ void gprs_rlcmac_dl_tbf::reuse_tbf()
state_flags &= GPRS_RLCMAC_FLAG_TO_MASK;
state_flags &= ~(1 << GPRS_RLCMAC_FLAG_CCCH);
- update(new_tbf->ms());
-
LOGP(DRLCMAC, LOGL_DEBUG, "%s Trigger dowlink assignment on PACCH, "
"because another LLC PDU has arrived in between\n",
tbf_name(this));