(.) 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
the UE entity isNotRegisteredTo the AMF
and (.) at time point start_initial_T3560 : event AUTHENTICATION_REQUEST occurs
and (!) 6s after time point start_initial_T3560 : event AUTHENTICATION_REQUEST occurs
and (!) 12s after time point start_initial_T3560 : event AUTHENTICATION_REQUEST occurs
and (!) 18s after time point start_initial_T3560 : event AUTHENTICATION_REQUEST occurs
}
Expected behaviour
ensure that {
@@ -144,6 +144,59 @@ Package TP_AMF {
}
} // end TP_5GNAS_AMF_AUT_REQ_03
Test Purpose {
TP Id TP_5GNAS_AMF_AUT_REQ_04
Test objective "Verify that the IUT sends an AUTHENTICATION REJECT message correctly upon receipt of an AUTHENTICATION RESPONSE message indicating a wrong ARP IEI."
Reference
"ETSI TS 124 501 [1], Clause 5.4.1.3.7 c) and 8.2.4"
Config Id CF_AMF_N2N1
PICS Selection NONE
Initial conditions with {
the UE entity isNotRegisteredTo the AMF and
the IUT entity sends an DOWNLINK_NAS_TRANSFER containing
NAS_PDU containing
security_header_type set to INTEGRITY_PROTECTED,
authentication_parameter_AUTN containing
AUTN indicating value PX_WRONG_MAC_CODE
;
;
to the UE entity
}
Expected behaviour
ensure that {
when {
the IUT entity receives an UPLINK_NAS_TRANSFER containing
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 INTEGRITY_PROTECTED,
authentication_failure_message_identity set to AUTHENTICATION_FAILURE,
5GMM_cause set to MAC_failure
;
;
;
from the UE entity
}
then {
the IUT entity sends an DOWNLINK_NAS_TRANSFER containing
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 INTEGRITY_PROTECTED,
identity_request_message_identity set to IDENTITY_REQUEST,
identity_type set to SUCI
;
;
to the UE entity
}
}
} // end TP_5GNAS_AMF_AUT_REQ_04
} // end Group Primary authentication and key agreement procedure