aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-13 15:02:50 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-13 15:02:50 +0100
commitaa35ba75849684a8e4fa4335612ae575d353bfb4 (patch)
tree29a14e8456b68912e7c694bc2c189ec959552061 /src/tbf.cpp
parent857281f7ff904f2c8714c938a693d3a49084f4fc (diff)
tbf: Count how often we re-use a TBF that was already being deactivated
Diffstat (limited to 'src/tbf.cpp')
-rw-r--r--src/tbf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index b4b58e48..c636c989 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -99,6 +99,7 @@ int gprs_rlcmac_tbf::append_data(const uint8_t ms_class,
"%s in WAIT RELEASE state "
"(T3193), so reuse TBF\n", tbf_name(this));
#warning "verify that m_llc.index/length is 0... check the state change"
+ bts->tbf_reused();
m_llc.put_frame(data, len);
/* reset rlc states */
memset(&dir.dl, 0, sizeof(dir.dl));