Commit 4c24ded9 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Update of *IDN and *CNF TPs

parent c75c00be
Loading
Loading
Loading
Loading
+24 −14
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ Package TP_AMF {
                        (.) at time point start_trigger_T3560 : event AUTHENTICATION_REQUEST occurs 
                    }
                    then {
                        (!) 6s after start_trigger_T3560 : the IUT entity aborts AUTHENTICATION_REQUEST procedure
                        (!) 6s after start_trigger_T3560 : the IUT entity aborts an AUTHENTICATION_REQUEST procedure
                        (Note 1: "It is not expected to receive another AUTHENTICATION message on the N2N1 interface.")
                    }
                }
@@ -500,7 +500,7 @@ Package TP_AMF {
                                        AMF_Region_ID indicating value PX_AMF_REGION_ID,
                                        AMF_Set_ID indicating value PX_AMF_SET_ID,
                                        AMF_Pointer indicating value PX_AMF_POINTER,
                                        5G_TMSI indicating value PX_5G_TMSI;;;
                                        5G_TMSI indicating value PX_UNASSIGNED_5G_TMSI;;;
                            from the GNB entity
                        }
                        then {
@@ -525,7 +525,8 @@ Package TP_AMF {
    	    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'."
            //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'."
            Test objective "Verify that the IUT does not retransmit CONFIGURATION_UPDATE_COMMAND containing only NITZ-related information elements when acknowledgement has not been requested."
            // 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.

@@ -543,27 +544,36 @@ Package TP_AMF {
            Expected behaviour
                ensure that {
                    when {
                        the IUT entity sends a DOWNLINK_NAS_TRANSPORT containing
                        (.) at time point start_CUC_event :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,
                                Full_name_for_network,
                                Short_name_for_network,
                                Local_time_zone,
                                Universal_time_and_local_time_zone,
                                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
//                    }
                     then {
                        the IUT entity does not receive an UPLINK_NAS_TRANSPORT containing
                     	(!) 6s after start_CUC_event : the IUT entity does not send a DOWNLINK_NAS_TRANSPORT containing
                            NAS_PDU containing
                                message_type set to CONFIGURATION_UPDATE_COMPLETE;;
                        from the GNB entity
                                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;;
                        to the GNB entity
                        (Note 1: "It is not expected to receive another CONFIGURATION_UPDATE_COMMAND message on the N2N1 interface.")
                     }
                }
            } // end TP_5GNAS_AMF_CNF_COM_01