From 7f6da485f5af0ad5a5a5176c2fc3fe0550beac14 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 19 Mar 2013 11:00:13 +0100 Subject: 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 --- openbsc/include/openbsc/sgsn.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include/openbsc/sgsn.h') 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 { -- cgit v1.2.3