Commit 52dabced authored by Yann Garcia's avatar Yann Garcia
Browse files

Finalyze TD_VoNR_ECO_INT_INI_02..07

parent 371f12d7
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -86,7 +86,20 @@ AtsIms5gIot_xxx_REG.TD_VoNR_ECO_INT_5RG_01
#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

# To demonstrate the establishment of dedicated PDU sessions at the originating 5GC due to SIP emergency session establishment within a non-emergency registration
#AtsIms5gIot_xxx_REG.TD_VoNR_ECO_INT_INI_02
# To demonstrate the establishment of dedicated PDU sessions at the originating 5GC due to SIP emergency session establishment without any registration
#AtsIms5gIot_xxx_REG.TD_VoNR_ECO_INT_INI_03
# 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_04
# 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_05
# 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_06
# 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_07
# 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_08


# Diameter codec validation
+622 −1

File changed.

Preview size limit exceeded, changes collapsed.

+4 −5
Original line number Diff line number Diff line
@@ -1081,7 +1081,6 @@ module AtsIms5gIot_TP_behavior_GM {
            f_mtc_check_TP_GM_PCSCF_NGC_INVITE_01(p_monitorCompRef, p_checkMessage, p_sip);
        } // End of function f_mtc_check_TP_GM_PCSCF_5G_INVITE_04

        
    } // End of group imsInvite
    
    // group ims100Trying {
+845 −0

File added.

Preview size limit exceeded, changes collapsed.

+7 −0
Original line number Diff line number Diff line
@@ -12,6 +12,13 @@ module AtsIms5gIot_TestControl {
        execute(TD_VoNR_ECO_INT_REG_02());

        execute(TD_VoNR_ECO_INT_INI_01());
        execute(TD_VoNR_ECO_INT_INI_02());
        execute(TD_VoNR_ECO_INT_INI_03());
        execute(TD_VoNR_ECO_INT_INI_04());
        execute(TD_VoNR_ECO_INT_INI_05());
        execute(TD_VoNR_ECO_INT_INI_06());
        execute(TD_VoNR_ECO_INT_INI_07());
        execute(TD_VoNR_ECO_INT_INI_08());

    } // End of 'control' statetment

Loading