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

Review Invite

parent 15ed7c1b
Loading
Loading
Loading
Loading
+78 −8
Original line number Diff line number Diff line
@@ -595,6 +595,76 @@ Package TP_GM {
            }
    } // End of TP_GM_PCSCF_SUBSCRIBE_02
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_NOTIFY_01
        
        Test objective  "Verify that the P-CSCF successfully processes a NOTIFY in case of IMS Administrative de-registration."
        
        Reference 
            "ETSI TS 124 229 [2], Clause 5.1.2.1 and Clause 6.1.1 and Clause 6.1.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 IMS_S_CSCF_A entity isRequestedToSend a NOTIFY containing
                        Event indicating value "reg,de-reg"
                    ;
                }
                then {
                    the IMS_P_CSCF_A entity sends an NOTIFY containing
                        Event indicating value "reg,de-reg"
                        // TODO To be continued
                        ;
                     from the UE_A entity
                }
            }
    } // End of TP_GM_PCSCF_NOTIFY_01
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_200OK_01
        
        Test objective  "Verify that the P-CSCF successfully processes a 200 (OK) NOTIFY (IMS Administrative de-registration)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
        
        Config Id CF_VxLTE_INT
        
        PICS Selection  NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_B entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_A and
            the UE_B entity isRegisteredTo the IMS_B
        }
        
        Expected behaviour
            ensure that { 
                when {
                    the IMS_S_CSCF_A entity isRequestedToSend a NOTIFY containing
                        Event indicating value "reg,de-reg"
                    ;
                }
                then {
                    the UE_A entity sends a 200_Ok
                    to the IMS_P_CSCF_A entity
                }
            }
        
    } // End of TP_GM_PCSCF_200OK_01
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_INVITE_01
@@ -788,7 +858,7 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes a 100 (Trying) provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.3.5 and Clause 6.1"
        
        Config Id CF_VxLTE_INT
        
@@ -823,7 +893,7 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes a 100 (Trying) provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.4 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.3.5 and Clause 6.1"
        
        Config Id CF_VxLTE_INT
        
@@ -873,7 +943,7 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes a 100 (Trying) provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.3.5 and Clause 6.1"
        
        Config Id CF_VxLTE_INT
        
@@ -908,7 +978,7 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes a 100 (Trying) provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.4 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.3.5 and Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        
@@ -958,7 +1028,7 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes a 180 (Ringing) provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.3.5 and Clause 6.1"
        
        Config Id CF_VxLTE_INT
        
@@ -997,7 +1067,7 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes a 180 (Ringing) provisional response on initial INVITE (Terminating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.4 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.3.5 and Clause 6.1"
        
        Config Id CF_VxLTE_INT
        
@@ -1053,7 +1123,7 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes a 180 (Ringing) provisional response on initial INVITE (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.3 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.3.5 and Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        
@@ -1092,7 +1162,7 @@ Package TP_GM {
        Test objective  "Verify that the P-CSCF successfully processes a 180 (Ringing) provisional response on initial INVITE (Terminating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.1.4 and 6.1.1"
            "ETSI TS 124 229 [2], Clause 5.3.5 and Clause 6.1"
        
        Config Id CF_VxLTE_RMI
        
+148 −16
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ Package TP_MW_IB {
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA
                        ;
                    from the IMS_S_CSCF_A entity
                    from the IMS_P_CSCF_A entity
                }
                then {
                    the IMS_I_CSCF_A entity sends a REGISTER containing
@@ -98,7 +98,7 @@ Package TP_MW_IB {
                        Require_HDR indicating value "path",
                        Supported indicating value "path"
                        ;;
                    to the IMS_IBCF_A entity
                    to the IMS_S_CSCF_A entity
                    and the IMS_I_CSCF_A entity sends an 401_Unauthorized containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
@@ -114,7 +114,7 @@ Package TP_MW_IB {
                            Nonce indicating value "not empty",
                            qop indicating value "auth"
                        ;;
                    to the IMS_S_CSCF_A entity
                    to the IMS_P_CSCF_A entity
                }
            }
    } // End of TP_MW_ICSCF_REGISTER_01
@@ -158,7 +158,7 @@ Package TP_MW_IB {
                            Nonce indicating value "not empty",
                            qop indicating value "auth"
                        ;;
                    from the IMS_S_CSCF_A entity
                    from the IMS_P_CSCF_A entity
                }
                then {
                    the IMS_I_CSCF_A entity sends a REGISTER containing
@@ -176,7 +176,7 @@ Package TP_MW_IB {
                            qop indicating value "auth",
                        PChargingVector
                        ;;
                    to the IMS_IBCF_A entity
                    to the IMS_S_CSCF_A entity
                    and the IMS_I_CSCF_A entity sends an 200_Ok containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
@@ -193,7 +193,7 @@ Package TP_MW_IB {
                        Path,
                        ServiceRoute
                        ;
                    to the IMS_S_CSCF_A entity
                    to the IMS_P_CSCF_A entity
                }
            }
    } // End of TP_MW_ICSCF_REGISTER_02
@@ -726,7 +726,7 @@ Package TP_MW_IB {
        TP Id TP_MW_ICSCF_INVITE_03
        // TP_IMST2_MW_INI_05 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the S-CSCF 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.3.2.1 and Clause 5.3.2.1A"
@@ -787,7 +787,7 @@ Package TP_MW_IB {
        TP Id TP_MW_ICSCF_INVITE_04
        // TP_IMST2_MW_INI_05 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the S-CSCF successfully processes an initial INVITE (Terminating Leg)."
        Test objective  "Verify that the I-CSCF successfully processes an initial INVITE (Terminating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], Clauses 5.3.2.1 and Clause 5.3.2.1A"
@@ -846,13 +846,11 @@ Package TP_MW_IB {
    Test Purpose {
        
        TP Id TP_MW_ICSCF_100TRY_01
        // TP_IMS_5070_01 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_INI_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        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"
            "ETSI TS 124 229 [2], Clause 5.3.5"
        
        Config Id CF_VxLTE_INT
        
@@ -882,13 +880,11 @@ Package TP_MW_IB {
    Test Purpose {
        
        TP Id TP_MW_ICSCF_100TRY_02
        // TP_IMS_5070_01 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_INI_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        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"
            "ETSI TS 124 229 [2], Clause 5.3.5"
        
        Config Id CF_VxLTE_INT
        
@@ -915,6 +911,74 @@ Package TP_MW_IB {
        
    } // End of TP_MW_ICSCF_100TRY_02
    
    Test Purpose {
        
        TP Id TP_MW_ICSCF_100TRY_03
        
        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], Clause 5.3.5"
        
        Config Id CF_VxLTE_RMI
        
        PICS Selection  NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_B and
            the UE_B entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_B and
            the UE_B entity isRegisteredTo the IMS_B
        }
        
        Expected behaviour
            ensure that { 
                when { 
                    the IMS_I_CSCF_B entity receives a 100_Trying
                    from the IMS_IBCF_B entity
                }
                then {
                    the IMS_I_CSCF_B entity sends a 100_Trying
                    to the IMS_S_CSCF_B entity
                }
            }
        
    } // End of TP_MW_ICSCF_100TRY_03
    
    Test Purpose {
        
        TP Id TP_MW_ICSCF_100TRY_04
        
        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], Clause 5.3.5"
        
        Config Id CF_VxLTE_RMI
        
        PICS Selection  NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_B entity isAttachedTo the EPC_A and
            the UE_A entity isRegisteredTo the IMS_A and
            the UE_B entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that { 
                when { 
                    the IMS_I_CSCF_A entity receives a 100_Trying
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_I_CSCF_A entity sends a 100_Trying
                    to the IMS_IBCF_A entity
                }
            }
        
    } // End of TP_MW_ICSCF_100TRY_04
    
    Test Purpose {
        
        TP Id TP_MW_ICSCF_180RINGING_01
@@ -924,7 +988,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"
            "ETSI TS 124 229 [2], Clause 5.3.5"
        
        Config Id CF_VxLTE_INT
        
@@ -964,7 +1028,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"
            "ETSI TS 124 229 [2], Clause 5.3.5"
        
        Config Id CF_VxLTE_INT
        
@@ -995,6 +1059,74 @@ Package TP_MW_IB {
        
    } // End of TP_MW_ICSCF_180RINGING_02
    
    Test Purpose {
        
        TP Id TP_MW_ICSCF_180RINGING_03
        
        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], Clause 5.3.5"
        
        Config Id CF_VxLTE_RMI
        
        PICS Selection  NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_B and
            the UE_B entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_B and
            the UE_B entity isRegisteredTo the IMS_B
        }
        
        Expected behaviour
            ensure that { 
                when { 
                    the IMS_I_CSCF_B entity receives a 180_Ringing
                    from the IMS_IBCF_B entity
                }
                then {
                    the IMS_I_CSCF_B entity sends a 180_Ringing
                    to the IMS_S_CSCF_B entity
                }
            }
        
    } // End of TP_MW_ICSCF_180RINGING_03
    
    Test Purpose {
        
        TP Id TP_MW_ICSCF_180RINGING_04
        
        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], Clause 5.3.5"
        
        Config Id CF_VxLTE_RMI
        
        PICS Selection  NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_B entity isAttachedTo the EPC_A and
            the UE_A entity isRegisteredTo the IMS_A and
            the UE_B entity isRegisteredTo the IMS_A
        }
        
        Expected behaviour
            ensure that { 
                when { 
                    the IMS_I_CSCF_A entity receives a 180_Ringing
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_I_CSCF_A entity sends a 180_Ringing
                    to the IMS_IBCF_A entity
                }
            }
        
    } // End of TP_MW_ICSCF_180RINGING_04
    
    Test Purpose {
        
        TP Id TP_MW_ICSCF_200OK_01
+87 −32
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ Package TP_MW_PS {
                        Require_HDR indicating value "path",
                        Supported indicating value "path"
                        ;;
                        to the IMS_S_CSCF_A entity
                        to the IMS_I_CSCF_A entity
                    and the IMS_P_CSCF_A entity sends an 401_Unauthorized containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
@@ -242,7 +242,7 @@ Package TP_MW_PS {
                            qop indicating value "auth",
                        PChargingVector
                        ;;
                    to the IMS_S_CSCF_A entity
                    to the IMS_I_CSCF_A entity
                    and the IMS_P_CSCF_A entity sends an 200_Ok containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
@@ -318,7 +318,7 @@ Package TP_MW_PS {
                            qop indicating value "auth",
                        PChargingVector
                        ;;
                    to the IMS_S_CSCF_A entity
                    to the IMS_I_CSCF_A entity
                    and the IMS_P_CSCF_A entity sends an 404_NotFound containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
@@ -374,7 +374,7 @@ Package TP_MW_PS {
                        Require_HDR indicating value "path",
                        Supported indicating value "path"
                        ;;
                    to the IMS_S_CSCF_B entity
                    to the IMS_I_CSCF_B entity
                    and the IMS_P_CSCF_B entity sends an 401_Unauthorized containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
@@ -768,6 +768,77 @@ Package TP_MW_PS {
            }
    } // End of TP_MW_PCSCF_SUBSCRIBE_02
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_NOTIFY_01
        
        Test objective  "Verify that the P-CSCF successfully processes a NOTIFY in case of IMS Administrative de-registration."
        
        Reference 
            "ETSI TS 124 229 [2], Clause 5.2.5.2 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 IMS_S_CSCF_A entity isRequestedToSend a NOTIFY containing
                        Event indicating value "reg,de-reg"
                    ;
                }
                then {
                    the IMS_P_CSCF_A entity sends an NOTIFY containing
                        Event indicating value "reg,de-reg"
                        // TODO To be continued
                        ;
                     to the UE_A entity
                }
            }
    } // End of TP_MW_PCSCF_NOTIFY_01
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_200OK_NOTIFY_01
        // TP_IMS_5055_02 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_INI_04A from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the P-CSCF successfully processes a 200 (OK) NOTIFY (IMS Administrative de-registration)."
        
        Reference 
            "ETSI TS 124 229 [2], 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_B entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_A and
            the UE_B entity isRegisteredTo the IMS_B
        }
        
        Expected behaviour
            ensure that { 
                when { 
                    the IMS_P_CSCF_A entity receives a 200_Ok
                    from the UE_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends a 200_Ok
                    to the IMS_S_CSCF_A entity
                }
            }
        
    } // End of TP_MW_PCSCF_200OK_NOTIFY_01
    
    Test Purpose {
        
        TP Id TP_MW_PCSCF_INVITE_01
@@ -1021,7 +1092,7 @@ Package TP_MW_PS {
        Test objective  "Verify that the P-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.9.1 and Clause 6.2"
        
        Config Id CF_VxLTE_INT
        
@@ -1057,7 +1128,7 @@ Package TP_MW_PS {
        Test objective  "Verify that the P-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.9.2 and Clause 6.2"
        
        Config Id CF_VxLTE_INT
        
@@ -1093,7 +1164,7 @@ Package TP_MW_PS {
        Test objective  "Verify that the P-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.9.2 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        
@@ -1129,7 +1200,7 @@ Package TP_MW_PS {
        Test objective  "Verify that the P-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.9.2 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        
@@ -1165,7 +1236,7 @@ Package TP_MW_PS {
        Test objective  "Verify that the P-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.9.1 and Clause 6.2"
        
        Config Id CF_VxLTE_INT
        
@@ -1185,11 +1256,7 @@ Package TP_MW_PS {
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends a 180_Ringing containing
                        PChargingVector,
                        PChargingFunctionAddresses,
                        PPreferredIdentity
                    ;
                    the IMS_P_CSCF_A entity sends a 180_Ringing 
                    to the UE_A entity
                }
            }
@@ -1205,7 +1272,7 @@ Package TP_MW_PS {
        Test objective  "Verify that the P-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.9.2 and Clause 6.2"
        
        Config Id CF_VxLTE_INT
        
@@ -1225,11 +1292,7 @@ Package TP_MW_PS {
                    from the UE_B entity
                }
                then {
                    the IMS_P_CSCF_B entity sends a 180_Ringing containing
                        PChargingVector,
                        PChargingFunctionAddresses,
                        PPreferredIdentity
                    ;
                    the IMS_P_CSCF_B entity sends a 180_Ringing
                    to the IMS_S_CSCF_B entity
                }
            }
@@ -1245,7 +1308,7 @@ Package TP_MW_PS {
        Test objective  "Verify that the P-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.9.1 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        
@@ -1265,11 +1328,7 @@ Package TP_MW_PS {
                    from the IMS_S_CSCF_B entity
                }
                then {
                    the IMS_P_CSCF_B entity sends a 180_Ringing containing
                        PChargingVector,
                        PChargingFunctionAddresses,
                        PPreferredIdentity
                    ;
                    the IMS_P_CSCF_B entity sends a 180_Ringing
                    to the UE_A entity
                }
            }
@@ -1285,7 +1344,7 @@ Package TP_MW_PS {
        Test objective  "Verify that the P-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.9.2 and Clause 6.2"
        
        Config Id CF_VxLTE_RMI
        
@@ -1305,11 +1364,7 @@ Package TP_MW_PS {
                    from the UE_B entity
                }
                then {
                    the IMS_P_CSCF_A entity sends a 180_Ringing containing
                        PChargingVector,
                        PChargingFunctionAddresses,
                        PPreferredIdentity
                    ;
                    the IMS_P_CSCF_A entity sends a 180_Ringing
                    to the IMS_S_CSCF_A entity
                }
            }
+235 −110

File changed.

Preview size limit exceeded, changes collapsed.