aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 19:05:42 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:11 +0100
commita54bbbbf02e92bc770e6704d9c9f73f079193d8f (patch)
tree4c56d6e4040b2fecf11d53458565f7bda8d907ec
parentdea63b96e0a918f5430b982f86c21c5ed0bc0647 (diff)
pdch/tbf: Add another todo item for badly placed code...
-rw-r--r--src/bts.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index cb9ecdbc..48c86b0b 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -493,6 +493,7 @@ int gprs_rlcmac_pdch::rcv_data_block_acknowledged(uint8_t *data, uint8_t len, in
tbf->dir.ul.v_r);
}
+ #warning "Move to TBF and remove the index side effect.."
/* Raise V(Q) if possible, and retrieve LLC frames from blocks.
* This is looped until there is a gap (non received block) or
* the window is empty.*/