From 3b5d4072035a87f85ffda6b155cbdd3bbc15deef Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Fri, 24 Oct 2014 15:11:03 +0200 Subject: sgsn: Moved IMSI ACL management to sgsn_auth.c Currently the ACL code is located in sgsn_vty.c. This commit moves this to a new file sgsn_auth.c as a first step to make authorization more flexible in order to implement remote acquisition on subsciber data. Sponsored-by: On-Waves ehf --- openbsc/src/gprs/sgsn_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src/gprs/sgsn_main.c') diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c index 41e11f72b..d8e01ff09 100644 --- a/openbsc/src/gprs/sgsn_main.c +++ b/openbsc/src/gprs/sgsn_main.c @@ -345,6 +345,7 @@ int main(int argc, char **argv) bssgp_vty_init(); gprs_llc_vty_init(); gprs_sndcp_vty_init(); + sgsn_auth_init(&sgsn_inst); /* FIXME: register signal handler for SS_L_NS */ rc = sgsn_parse_config(sgsn_inst.config_file, &sgsn_inst.cfg); -- cgit v1.2.3