From ad47f7108aff5438bd2c6f7c0e898f4aa3b66fbe Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 28 Nov 2017 16:31:29 +0100 Subject: auth: remove obsolete VTY commands Authentication is no longer done in the BSC, the variables that set the authentication policy and the IMSI regex have no longer any effect. Remove auth policy and authorized-regexp Change-Id: Ie31b921b5fd0af5501ec0c77c0f08089c10075e2 --- include/osmocom/bsc/gsm_data.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h index 75109e33e..857dd4f23 100644 --- a/include/osmocom/bsc/gsm_data.h +++ b/include/osmocom/bsc/gsm_data.h @@ -368,9 +368,6 @@ struct gsm_network { uint16_t network_code; char *name_long; char *name_short; - enum gsm_auth_policy auth_policy; - regex_t authorized_regexp; - char *authorized_reg_str; enum gsm48_reject_value reject_cause; int a5_encryption; bool authentication_required; -- cgit v1.2.3