Commit ed462478 authored by Yann Garcia's avatar Yann Garcia
Browse files

Finalyze TD_VoNR_ECO_INT_5RG_xx, TD_VoNR_ECO_INT_REG_xx and TD_VoNR_ECO_INT_INI_01

parent 5d1dac73
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -82,7 +82,14 @@ AtsIms5gIot_xxx_REG.TD_VoNR_ECO_INT_5RG_01
#AtsIms5gIot_xxx_REG.TD_VoNR_ECO_INT_5RG_02
# To perform emergency IMS registration via the established emergency PDU session
#AtsIms5gIot_xxx_REG.TD_VoNR_ECO_INT_REG_01
# To attempt initial emergency IMS registration via the established emergency PDU session
#AtsIms5gIot_xxx_REG.TD_VoNR_ECO_INT_REG_02
# To demonstrate the establishment of dedicated PDU sessions at the originating 5GC due to SIP emergency session establishment within an emergency registration
#AtsIms5gIot_xxx_REG.TD_VoNR_ECO_INT_INI_01



# Diameter codec validation
#AtsIms5gIot_xxx_REG.TC_VoNR_Diameter_AAR
#AtsIms5gIot_xxx_REG.TC_VoNR_Diameter_UAR

+5 −0
Original line number Diff line number Diff line
@@ -6,4 +6,9 @@ module AtsIms5gIot_PICs {

    modulepar charstring PICS_NPCF_POLICY_NOTIFY := "";

    /**
     * @desc Set to true for 5G Service-Based Architecture (SBA) deployments
     */
    modulepar boolean PICS_5G_SERVICE_BASED_ARCHITECTURE := true;

} // End of module AtsIms5gIot_PICs
+587 −1051

File changed.

Preview size limit exceeded, changes collapsed.

+21 −13
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ module AtsIms5gIot_TP_behavior_N1N2 {
             *                         5GS_registration_type_value set to EMERGENCY_REGISTRATION,
             *                         FOR indicating value 1;, //Follow-on request pending
             *                     5GS_mobile_identity containing
             *                         Type_of_idenity indicating value NO_IDENTITY;;;
             *                         Type_of_idenity indicating value IMEISV;;;
             *             from the GNB entity
             *         }
             *         then {
@@ -278,7 +278,7 @@ module AtsIms5gIot_TP_behavior_N1N2 {
             *                         5GS_registration_result_value set to 3GPP_ACCESS,
             *                         Emergency_registered set to 1;, //Registered for emergency services
             *                     5G_GUTI containing
             *                         Type_of_identity set to 5G_GUTI,
             *                         Type_of_identity set to IMEISV,
             *                         MCC indicating value PX_MCC,
             *                         MNC indicating value PX_MNC,
             *                         AMF_Region_ID indicating value PX_AMF_REGION_ID,
@@ -574,8 +574,10 @@ module AtsIms5gIot_TP_behavior_N1N2 {
             *                         number_of_optional_IEs set to 1,
             *                         optional_IE_1 set to "PDU SESSION ESTABLISHMENT REQUEST",
             *                         pdu_session_type indicating value IPv4;,
             *                     5GQoS indicating value 6,
             *                     DNN indicating value IMS;;
             *                         SSC_mode set to "SSC mode 1";,
             *                     Request_type set to "initial emergency request",
             *                     not DNN,
             *                     not S_NSSAI;;
             *             from the GNB entity
             *         }
             *         then {
@@ -587,11 +589,13 @@ module AtsIms5gIot_TP_behavior_N1N2 {
             *                     payload_container containing 
             *                         payload_container_type set to "N1 SM information",
             *                         number_of_optional_IEs set to 1,
             *                         optional_IE_1 set to "PDU SESSION ESTABLISHMENT ACCEPT";,
             *                     5GQoS indicating value 6,
             *                         optional_IE_1 set to "PDU SESSION ESTABLISHMENT ACCEPT",
             *                         pdu_session_type indicating value IPv4,
             *                         SSC_mode set to "SSC mode 1";,
             *                     5GQoS indicating value 5,
             *                     pDU_address,
             *                     pDU_session_ID,
             *                     DNN indicating value IMS;;
             *                     DNN indicating value emergency;;
             *             to the GNB entity
             *         }
             *     }
@@ -690,9 +694,11 @@ module AtsIms5gIot_TP_behavior_N1N2 {
             *                         payload_container_type set to "N1 SM information",
             *                         number_of_optional_IEs set to 1,
             *                         optional_IE_1 set to "PDU SESSION ESTABLISHMENT REQUEST",
             *                         pdu_session_type indicating value IPv4;,
             *                     5GQoS indicating value 5,
             *                     DNN indicating value IMS;;
             *                         pdu_session_type indicating value IPv4,
             *                         SSC_mode set to "SSC mode 1";,
             *                     Request_type set to "initial emergency request",
             *                     not DNN,
             *                     not S_NSSAI;;
             *             from the GNB entity
             *         }
             *         then {
@@ -704,11 +710,13 @@ module AtsIms5gIot_TP_behavior_N1N2 {
             *                     payload_container containing 
             *                         payload_container_type set to "N1 SM information",
             *                         number_of_optional_IEs set to 1,
             *                         optional_IE_1 set to "PDU SESSION ESTABLISHMENT ACCEPT";,
             *                     5GQoS indicating value 6,
             *                         optional_IE_1 set to "PDU SESSION ESTABLISHMENT ACCEPT",
             *                         pdu_session_type indicating value IPv4,
             *                         SSC_mode set to "SSC mode 1";,
             *                     5GQoS indicating value 1,
             *                     pDU_address,
             *                     pDU_session_ID,
             *                     DNN indicating value IMS;;
             *                     DNN indicating value emergency;;
             *             to the GNB entity
             *         }
             *     }
+4 −0
Original line number Diff line number Diff line
@@ -6,7 +6,11 @@ module AtsIms5gIot_TestControl {

        execute(TD_VoNR_ECO_INT_5RG_01());
        execute(TD_VoNR_ECO_INT_5RG_02());

        execute(TD_VoNR_ECO_INT_REG_01());
        execute(TD_VoNR_ECO_INT_REG_02());

        execute(TD_VoNR_ECO_INT_INI_01());

    } // End of 'control' statetment

Loading