aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-07-20 21:56:44 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-29 10:21:24 +0200
commit18a17aa487b398031ebfccdff90bd240626f1696 (patch)
tree8751c5335e2c8e52d11756876892e7f7404073d9 /src
parent2813f931dd4447dbe3b4e6f134d4e36cd012a874 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/tbf_dl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tbf_dl.cpp b/src/tbf_dl.cpp
index a894789e..505d4887 100644
--- a/src/tbf_dl.cpp
+++ b/src/tbf_dl.cpp
@@ -126,8 +126,6 @@ static int tbf_new_dl_assignment(struct gprs_rlcmac_bts *bts,
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();