osmo-bsc/openbsc/tests/sgsn
Jacob Erlbeck a0b6efb368 sgsn: Remove explicit sgsn_instance parameters
Currently the function in sgsn_auth.c either have an sgsn_config or
an sgsn_instance parameter. Since then global sgsn variable is
already being used in that file and since other parts of the SGSN
related code also rely on a global sgsn singleton, these parameters
pretend to provide a flexibility that is not really supported.

Therefore this patch removes these parameters except for the ACL
related functions, which do not call code that uses the sgsn
variable.

Sponsored-by: On-Waves ehf
2014-11-14 10:26:06 +01:00
..
Makefile.am sgsn: Moved IMSI ACL management to sgsn_auth.c 2014-10-27 13:06:55 +01:00
sgsn_test.c sgsn: Remove explicit sgsn_instance parameters 2014-11-14 10:26:06 +01:00
sgsn_test.ok sgsn: Don't assign a new P-TMSI if one is pending 2014-11-14 10:19:29 +01:00