aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-06-16 22:57:09 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-16 21:25:22 +0000
commitde960cbc0cc6c02139d2a9be954219420cc81650 (patch)
tree04e6bd409adf807cbd217533a82707c63012be43 /include/osmocom
parentdb78d2172b1d2ecdcbdc54d601a6477b101ebfbc (diff)
gsup: Add OSMO_GSUP_MSGT_AUTH_FAIL_REPORT
The VLR must be able to notify the HLR of authentication failures. Change-Id: I156cff76e092b3548b05534141b61887ee6be3f3 Reviewed-on: https://gerrit.osmocom.org/303 Reviewed-by: Harald Welte <laforge@gnumonks.org> Tested-by: Jenkins Builder
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/gsup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsup.h b/include/osmocom/gsm/gsup.h
index 660ffd48..ed1ef2a2 100644
--- a/include/osmocom/gsm/gsup.h
+++ b/include/osmocom/gsm/gsup.h
@@ -72,6 +72,8 @@ enum osmo_gsup_message_type {
OSMO_GSUP_MSGT_SEND_AUTH_INFO_ERROR = 0b00001001,
OSMO_GSUP_MSGT_SEND_AUTH_INFO_RESULT = 0b00001010,
+ OSMO_GSUP_MSGT_AUTH_FAIL_REPORT = 0b00001011,
+
OSMO_GSUP_MSGT_PURGE_MS_REQUEST = 0b00001100,
OSMO_GSUP_MSGT_PURGE_MS_ERROR = 0b00001101,
OSMO_GSUP_MSGT_PURGE_MS_RESULT = 0b00001110,