TP_GM.tplan2 53.2 KB
Newer Older
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
            the UE_B entity isRegisteredTo the IMS_B and
            the UE_A entity previouslyEstablishedCallWith the UE_B
        }
        
        Expected behaviour
            ensure that {
                when {
                    the UE_A entity isRequestedToSend an ReINVITE
Yann Garcia's avatar
Yann Garcia committed
                }
                then {
Yann Garcia's avatar
Yann Garcia committed
                    the IMS_P_CSCF_A entity receives an ReINVITE containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
Yann Garcia's avatar
Yann Garcia committed
                        Via indicating value PX_UE_A_VIA,
Yann Garcia's avatar
Yann Garcia committed
                        Route indicating value PX_UE_A_SERVICE_ROUTE,
                        PAccessNetworkInfo,
                        MessageBody containing
                            SDP containing
                                Version indicating value "0" 
                                // TODO To be continued
                            ;
                        ;;
                    from the UE_A entity
Yann Garcia's avatar
Yann Garcia committed
                }
            }
Yann Garcia's avatar
Yann Garcia committed
    } // End of TP_GM_PCSCF_RE_INVITE_01
    
    Test Purpose {
Yann Garcia's avatar
Yann Garcia committed
        
Yann Garcia's avatar
Yann Garcia committed
        TP Id TP_GM_PCSCF_RE_INVITE_02
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // ??? from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
Yann Garcia's avatar
Yann Garcia committed
        Test objective  "Verify that the P-CSCF successfully processes an initial RE-INVITE (Terminating 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"
        
        Config Id CF_VxLTE_INT
        
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
            the UE_B entity isRegisteredTo the IMS_B and
            the UE_B entity previouslyEstablishedCallWith the UE_A
        }
        
        Expected behaviour
            ensure that {
                when {
Yann Garcia's avatar
Yann Garcia committed
                    the UE_A entity isRequestedToSend an ReINVITE
Yann Garcia's avatar
Yann Garcia committed
                }
                then {
Yann Garcia's avatar
Yann Garcia committed
                    the IMS_P_CSCF_B entity sends an ReINVITE 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,
                        PAccessNetworkInfo,
                        MessageBody containing
                            SDP containing
                                Version indicating value "0" 
                                // TODO To be continued
                            ;
                        ;;
Yann Garcia's avatar
Yann Garcia committed
                    from the UE_B entity
Yann Garcia's avatar
Yann Garcia committed
                }
            }
    } // End of TP_GM_PCSCF_RE_INVITE_02
Yann Garcia's avatar
Yann Garcia committed
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_BYE_01
Yann Garcia's avatar
Yann Garcia committed
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // ??? from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
Yann Garcia's avatar
Yann Garcia committed
        Test objective  "Verify that the P-CSCF successfully processes a BYE (Originating Leg)."
Yann Garcia's avatar
Yann Garcia committed
            "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
        
        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 and
            the UE_A entity previouslyEstablishedCallWith the UE_B
        }
        
        Expected behaviour
            ensure that { 
                when { 
                    the UE_A entity isRequestedToSend a BYE
                }
                then {
                    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
                        // TODO To be continued
                    ;
                    from the UE_A entity
                }
            }
        
    } // End of TP_GM_PCSCF_BYE_01
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_BYE_02
Yann Garcia's avatar
Yann Garcia committed
        // ??? from ETSI TS 186 011-1 V5.1.1 (2013-10)
        // ??? from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
Yann Garcia's avatar
Yann Garcia committed
        Test objective  "Verify that the P-CSCF successfully processes a BYE (Terminating Leg)."
Yann Garcia's avatar
Yann Garcia committed
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.4, 6.1.1 and 6.1.1"
Yann Garcia's avatar
Yann Garcia committed
        Config Id CF_VxLTE_INT
        
        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 and
Yann Garcia's avatar
Yann Garcia committed
            the UE_B entity previouslyEstablishedCallWith the UE_A
        }
        
        Expected behaviour
            ensure that { 
                when { 
Yann Garcia's avatar
Yann Garcia committed
                    the UE_A entity isRequestedToSend a BYE
Yann Garcia's avatar
Yann Garcia committed
                    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
                        // TODO To be continued
                    ;
Yann Garcia's avatar
Yann Garcia committed
                    to the UE_B entity
        
    } // End of TP_GM_PCSCF_BYE_02
Yann Garcia's avatar
Yann Garcia committed
    Test Purpose {
        
        TP Id TP_GM_PCSCF_BYE_03
        // ??? 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 (Network initiated)."
        
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.4, 6.1.1 and 6.1.1"
        
        Config Id CF_VxLTE_INT
        
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
            the UE_B entity isRegisteredTo the IMS_B and
            the UE_B entity previouslyEstablishedCallWith the UE_A
        }
        
        Expected behaviour
            ensure that { 
                when { 
Yann Garcia's avatar
Yann Garcia committed
                    the UE_A entity isNoLongerAvailable
Yann Garcia's avatar
Yann Garcia committed
                }
                then {
                    the IMS_P_CSCF_A entity sends an BYE 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_BYE_03
    
Yann Garcia's avatar
Yann Garcia committed
    Test Purpose {
        
        TP Id TP_GM_PCSCF_CANCEL_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 BYE (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
            the UE_B entity isRegisteredTo the IMS_B and
Yann Garcia's avatar
Yann Garcia committed
            the UE_A entity hasAchieveInitialINVITE
Yann Garcia's avatar
Yann Garcia committed
        }
        
        Expected behaviour
            ensure that { 
                when { 
                    the UE_A entity isRequestedToSend a CANCEL
                }
                then {
                    the IMS_P_CSCF_A 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_01
    
    Test Purpose {
        
        TP Id TP_GM_PCSCF_CANCEL_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 BYE (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
            the UE_B entity isRegisteredTo the IMS_B and
Yann Garcia's avatar
Yann Garcia committed
            the UE_B entity previouslyEstablishedCallWith the UE_A
Yann Garcia's avatar
Yann Garcia committed
        }
        
        Expected behaviour
            ensure that { 
                when { 
Yann Garcia's avatar
Yann Garcia committed
                    the UE_A entity isRequestedToSend a CANCEL
Yann Garcia's avatar
Yann Garcia committed
                }
                then {
Yann Garcia's avatar
Yann Garcia committed
                    the IMS_P_CSCF_B 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
Yann Garcia's avatar
Yann Garcia committed
                        // TODO To be continued
                    ;
Yann Garcia's avatar
Yann Garcia committed
                    to the UE_B entity
Yann Garcia's avatar
Yann Garcia committed
                }
            }
        
    } // End of TP_GM_PCSCF_CANCEL_02
    
    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
} // End of Package TP_GM