Commit 97aa46e8 authored by kretzschmann's avatar kretzschmann
Browse files

add TP TP_5GNAS_AMF_AUT_REQ_03

parent fea6fffd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -146,6 +146,7 @@ Package Ngnas_Common {
            - sends
            - forwards
            - isRequestedToPlaceACall
            - aborts
            // Initial conditions
            - isNotRegisteredTo
            - hasAchievedFirstRegistration
@@ -216,7 +217,9 @@ Package Ngnas_Common {
							authentication_request_message_identity set to AUTHENTICATION_REQUEST,
							ngKSI,
							spare_half_octet,
							ABBA
							ABBA,
                            Authentication_parameter_RAND,
                            Authentication_parameter_AUTN
						;
				;
				to the UE entity
+36 −2
Original line number Diff line number Diff line
@@ -56,7 +56,9 @@ Package TP_AMF {
							NAS_PDU containing
								extended_protocol_discriminator set to 5GS_MOBILITY_MANAGEMENT_MESSAGE, //reference ts_124007v180200p: Table 11.2.3.1.1A.1: EPD values 
								security_header_type set to NOT_SECURITY_PROTECTED,
								authentication_request_message_identity set to AUTHENTICATION_REQUEST
								authentication_request_message_identity set to AUTHENTICATION_REQUEST,
								Authentication_parameter_RAND,
                            	Authentication_parameter_AUTN
								;
							;
						to the UE entity
@@ -102,7 +104,7 @@ Package TP_AMF {
							NAS_PDU containing
								extended_protocol_discriminator set to 5GS_MOBILITY_MANAGEMENT_MESSAGE, //reference ts_124007v180200p: Table 11.2.3.1.1A.1: EPD values 
								security_header_type set to NOT_SECURITY_PROTECTED,
								authentication_reject_message_identity set to AUTHENTICATION_REJECT,
								authentication_reject_message_identity set to AUTHENTICATION_REJECT
								;
							;
						to the UE entity
@@ -110,6 +112,38 @@ Package TP_AMF {
				}
			} // end TP_5GNAS_AMF_AUT_REQ_02

			Test Purpose {
			
			TP Id TP_5GNAS_AMF_AUT_REQ_03
			
			Test objective "Verify that the IUT stops re-sending an AUTHENTICATION REQUEST message if no AUTHENTICATION RESPONSE message is received on the fifth expiry of timer T3560."
			
			Reference 
				"ETSI TS 124 501 [1], Clause 5.4.1.3.7 b) and Table 10.3.1"
			
			Config Id CF_AMF_N2N1
			
			PICS Selection NONE
			
			Initial conditions with {
				the UE entity isNotRegisteredTo the AMF and
				(.) at time point start_initial_T3560 : event AUTHENTICATION_REQUEST occurs
				(!) 6s after time point start_initial_T3560 : event AUTHENTICATION_REQUEST occurs
				(!) 12s after time point start_initial_T3560 : event AUTHENTICATION_REQUEST occurs
				(!) 18s after time point start_initial_T3560 : event AUTHENTICATION_REQUEST occurs
			}
			Expected behaviour
				ensure that {
					when {
						(.) at time point start_trigger_T3560 : event AUTHENTICATION_REQUEST occurs 
					}
					then {
						(!) 6s after time point start_trigger_T3560 : the IUT entity aborts AUTHENTICATION_REQUEST procedure
						(Note 1: "It is not expected to receive another AUTHENTICATION message on the N2N1 interface.")
					}
				}
			} // end TP_5GNAS_AMF_AUT_REQ_03

		} // end Group Primary authentication and key agreement procedure	

		Group "5.4.2 Security mode control procedure"