Change in osmo-ttcn3-hacks[master]: L3_Template: add template ts_GMM_AUTH_FAIL_UMTS_AKA_RESYNC

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Sep 4 16:19:31 UTC 2018


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/10766


Change subject: L3_Template: add template ts_GMM_AUTH_FAIL_UMTS_AKA_RESYNC
......................................................................

L3_Template: add template ts_GMM_AUTH_FAIL_UMTS_AKA_RESYNC

ts_GMM_AUTH_FAIL_UMTS_AKA_RESYNC send a Authentication & Ciphering failure
to resync the USIM with the HLR.

Change-Id: Ia58dc1483757887ca14cfae19e30f9c91fef5874
---
M library/L3_Templates.ttcn
1 file changed, 22 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/66/10766/1

diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 44d9e73..557b1b8 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -2112,6 +2112,28 @@
 	}
 }
 
+template PDU_L3_MS_SGSN ts_GMM_AUTH_FAIL_UMTS_AKA_RESYNC(octetstring auts) := {
+	discriminator := '1000'B,
+	tiOrSkip := {
+		skipIndicator := '0000'B
+	},
+	msgs := {
+		gprs_mm := {
+			authenticationAndCipheringFailure := {
+				messageType := '00011100'B,
+				gmmCause := {
+					causeValue := '15'O /* GMM_CAUSE_SYNC_FAIL 10.5.3.2.2 */
+				},
+				authenticationFailureParam := {
+					elementIdentifier := '30'O,
+					lengthIndicator := 14,
+					valueField := auts
+				}
+			}
+		}
+	}
+}
+
 
 const BIT3 c_GMM_DTT_MO_GPRS := '001'B;
 const BIT3 c_GMM_DTT_MO_IMSI := '010'B;

-- 
To view, visit https://gerrit.osmocom.org/10766
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia58dc1483757887ca14cfae19e30f9c91fef5874
Gerrit-Change-Number: 10766
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180904/74ab9b85/attachment.htm>


More information about the gerrit-log mailing list