From 15faf92611bf5a8849379f4e48441e56e52f6247 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 4 Sep 2018 15:16:26 +0200 Subject: 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 --- library/L3_Templates.ttcn | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn index 44d9e73d..557b1b8f 100644 --- a/library/L3_Templates.ttcn +++ b/library/L3_Templates.ttcn @@ -2112,6 +2112,28 @@ template (value) PDU_L3_MS_SGSN ts_GMM_AUTH_RESP_2G(BIT4 ac_ref, OCT4 sres) := { } } +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; -- cgit v1.2.3