aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tbf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 3c2e9960..1416e09e 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -98,6 +98,7 @@ int gprs_rlcmac_tbf::append_data(const uint8_t ms_class,
LOGP(DRLCMAC, LOGL_DEBUG,
"%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"
m_llc.put_frame(data, len);
/* reset rlc states */
memset(&dir.dl, 0, sizeof(dir.dl));