aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-08-24 21:22:16 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-10-18 15:17:27 +0400
commitbb20b2c64c5790c774bb179cee92aa01eb494cab (patch)
tree3afdc59f87436a8c26e3934c01336e2b70b1a553 /src
parentbcafdf8d902baf831642de5b21ebb91ad299a509 (diff)
tbf: Add more to do items for refactoring on the dl assignment
Diffstat (limited to 'src')
-rw-r--r--src/tbf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 21b58ac2..cb8fb19d 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -114,6 +114,8 @@ static int tbf_new_dl_assignment(struct gprs_rlcmac_bts *bts,
int rc;
/* check for uplink data, so we copy our informations */
+#warning "Do the same look up for IMSI, TLLI and OLD_TLLI"
+#warning "Refactor the below lines... into a new method"
tbf = tbf_by_tlli(tlli, GPRS_RLCMAC_UL_TBF);
if (tbf && tbf->dir.ul.contention_resolution_done
&& !tbf->dir.ul.final_ack_sent) {