aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-14 00:19:06 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-14 09:04:52 +0100
commit2346619c1aa1eba3d8f7e939a0efd704ea3fe932 (patch)
tree269666fa99654fc4a3361ca03c0bc73e2b4f5013 /include
parent27b40c601c41fde70446ad553629494234c07662 (diff)
remove unused "authorized-regexp" VTY command
This is another left-over VTY command from the OsmoNITB days. If such functionality is desired, it must be implemented in OsmoHLR, but not here. Related: OS#2528 Change-Id: Icf0897c47388e49ba7886b55acc728a6f7d213fe
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/gsm_data.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 0548b80bd..970128866 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -236,8 +236,6 @@ struct gsm_network {
char *name_long;
char *name_short;
enum gsm_auth_policy auth_policy;
- regex_t authorized_regexp;
- char *authorized_reg_str;
/* bit-mask of permitted encryption algorithms. LSB=A5/0, MSB=A5/7 */
uint8_t a5_encryption_mask;
bool authentication_required;