[PATCH 7/8] tbf: Add more to do items for refactoring on the dl assignment

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-net-gprs@lists.osmocom.org/.

Holger Freyther hfreyther at sysmocom.de
Wed Oct 16 14:23:47 UTC 2013


From: Holger Hans Peter Freyther <holger at moiji-mobile.com>

---
 src/tbf.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tbf.cpp b/src/tbf.cpp
index 21b58ac..cb8fb19 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) {
-- 
1.8.4.rc3





More information about the osmocom-net-gprs mailing list