aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-11 20:08:35 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-11 20:08:35 +0100
commita6e47c7f5427c74cfaa877e815a1cb0dfe7e78a1 (patch)
tree9b0ef49dbe102ebc7928c0a1752d4ef7a144c3b2
parent5697b4ccfac1d94b94ae59d56ad92036f5438e60 (diff)
llc: Add another warning for me to take a look
-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));