Commit 0b60e373 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bugs fixed in TPs

parent e336e678
Loading
Loading
Loading
Loading
+5 −11
Original line number Diff line number Diff line
@@ -2296,7 +2296,6 @@ Package TP_GM {
    Test Purpose {
        
        TP Id TP_GM_PCSCF_CANCEL_01
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the P-CSCF successfully processes a CANCEL (Originating Leg)."
        
@@ -2321,7 +2320,7 @@ Package TP_GM {
                    the UE_A entity isRequestedToSend a CANCEL
                }
                then {
                    the IMS_P_CSCF_A entity receives an CANCEL containing
                    the IMS_P_CSCF_A entity receives a CANCEL containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -2337,7 +2336,6 @@ Package TP_GM {
    Test Purpose {
        
        TP Id TP_GM_PCSCF_CANCEL_02
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the P-CSCF successfully processes a CANCEL (Terminating Leg)."
        
@@ -2362,7 +2360,7 @@ Package TP_GM {
                    the UE_A entity isRequestedToSend a CANCEL
                }
                then {
                    the IMS_P_CSCF_B entity sends an CANCEL containing
                    the IMS_P_CSCF_B entity sends a CANCEL containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
@@ -2627,7 +2625,6 @@ Package TP_GM {
    Test Purpose {
        
        TP Id TP_GM_PCSCF_486INVITE_01
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the P-CSCF successfully processes a 486 INVITE (busy) to reject call (Originating Leg)."
        
@@ -2668,7 +2665,6 @@ Package TP_GM {
    Test Purpose {
        
        TP Id TP_GM_PCSCF_486INVITE_02
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the P-CSCF successfully processes a 486 INVITE (busy) to reject call (Terminating Leg)."
        
@@ -2690,7 +2686,7 @@ Package TP_GM {
        Expected behaviour
            ensure that { 
                when { 
                    the UE_A entity isRequestedToSend a 486_INVITE
                    the UE_B entity isRequestedToSend a 486_INVITE
                }
                then {
                    the IMS_P_CSCF_B entity receives a 486_INVITE containing
@@ -2805,8 +2801,7 @@ Package TP_GM {
            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 and
            the UE_A entity hasAchieveInitialINVITE
            the UE_B entity isRegisteredTo the IMS_B
        }
        
        Expected behaviour
@@ -2845,8 +2840,7 @@ Package TP_GM {
            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 and
            the UE_A entity isRequestedToSend a CANCEL
            the UE_B entity isRegisteredTo the IMS_B
        }
        
        Expected behaviour
+8 −18
Original line number Diff line number Diff line
@@ -2243,8 +2243,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_BYE_04
        // ??? 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)."
        
@@ -2678,8 +2676,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_CANCEL_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 CANCEL (Originating Leg)."
        
@@ -2728,8 +2724,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_CANCEL_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 CANCEL (Terminating Leg)."
        
@@ -2752,24 +2746,24 @@ Package TP_MW_PS {
        Expected behaviour
            ensure that { 
                when { 
                    the IMS_P_CSCF_B entity receives an CANCEL containing
                    the IMS_P_CSCF_B entity receives a CANCEL 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_B entity
                    from the IMS_S_CSCF_B entity
                }
                then {
                    the IMS_P_CSCF_B entity sends an CANCEL containing
                    the IMS_P_CSCF_B entity sends a CANCEL 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
                    ;
                    to the IMS_S_CSCF_B entity
                    to the UE_B entity
                }
            }
        
@@ -2878,7 +2872,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_486INVITE_01
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the P-CSCF successfully processes a 486 INVITE (busy) to reject call (Originating Leg)."
        
@@ -2926,7 +2919,6 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_486INVITE_02
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the P-CSCF successfully processes a 486 INVITE (busy) to reject call (Originating Leg)."
        
@@ -3070,9 +3062,8 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_487INVITE_01
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the P-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        Test objective  "Verify that the P-CSCF successfully processes a 487 INVITE (Request Terminated) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
@@ -3118,9 +3109,8 @@ Package TP_MW_PS {
    Test Purpose {
        
        TP Id TP_MW_PCSCF_487INVITE_02
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the P-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        Test objective  "Verify that the P-CSCF successfully processes a 487 INVITE (Request Terminated) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
@@ -3168,7 +3158,7 @@ Package TP_MW_PS {
        TP Id TP_MW_PCSCF_487INVITE_03
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the P-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        Test objective  "Verify that the P-CSCF successfully processes a 487 INVITE (Request Terminated) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
@@ -3216,7 +3206,7 @@ Package TP_MW_PS {
        TP Id TP_MW_PCSCF_487INVITE_04
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the P-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        Test objective  "Verify that the P-CSCF successfully processes a 487 INVITE (Request Terminated) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.2"
+4 −4
Original line number Diff line number Diff line
@@ -2776,7 +2776,7 @@ Package TP_MW_SI {
        TP Id TP_MW_SCSCF_487INVITE_01
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the S-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        Test objective  "Verify that the S-CSCF successfully processes a 487 INVITE (Request Terminated) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.3"
@@ -2824,7 +2824,7 @@ Package TP_MW_SI {
        TP Id TP_MW_SCSCF_487INVITE_02
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the S-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        Test objective  "Verify that the S-CSCF successfully processes a 487 INVITE (Request Terminated) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.3"
@@ -2872,7 +2872,7 @@ Package TP_MW_SI {
        TP Id TP_MW_SCSCF_487INVITE_03
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the S-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        Test objective  "Verify that the S-CSCF successfully processes a 487 INVITE (Request Terminated) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.3"
@@ -2920,7 +2920,7 @@ Package TP_MW_SI {
        TP Id TP_MW_SCSCF_487INVITE_04
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the S-CSCF successfully processes a 487 INVITE (busy) to reject call (Originating Leg)."
        Test objective  "Verify that the S-CSCF successfully processes a 487 INVITE (Request Terminated) to reject call (Originating Leg)."
        
        Reference 
            "ETSI TS 124 229 [2], clauses 5.2.7 and 6.3"
Compare fd3b61df to d640fce7
Original line number Diff line number Diff line
Subproject commit fd3b61dfd76385d9bc8a51c518649644418ce36e
Subproject commit d640fce7b8bd65dbb77c93a98f80c53a73bb2a24
Compare 2acb7ee6 to 7d796164
Original line number Diff line number Diff line
Subproject commit 2acb7ee656b6be066139a050b072e0d345c10022
Subproject commit 7d796164eb9b23fc5d6f06eb0be3be5a3743861d