aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-03-19 11:48:54 +0100
committerHarald Welte <laforge@gnumonks.org>2013-07-21 15:44:28 +0800
commit3dfb549a6f31ea2252014db1075a7195da2d4ff7 (patch)
tree0284d314ab9f4b4322983a061cd8dbd7de0d478d /openbsc/include
parent7f6da485f5af0ad5a5a5176c2fc3fe0550beac14 (diff)
sgsn: Add "auth-policy" VTY command to enable/disable ACL
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/sgsn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h
index 447bd2f1a..f7af7509b 100644
--- a/openbsc/include/openbsc/sgsn.h
+++ b/openbsc/include/openbsc/sgsn.h
@@ -16,6 +16,7 @@ struct sgsn_config {
/* misc */
struct gprs_ns_inst *nsi;
+ int acl_enabled;
struct llist_head imsi_acl;
};