aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 18:31:51 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:11 +0100
commit782f6ddf994641271ae9323dc833c883fb5d172e (patch)
treecb204ac67f431a81fbaeddb7c93e341786baf997 /src
parent86300bbeea0601e2a1be34021f438433b5f01a27 (diff)
tbf: Add todo item tht could help improving debugging
Diffstat (limited to 'src')
-rw-r--r--src/tbf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 21cd4ee..4a15265 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -300,6 +300,7 @@ void tbf_free(struct gprs_rlcmac_tbf *tbf)
"assignment message never gets transmitted. Please "
"be shure not to free in this state. PLEASE FIX!\n");
tbf->stop_timer();
+ #warning "TODO: Could/Should generate bssgp_tx_llc_discarded"
while ((msg = msgb_dequeue(&tbf->llc_queue)))
msgb_free(msg);
tbf_unlink_pdch(tbf);