aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-14 00:16:29 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-14 08:29:24 +0100
commit27b40c601c41fde70446ad553629494234c07662 (patch)
tree8d4d7c3bb6c27dbf0b6bc38e51a437f6b8cbc7c7 /include
parent3db47c4e519051292723704d71fbd57205ec4563 (diff)
remove unused VTY command "location updating reject cause"
OsmoMSC is using whatever reject cause is apropriate in the given situation. This user-configurable reject cause only had relevance in OsmoNITB, and hence it is an unused parameter that can be removed in OsmoMSC. Related: OS#2528 Change-Id: Ie1f39e706477aaf42051877b52d4b3ae1c5f138e
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/gsm_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index cde1ce203..0548b80bd 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -238,7 +238,6 @@ struct gsm_network {
enum gsm_auth_policy auth_policy;
regex_t authorized_regexp;
char *authorized_reg_str;
- enum gsm48_reject_value reject_cause;
/* bit-mask of permitted encryption algorithms. LSB=A5/0, MSB=A5/7 */
uint8_t a5_encryption_mask;
bool authentication_required;