[PATCH] libosmocore[master]: gsup: Add OSMO_GSUP_MSGT_AUTH_FAIL_REPORT

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Jun 16 21:15:28 UTC 2016


Review at  https://gerrit.osmocom.org/303

gsup: Add OSMO_GSUP_MSGT_AUTH_FAIL_REPORT

The VLR must be able to notify the HLR of authentication failures.

Change-Id: I156cff76e092b3548b05534141b61887ee6be3f3
---
M include/osmocom/gsm/gsup.h
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/03/303/1

diff --git a/include/osmocom/gsm/gsup.h b/include/osmocom/gsm/gsup.h
index 660ffd4..ed1ef2a 100644
--- a/include/osmocom/gsm/gsup.h
+++ b/include/osmocom/gsm/gsup.h
@@ -72,6 +72,8 @@
 	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,

-- 
To view, visit https://gerrit.osmocom.org/303
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I156cff76e092b3548b05534141b61887ee6be3f3
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list