[PATCH] osmo-pcu[master]: Remove #warnings that have been adressed since 2015

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/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Jul 29 08:21:50 UTC 2017


Review at  https://gerrit.osmocom.org/3382

Remove #warnings that have been adressed since 2015

In commit 939904672961fa7e28397e27f942a7d1fff4bbdf the lookup by
TLLI, TLLI-OLD and IMSI has been implemented, but the corresponding
compile-time warning was never removed.

Change-Id: I7a1767bc7cab01048e851fd4e63112bc676d6c78
---
M src/tbf_dl.cpp
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/82/3382/1

diff --git a/src/tbf_dl.cpp b/src/tbf_dl.cpp
index a894789..505d488 100644
--- a/src/tbf_dl.cpp
+++ b/src/tbf_dl.cpp
@@ -126,8 +126,6 @@
 	GprsMs *ms;
 
 	/* 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"
 	ms = bts->bts->ms_store().get_ms(tlli, tlli_old, imsi);
 	if (ms) {
 		ul_tbf = ms->ul_tbf();

-- 
To view, visit https://gerrit.osmocom.org/3382
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a1767bc7cab01048e851fd4e63112bc676d6c78
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list