aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/sgsn.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-03-19 11:00:13 +0100
committerHarald Welte <laforge@gnumonks.org>2013-07-21 15:44:24 +0800
commit7f6da485f5af0ad5a5a5176c2fc3fe0550beac14 (patch)
treeb8182fc38ce459344c6f7dba8cc1a3e94c5fb1b7 /openbsc/include/openbsc/sgsn.h
parentcb5353d8511f7cd36472334402f7ac31dc26327b (diff)
sgsn: add a minimalistic ACL
This adds a minimalistic ACL by which certain, individual roaming IMSIs can be authorized to use the SGSN. So you can selectively bypass the 'MCC+MNC == first 5 digits of IMSI' checking for a couple of IMSIs
Diffstat (limited to 'openbsc/include/openbsc/sgsn.h')
-rw-r--r--openbsc/include/openbsc/sgsn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h
index 48a7b3474..447bd2f1a 100644
--- a/openbsc/include/openbsc/sgsn.h
+++ b/openbsc/include/openbsc/sgsn.h
@@ -15,6 +15,8 @@ struct sgsn_config {
/* misc */
struct gprs_ns_inst *nsi;
+
+ struct llist_head imsi_acl;
};
struct sgsn_instance {