Commit 9e6ed546 authored by Yann Garcia's avatar Yann Garcia
Browse files

Review all Registration TPs

parent 0ba85249
Loading
Loading
Loading
Loading
+83 −13
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ Package TP_GM {
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        ContentLength indicating value greater than 1500 bytes
                        ContentLength indicating value greater than 1300 bytes
                       ;
                    to the IMS_P_CSCF_A entity
                }
@@ -55,7 +55,7 @@ Package TP_GM {
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        ContentLength indicating value greater than 1500 bytes
                        ContentLength indicating value greater than 1300 bytes
                       ;
                    from the UE_A entity
                    and the IMS_P_CSCF_A entity sends a 200_Ok containing
@@ -83,7 +83,7 @@ Package TP_GM {
        // TP_IMST2_GM_REG_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.1 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.1.1.1 and Clause 6.1.1 and Clause 6.1.2"
        
        Config Id CF_VxLTE_INT
        
@@ -147,7 +147,7 @@ Package TP_GM {
        // TP_IMST2_GM_REG_08 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.1 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.1.1.1 and Clause 6.1.1 and Clause 6.1.3"
        
        Config Id CF_VxLTE_INT
        
@@ -178,6 +178,7 @@ Package TP_GM {
                            qop indicating value "auth",
                        not SecurityClient
                        ;;
                    from the UE_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends an 200_Ok containing
@@ -211,7 +212,7 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes an invalid first registration."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.1 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.1.1.1 and Clause 6.1.1 and Clause 6.1.2"
        
        Config Id CF_VxLTE_INT
        
@@ -260,7 +261,7 @@ Package TP_GM {
        // TP_IMST2_GM_REG_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.1 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.1.1.1 and Clause 6.1.1 and Clause 6.1.3"
        
        Config Id CF_VxLTE_RMI
        
@@ -325,7 +326,7 @@ Package TP_GM {
        // TP_IMST2_GM_REG_08 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.1 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.1.1.1 and Clause 6.1.13"
        
        Config Id CF_VxLTE_RMI
        
@@ -356,9 +357,10 @@ Package TP_GM {
                            qop indicating value "auth",
                        not SecurityClient
                        ;;
                    from the UE_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends an 200_Ok containing
                    the IMS_P_CSCF_B entity sends an 200_Ok containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -390,7 +392,7 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes an invalid first registration."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.1 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.1.1.1 and Clause 6.1.1 and Clause 6.1.1"
        
        Config Id CF_VxLTE_RMI
        
@@ -430,6 +432,74 @@ Package TP_GM {
            }
    } // End of TP_GM_PCSCF_REGISTER_06
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_REGISTER_07
        // ??? from ETSI TS 186 011-2 V5.1.1 (2013-10)
        // ??? from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the P-CSCF successfully processes a user de-registration."
        
        Reference 
            "ETSI TS 124 229 [2], Clause 5.2.5.1 and Clause 6.2"
        
        Config Id CF_VxLTE_INT
        
        PICS Selection NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that {
                when {
                    the UE_A entity isTriggeredToDetachUser
                }
                then {
                    the IMS_P_CSCF_A entity receives a REGISTER containing
                        Expire indicating value 0
                        ;
                    from the UE_A entity
                }
            }
    } // End of TP_GM_PCSCF_REGISTER_07
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_REGISTER_08
        // ??? from ETSI TS 186 011-2 V5.1.1 (2013-10)
        // ??? from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the P-CSCF successfully processes a user de-registration."
        
        Reference 
            "ETSI TS 124 229 [2], Clause 5.2.5.1 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        
        PICS Selection NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_B
        }
        
        Expected behaviour
            ensure that {
                when {
                    the UE_A entity isTriggeredToDetachUser
                }
                then {
                    the IMS_P_CSCF_B entity receives a REGISTER containing
                        Expire indicating value 0
                        ;
                    from the UE_A entity
                }
            }
    } // End of TP_GM_PCSCF_REGISTER_08
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_SUBSCRIBE_01
@@ -439,7 +509,7 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes a SUBSCRIBE."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.2 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.1.1.1 and Clause 6.1.1 and Clause 6.1.2"
        
        Config Id CF_VxLTE_INT
        
@@ -486,14 +556,14 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes a SUBSCRIBE."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.2 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.1.1.1 and Clause 6.1.1 and Clause 6.1.2"
        
        Config Id CF_VxLTE_RMI
        
        PICS Selection NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_B
        }
        
+52 −52
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ Package TP_MW_IB {
        // TP_IMS_4002_01 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_GEN_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective "Verify that the I-CSCF successfully processes a SIP messages greater than 1 500 bytes"
        Test objective "Verify that the I-CSCF successfully processes a SIP messages greater than 1300 bytes"
               
        Reference 
          "TS 124 229 (V15.6.0) [1], clause 4.2A"  
@@ -41,10 +41,10 @@ Package TP_MW_IB {
        Expected behaviour
            ensure that {
                when {
                    the IMS_S_CSCF_A entity sends a MESSAGE
                       containing ContentLength indicating value greater than 1500 bytes
                    the IMS_I_CSCF_A entity receives a MESSAGE
                       containing ContentLength indicating value greater than 1300 bytes
                       ;
                    to the IMS_I_CSCF_A entity
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_I_CSCF_A entity forwards the MESSAGE
@@ -59,10 +59,10 @@ Package TP_MW_IB {
        // TP_IMS_5005_01 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_REG_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a first registration."
        Test objective  "Verify that the I-CSCF successfully processes a first registration."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.1, 5.2.2 and 6.2"
            "ETSI TS 124 229 [2], Clause 5.3.1.2"
        
        Config Id CF_VxLTE_INT
        
@@ -77,13 +77,13 @@ Package TP_MW_IB {
        Expected behaviour
            ensure that {
                when {
                    the IMS_S_CSCF_A entity sends a REGISTER containing
                    the IMS_I_CSCF_A entity receives a REGISTER containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA
                        ;
                    to the IMS_I_CSCF_A entity
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_I_CSCF_A entity sends a REGISTER containing
@@ -125,10 +125,10 @@ Package TP_MW_IB {
        // TP_IMS_5092_01 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_REG_08 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a full registration."
        Test objective  "Verify that the I-CSCF successfully processes a full registration."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.1, 5.2.2 and 6.2"
            "ETSI TS 124 229 [2], Clause 5.3.1.2"
        
        Config Id CF_VxLTE_INT
        
@@ -138,13 +138,13 @@ Package TP_MW_IB {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isNotRegisteredTo the IMS_A and
            the UE_B entity isNotRegisteredTo the IMS_B and
            the IMS_S_CSCF_A entity hasAchieveFirstREGISTER
            the UE_A entity hasAchieveFirstREGISTER
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_S_CSCF_A entity sends a REGISTER containing
                    the IMS_I_CSCF_A entity receives a REGISTER containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -158,7 +158,7 @@ Package TP_MW_IB {
                            Nonce indicating value "not empty",
                            qop indicating value "auth"
                        ;;
                    to the IMS_I_CSCF_A entity
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_I_CSCF_A entity sends a REGISTER containing
@@ -203,10 +203,10 @@ Package TP_MW_IB {
        TP Id TP_MW_ICSCF_REGISTER_03
        // TP_IMST2_MW_REG_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a invalid first registration."
        Test objective  "Verify that the I-CSCF successfully processes a invalid first registration."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.1, 5.2.2 and 6.2"
            "ETSI TS 124 229 [2], Clause 5.3.1.2"
        
        Config Id CF_VxLTE_INT
        
@@ -221,7 +221,7 @@ Package TP_MW_IB {
        Expected behaviour
            ensure that {
                when {
                    the IMS_S_CSCF_A entity sends a REGISTER containing
                    the IMS_I_CSCF_A entity receives a REGISTER containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -234,7 +234,7 @@ Package TP_MW_IB {
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Nonce indicating value ""
                        ;;
                    to the IMS_I_CSCF_A entity
                    from the IMS_I_CSCF_A entity
                }
                then {
                    the IMS_I_CSCF_A entity sends a REGISTER containing
@@ -269,10 +269,10 @@ Package TP_MW_IB {
        // TP_IMS_5005_01 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_REG_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a first registration."
        Test objective  "Verify that the I-CSCF successfully processes a first registration."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.1, 5.2.2 and 6.2"
            "ETSI TS 124 229 [2], Clause 5.3.1.2"
        
        Config Id CF_VxLTE_RMI
        
@@ -287,14 +287,14 @@ Package TP_MW_IB {
        Expected behaviour
            ensure that {
                when {
                    the IMS_S_CSCF_B entity sends a REGISTER containing
                    the IMS_I_CSCF_B entity receives a REGISTER containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        PVisitedNetworkID
                        ;
                    to the IMS_I_CSCF_B entity
                    from the IMS_S_CSCF_B entity
                }
                then {
                    the IMS_I_CSCF_B entity sends a REGISTER containing
@@ -337,10 +337,10 @@ Package TP_MW_IB {
        // TP_IMS_5092_01 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_REG_08 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a full registration."
        Test objective  "Verify that the I-CSCF successfully processes a full registration."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.1, 5.2.2 and 6.2"
            "ETSI TS 124 229 [2], Clause 5.3.1.2"
        
        Config Id CF_VxLTE_RMI
        
@@ -356,7 +356,7 @@ Package TP_MW_IB {
        Expected behaviour
            ensure that {
                when {
                    the IMS_S_CSCF_B entity sends a REGISTER containing
                    the IMS_I_CSCF_B entity receives a REGISTER containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -371,7 +371,7 @@ Package TP_MW_IB {
                            qop indicating value "auth",
                        PVisitedNetworkID
                        ;;
                    to the IMS_I_CSCF_B entity
                    from the IMS_S_CSCF_B entity
                }
                then {
                    the IMS_I_CSCF_B entity sends a REGISTER containing
@@ -418,10 +418,10 @@ Package TP_MW_IB {
        TP Id TP_MW_ICSCF_REGISTER_06
        // TP_IMST2_MW_REG_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a invalid first registration."
        Test objective  "Verify that the I-CSCF successfully processes a invalid first registration."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.1, 5.2.2 and 6.2"
            "ETSI TS 124 229 [2], Clause 5.3.1.2"
        
        Config Id CF_VxLTE_RMI
        
@@ -487,10 +487,10 @@ Package TP_MW_IB {
        // TP_IMS_5044_01 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_REG_14 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a SUBSCRIBE."
        Test objective  "Verify that the I-CSCF successfully processes a SUBSCRIBE."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.3 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.3"
        
        Config Id CF_VxLTE_INT
        
@@ -546,17 +546,17 @@ Package TP_MW_IB {
        // TP_IMS_5044_01 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_REG_14 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a SUBSCRIBE."
        Test objective  "Verify that the I-CSCF successfully processes a SUBSCRIBE."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.3 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.3"
        
        Config Id CF_VxLTE_RMI
        
        PICS Selection NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_B
        }
        
@@ -604,10 +604,10 @@ Package TP_MW_IB {
        TP Id TP_MW_ICSCF_INVITE_01
        // TP_IMST2_MW_INI_05 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes an initial INVITE (Originating Leg)."
        Test objective  "Verify that the I-CSCF successfully processes an initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -623,7 +623,7 @@ Package TP_MW_IB {
        Expected behaviour
            ensure that {
                when {
                    the IMS_S_CSCF_A entity sends an INVITE containing
                    the IMS_I_CSCF_A entity receives an INVITE containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -636,7 +636,7 @@ Package TP_MW_IB {
                                // TODO To be continued
                            ;
                        ;;
                    to the IMS_I_CSCF_A entity
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_I_CSCF_A entity sends an INVITE containing
@@ -668,7 +668,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes an initial INVITE (Terminating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -730,7 +730,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes a 100 (Trying) provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -766,7 +766,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes a 100 (Trying) provisional response on initial INVITE (Terminating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -802,7 +802,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes a 180 (Ringing) provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -842,7 +842,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes a 180 (Ringing) provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -882,7 +882,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes a 200 (OK) provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -926,7 +926,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes a 200 (Ok) provisional response on initial INVITE (Terminating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -970,7 +970,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes a ACK provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -1020,7 +1020,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes a ACK provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -1949,7 +1949,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes a 486 INVITE (busy) to reject call (Terminating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_RMI
        
@@ -1999,7 +1999,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -2049,7 +2049,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the P-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_INT
        
@@ -2099,7 +2099,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the I-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_RMI
        
@@ -2149,7 +2149,7 @@ Package TP_MW_IB {
        Test objective  "Verify that the P-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
            "ETSI TS 124 229 [2], clauses 5.2.7"
        
        Config Id CF_VxLTE_RMI
        
+110 −36

File changed.

Preview size limit exceeded, changes collapsed.

+65 −28

File changed.

Preview size limit exceeded, changes collapsed.