Commit 05fc451f authored by Yann Garcia's avatar Yann Garcia
Browse files

Merge branch 'TTF_T048' of https://forge.etsi.org/rep/int/5g-core/nas into TTF_T048

parents d848b373 a7fd112f
Loading
Loading
Loading
Loading
+55 −0
Original line number Diff line number Diff line
@@ -462,6 +462,58 @@ Package TP_AMF {

        } // end Group Security mode control procedure
        
        Group "5.4.4 Generic UE configuration update procedure"
        {
            import all from Ngnas_Common;
        
    	    Test Purpose {
	            TP Id TP_5GNAS_AMF_CNF_COM_01

            Test objective "Verify that the IUT initiates the generic UE configuration update procedure by sending a CONFIGURATION_UPDATE_COMMAND message including only NITZ-related information elements, and either does not include the Configuration update indication IE or includes it with the Acknowledgement requested bit set to '0'."
            // Example trigger observed in implementation: CONFIGURATION_UPDATE_COMMAND sent after PDU_SESSION_ESTABLISHMENT_REQUEST;
            // note that the base specification does not explicitly define when the CONFIGURATION_UPDATE_COMMAND shall be sent.

            Reference
                "ETSI TS 124 501 [1], Clauses 5.4.4.2 and 8.2.19"

            Config Id CF_AMF_N2N1

            PICS Selection PICS_A4/4_1

            Initial conditions with {
                the UE entity isRegisteredToAMF
            }

            Expected behaviour
                ensure that {
                    when {
                        the IUT entity sends a DOWNLINK_NAS_TRANSPORT containing
                            NAS_PDU containing
                                extended_protocol_discriminator set to 5GS_MOBILITY_MANAGEMENT_MESSAGES,
                                security_header_type set to INTEGRITY_PROTECTED_AND_CIPHERED,
                                message_type set to CONFIGURATION_UPDATE_COMMAND,
                                Full_name_for_network indicating value RV_FULL_NAME_FOR_NETWORK,
                                Short_name_for_network indicating value RV_SHORT_NAME_FOR_NETWORK,
                                Local_time_zone indicating value RV_LOCAL_TIME_ZONE,
                                Universal_time_and_local_time_zone indicating value RV_UTC_TIME_ZONE,
                                Daylight_saving_time indicating value RV_DAYLIGHT_SAVING_TIME,
                                not Configuration_update_indication OR
                                Configuration_update_indication containing
                                    Acknowledgement_requested set to 0
                                ;;;
                        to the GNB entity
                    }
                    then {
                        the IUT entity does not receive an UPLINK_NAS_TRANSPORT containing
                            NAS_PDU containing
                                message_type set to CONFIGURATION_UPDATE_COMPLETE;;
                        from the GNB entity
                    }
                }
            } // end TP_5GNAS_AMF_CNF_COM_01
        	
        }//end group Generic UE configuration update procedure

        Group "5.4.5 NAS transport procedure"
        {
            import all from Ngnas_Common;
@@ -1211,8 +1263,11 @@ Package TP_AMF {
            }
        }// end TP_5GNAS_AMF_DRG_REQ_03
        
    
    } //end Group "5.5.2.3.1 Network-initiated de-registration procedure initiation"
    
    
        
        
} // End of Package TP_AMF