aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-15 00:36:54 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-15 00:36:54 +0800
commit3dfcd4636a8b32d66c985f55404847799c30f38d (patch)
treebeb172c5e1ec00e18bb2ee291c0d564832d6da20 /openbsc/include/openbsc/bsc_nat.h
parent50818d0c20a94476477609d448158779f26b12cf (diff)
[nat] Remove the imsi allow option on the nat level.
For now we have: 1.) bsc imsi deny to deny at the BSC level 2.) bsc imsi allow to allow a SIM at the BSC level 3.) nat imsi deny to deny at the global level
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 090eca8ef..351a06d48 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -229,8 +229,6 @@ struct bsc_nat {
struct bsc_endpoint *bsc_endpoints;
/* filter */
- char *imsi_allow;
- regex_t imsi_allow_re;
char *imsi_deny;
regex_t imsi_deny_re;