Commit 4feb9c7b authored by Yann Garcia's avatar Yann Garcia
Browse files

Merge branch 'TTF_T048'

parents 06065d21 c8fe61b1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -332,5 +332,9 @@ Potential Procedures to be tested - for the sake of total test coverage
- 5.6.2 Paging procedure
- 5.6.3 Notification procedure
- 6.3.2 Network-requested PDU session modification
- 7     Handling of unknown, unforeseen, and erroneous protocol data

##
[BPIN] Another test might be added based on TP_5GNAS_AMF_AUT_REQ_02 but to check option "when the UE was identified with GUTI"

+25 −6
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@ Package TP_AMF {
            
            TP Id TP_5GNAS_AMF_AUT_REQ_01 
            
            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;,
                        5GS_mobile_identity containing
                            Type_of_identity set to SUCI;;; and
                event AUTHENTICATION_REQUEST occurs
            }