Commit 05038a17 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bugs fixed in TPs

parent d438bbff
Loading
Loading
Loading
Loading
+3 −16
Original line number Diff line number Diff line
@@ -1431,8 +1431,6 @@ Package TP_GM {
    Test Purpose {
        
        TP Id TP_GM_PCSCF_ACK_01
        // TP_IMS_5055_01 from ETSI TS 186 011-1 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 ACK provisional response on initial INVITE (Originating Leg)."
        
@@ -1494,24 +1492,17 @@ Package TP_GM {
        Expected behaviour
            ensure that { 
                when { 
                    the UE_B entity sends an ACK containing
                        From indicating value PX_UE_B_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_B_CALLID,
                        Via indicating value PX_UE_B_VIA,
                        Route indicating value PX_UE_B_SERVICE_ROUTE
                    ;
                    to the IMS_P_CSCF_B entity
                    the UE_B entity hasAchieveInitialINVITE
                }
                then {
                    the IMS_P_CSCF_B entity receives an ACK containing
                    the UE_B entity receives an ACK containing
                        From indicating value PX_UE_B_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_B_CALLID,
                        Via indicating value PX_UE_B_VIA,
                        Route indicating value PX_UE_B_SERVICE_ROUTE
                    ;
                    from the UE_B entity
                    from the IMS_P_CSCF_B entity
                }
            }
        
@@ -1789,8 +1780,6 @@ Package TP_GM {
    Test Purpose {
        
        TP Id TP_GM_PCSCF_BYE_01
        // ??? from ETSI TS 186 011-1 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 BYE (Originating Leg)."
        
@@ -1831,8 +1820,6 @@ Package TP_GM {
    Test Purpose {
        
        TP Id TP_GM_PCSCF_BYE_02
        // ??? from ETSI TS 186 011-1 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 BYE (Terminating Leg)."
        
+28 −46
Original line number Diff line number Diff line
@@ -1385,8 +1385,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_180RINGING_01
        // TP_IMS_5055_01 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_INI_03A from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the P-CSCF successfully processes a 180 (Ringing) provisional response on initial INVITE (Originating Leg)."
        
@@ -1421,10 +1419,8 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_180RINGING_02
        // TP_IMS_5055_01 from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // TP_IMST2_MW_INI_03A from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the P-CSCF successfully processes a 180 (Ringing) provisional response on initial INVITE (Originating Leg)."
        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.2.9.2 and Clause 6.2"
@@ -1529,8 +1525,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_200OK_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) provisional response on initial INVITE (Originating Leg)."
        
@@ -1573,8 +1567,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_200OK_02
        // 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) provisional response on initial INVITE (Terminating Leg)."
        
@@ -1596,17 +1588,17 @@ Package TP_MW_PS {
            ensure that { 
                when { 
                    the IMS_P_CSCF_A entity receives a 200_Ok containing
                        not PChargingVector,
                        not PChargingFunctionAddresses,
                        not PPreferredIdentity
                        PChargingVector,
                        PChargingFunctionAddresses,
                        PPreferredIdentity
                    ;
                    from the IMS_S_CSCF_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends a 200_Ok containing
                        PChargingVector,
                        PChargingFunctionAddresses,
                        PPreferredIdentity
                    the not IMS_P_CSCF_A entity sends a 200_Ok containing
                        not PChargingVector,
                        not PChargingFunctionAddresses,
                        not PPreferredIdentity
                    ;
                    to the UE_A entity
                }
@@ -1727,14 +1719,14 @@ Package TP_MW_PS {
        Expected behaviour
            ensure that { 
                when { 
                    the UE_A entity receives an ACK containing
                    the IMS_P_CSCF_A entity receives an ACK containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        Route indicating value PX_UE_A_SERVICE_ROUTE
                    ;
                    from the IMS_P_CSCF_A entity
                    from the UE_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends an ACK containing
@@ -1753,10 +1745,8 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_ACK_02
        // TP_IMS_5055_01 from ETSI TS 186 011-1 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 ACK provisional response on initial INVITE (Originating Leg)."
        Test objective  "Verify that the P-CSCF successfully processes a ACK provisional response on initial INVITE (Terminating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
@@ -1775,24 +1765,24 @@ Package TP_MW_PS {
        Expected behaviour
            ensure that { 
                when { 
                    the IMS_P_CSCF_A entity receives an ACK containing
                    the IMS_P_CSCF_B entity receives an ACK containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        Route indicating value PX_UE_A_SERVICE_ROUTE
                    ;
                    from the IMS_S_CSCF_A entity
                    from the IMS_S_CSCF_B entity
                }
                then {
                    the IMS_P_CSCF_A entity sends an ACK containing
                    the IMS_P_CSCF_B entity sends an ACK containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        Route indicating value PX_UE_A_SERVICE_ROUTE
                    ;
                    from the UE_A entity
                    from the UE_B entity
                }
            }
        
@@ -1801,8 +1791,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_ACK_03
        // TP_IMS_5055_01 from ETSI TS 186 011-1 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 ACK provisional response on initial INVITE (Originating Leg)."
        
@@ -1849,8 +1837,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_ACK_04
        // TP_IMS_5055_01 from ETSI TS 186 011-1 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 ACK provisional response on initial INVITE (Originating Leg)."
        
@@ -2123,8 +2109,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_BYE_01
        // ??? from ETSI TS 186 011-1 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 BYE (Originating Leg)."
        
@@ -2146,14 +2130,14 @@ Package TP_MW_PS {
        Expected behaviour
            ensure that { 
                when { 
                    the UE_A entity receives an BYE containing
                    the IMS_P_CSCF_A entity receives an BYE containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        Route indicating value PX_UE_A_SERVICE_ROUTE
                    ;
                    from the IMS_P_CSCF_A entity
                    from the UE_A entity
                }
                then {
                    the IMS_P_CSCF_A entity sends an BYE containing
@@ -2172,8 +2156,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_BYE_02
        // ??? from ETSI TS 186 011-1 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 BYE (Terminating Leg)."
        
@@ -2196,23 +2178,23 @@ Package TP_MW_PS {
            ensure that { 
                when { 
                    the IMS_P_CSCF_B entity receives an BYE containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        Route indicating value PX_UE_A_SERVICE_ROUTE
                        From indicating value PX_UE_B_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_B_CALLID,
                        Via indicating value PX_UE_B_VIA,
                        Route indicating value PX_UE_B_SERVICE_ROUTE
                    ;
                    from the IMS_S_CSCF_B entity
                }
                then {
                    the IMS_P_CSCF_B entity sends an BYE containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        Route indicating value PX_UE_A_SERVICE_ROUTE
                        From indicating value PX_UE_B_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_B_CALLID,
                        Via indicating value PX_UE_B_VIA,
                        Route indicating value PX_UE_B_SERVICE_ROUTE
                    ;
                    to the UE_B entity
                    to the IMS_S_CSCF_B entity
                }
            }