aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-05-15 01:41:35 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2020-05-27 01:56:06 +0200
commit5cda1d01b442ba03b86ea9001f62a6d830adfb35 (patch)
tree8dfa63d205cfde539a82a3ff2092090566d99566 /configure.ac
parent2d0ac1c90aa02865577b752cefec29041e5dfa6e (diff)
drop IMSI filter and libfilter completely
Filtering by IMSI in osmo-bsc is a legacy use case with questionable usefulness. Remove. Do not keep deprecated VTY commands: those could be dangerous, since (presumably non-existing) users might assume that the filtering would still be in place. Rather fail to start osmo-bsc for config with an IMSI ACL. The IMSI filtering did, if present, provide the logging with an IMSI to print for the bsc_subscriber. TMSIs should have ended up in logging likewise, which has never been implemented. The proper way to learn the IMSI would be by the Common Id message from the MSC. Furthermore, the upcoming MSC pooling feature will extract the mobile identity again, and will hence make sure that both IMSI and TMSI identities, as available, end up in the bsc_subscriber and will be logged again. So long, IMSI ACL, and thanks for all the fish. Change-Id: I89727af5387e8360362e995fdee959883c37d89a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d96dfb261..6555f875d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,7 +236,6 @@ AC_OUTPUT(
include/osmocom/Makefile
include/osmocom/bsc/Makefile
src/Makefile
- src/libfilter/Makefile
src/osmo-bsc/Makefile
src/ipaccess/Makefile
src/utils/Makefile