TP_GM.tplan2 84.4 KB
Newer Older
                    the UE_A entity isRequestedToSend a CANCEL
                }
                then {
                    the IMS_P_CSCF_B entity receives an 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
                        // TODO To be continued
                    ;
                    from the UE_A entity
                }
            }
        
    } // End of TP_GM_PCSCF_CANCEL_03
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_CANCEL_04
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
        Test objective  "Verify that the P-CSCF successfully processes a BYE (Terminating Leg)."
        
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.4 and 6.1.1"
        
        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 and
            the UE_B entity previouslyEstablishedCallWith the UE_A
        }
        
        Expected behaviour
            ensure that { 
                when { 
                    the UE_A entity isRequestedToSend a CANCEL
                }
                then {
                    the IMS_P_CSCF_A entity sends an 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
                        // TODO To be continued
                    ;
                    to the UE_B entity
                }
            }
        
    } // End of TP_GM_PCSCF_CANCEL_04
    
Yann Garcia's avatar
Yann Garcia committed
    Test Purpose {
        
        TP Id TP_GM_PCSCF_486INVITE_01
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
Yann Garcia's avatar
Yann Garcia committed
        Test objective  "Verify that the P-CSCF successfully processes a 486 INVITE (busy) to reject call (Originating Leg)."
Yann Garcia's avatar
Yann Garcia committed
        
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3 and 6.1.1"
        
Yann Garcia's avatar
Yann Garcia committed
        Config Id CF_VxLTE_INT
Yann Garcia's avatar
Yann Garcia committed
        
Yann Garcia's avatar
Yann Garcia committed
        
        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
Yann Garcia's avatar
Yann Garcia committed
            the UE_B entity isRegisteredTo the IMS_B and
            the UE_B entity isBusy
Yann Garcia's avatar
Yann Garcia committed
        }
        
        Expected behaviour
            ensure that { 
                when { 
Yann Garcia's avatar
Yann Garcia committed
                    the UE_A entity isRequestedToSend an INVITE
Yann Garcia's avatar
Yann Garcia committed
                }
                then {
Yann Garcia's avatar
Yann Garcia committed
                    the IMS_P_CSCF_A entity sends a 486_INVITE 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
                        // TODO To be continued
                    ;
Yann Garcia's avatar
Yann Garcia committed
                    to the UE_A entity
                }
            }
        
    } // End of TP_GM_PCSCF_486INVITE_01
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_486INVITE_02
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        
Yann Garcia's avatar
Yann Garcia committed
        Test objective  "Verify that the P-CSCF successfully processes a 486 INVITE (busy) to reject call (Terminating Leg)."
Yann Garcia's avatar
Yann Garcia committed
        
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.4 and 6.1.1"
        
Yann Garcia's avatar
Yann Garcia committed
        Config Id CF_VxLTE_INT
Yann Garcia's avatar
Yann Garcia committed
        
Yann Garcia's avatar
Yann Garcia committed
        
        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
Yann Garcia's avatar
Yann Garcia committed
            the UE_B entity isRegisteredTo the IMS_B and
            the UE_A entity isBusy
Yann Garcia's avatar
Yann Garcia committed
        }
        
        Expected behaviour
            ensure that { 
                when { 
Yann Garcia's avatar
Yann Garcia committed
                    the UE_A entity hasAchieveInitialINVITE
Yann Garcia's avatar
Yann Garcia committed
                }
                then {
Yann Garcia's avatar
Yann Garcia committed
                    the IMS_P_CSCF_B entity sends a 486_INVITE containing
Yann Garcia's avatar
Yann Garcia committed
                        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
                        // TODO To be continued
                    ;
Yann Garcia's avatar
Yann Garcia committed
                    from the UE_B entity
Yann Garcia's avatar
Yann Garcia committed
                }
            }
Yann Garcia's avatar
Yann Garcia committed
    } // End of TP_GM_PCSCF_486INVITE_02
    Test Purpose {
        
        TP Id TP_GM_PCSCF_486INVITE_03
        // ??? 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)."
        
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3 and 6.1.1"
        
        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 and
            the UE_B entity isBusy
        }
        
        Expected behaviour
            ensure that { 
                when { 
                    the UE_A entity isRequestedToSend an INVITE
                }
                then {
                    the IMS_P_CSCF_A entity sends a 486_INVITE 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
                        // TODO To be continued
                    ;
                    to the UE_A entity
                }
            }
        
    } // End of TP_GM_PCSCF_486INVITE_03
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_486INVITE_04
        // ??? 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)."
        
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.4 and 6.1.1"
        
        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 and
            the UE_A entity isBusy
        }
        
        Expected behaviour
            ensure that { 
                when { 
                    the UE_A entity hasAchieveInitialINVITE
                }
                then {
                    the IMS_P_CSCF_B entity sends a 486_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,
                        Via indicating value PX_UE_A_VIA,
                        Route indicating value PX_UE_A_SERVICE_ROUTE
                        // TODO To be continued
                    ;
                    from the UE_B entity
                }
            }
            
    } // End of TP_GM_PCSCF_486INVITE_04
} // End of Package TP_GM