Test objective "Verify that the IUT sends an AUTHENTICATION_REQUEST message correctly upon receipt of a NAS Registration without an active security context."
Test objective "Verify that the IUT sends an AUTHENTICATION_REQUEST message upon receipt of an initial REGISTRATION_REQUEST containing a SUCI, when no active 5G NAS security context exists."
Reference
"ETSI TS 124 501 [1], Clauses 5.4.1.3.2 and 8.2.1"
Config Id CF_AMF_N2N1
PICS Selection NONE
PICS Selection PICS_A4/1_2
Initial conditions with {
the UE entity isNotRegisteredToAMF
@@ -48,8 +48,17 @@ Package TP_AMF {
extended_protocol_discriminator set to 5GS_MOBILITY_MANAGEMENT_MESSAGES, //reference ts_124007v180200p: Table 11.2.3.1.1A.1: EPD values
security_header_type set to NOT_SECURITY_PROTECTED,
message_type set to REGISTRATION_REQUEST,
5GS_registration_type,
5GS_mobile_identity;;
5GS_registration_type containing
5GS_registration_type_value set to INITIAL_REGISTRATION;,
5GS_mobile_identity containing
SUPI_format indicating value IMSI,
Type_of_identity indicating value SUCI,
MCC indicating value PX_MCC,
MNC indicating value PX_MNC,
Routing_indicator indicating value PX_ROUTING_INDICATOR,
Protection_scheme_id indicating value PX_PROTECTION_SCHEME_ID,
Home_network_public_key_identifier indicating value PX_HOME_NETWORK_PUBLIC_KEY_IDENTIFIER,
MSIN indicating value PX_MSIN;;;
}
then {
the IUT entity sends an DOWNLINK_NAS_TRANSPORT containing
@@ -59,6 +68,7 @@ Package TP_AMF {
message_type set to AUTHENTICATION_REQUEST,
ngKSI containing
nas_key_set_identifier set to "111";,
ABBA,
Authentication_parameter_RAND,
Authentication_parameter_AUTN;;
to the GNB entity
@@ -70,17 +80,26 @@ Package TP_AMF {
TP Id TP_5GNAS_AMF_AUT_REQ_02
Test objective "Verify that the IUT sends an AUTHENTICATION_REJECT message upon receipt of an AUTHENTICATION_RESPONSE containing an invalid authentication response value."
Test objective "Verify that the IUT sends an AUTHENTICATION_REJECT message upon receipt of an AUTHENTICATION_RESPONSE containing an invalid authentication response value, when the UE was identified with SUCI in the initial NAS message."
Reference
"ETSI TS 124 501 [1], Clauses 5.4.1.3.5 and 8.2.5"
Config Id CF_AMF_N2N1
PICS Selection NONE
PICS Selection PICS_A4/1_2
Initial conditions with {
the UE entity isNotRegisteredToAMF and
the IUT entity receives an INITIAL_UE_MESSAGE containing
NAS_PDU containing
extended_protocol_discriminator set to 5GS_MOBILITY_MANAGEMENT_MESSAGES,
security_header_type set to NOT_SECURITY_PROTECTED,
message_type set to REGISTRATION_REQUEST,
5GS_registration_type containing
5GS_registration_type_value set to INITIAL_REGISTRATION;,