Commit 6e946d27 authored by Bostjan Pintar's avatar Bostjan Pintar Committed by Bostjan Pintar
Browse files

New TP added for roaming scenario

parent c411b6c4
Loading
Loading
Loading
Loading
+41 −0
Original line number Original line Diff line number Diff line
@@ -513,6 +513,47 @@ Package TP_GM {
            }
            }
    } // End of TP_GM_PCSCF_ECO_INVITE_05
    } // End of TP_GM_PCSCF_ECO_INVITE_05


    Test Purpose {
        
        TP Id TP_GM_PCSCF_ECO_INVITE_05
        
        Test objective  "Verify that the P-CSCF successfully receives an initial emergency INVITE from a registered but not emergency registered UE."
        
        Reference 
            "ETSI TS 124 229 [1], Clauses 5.1.6.8.4"
        
        Config Id CF_VoLTE_RMI_ES
        
        PICS Selection NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_A and
            the UE_A entity not isEmergencyRegisteredTo the IMS_A
            /* This implies that the UE is currently attached and registered 
               to its home operator's network and the IP-CAN does not define emergency bearers
               see 5.1.6.1 3rd paragraph */
         }
        
        Expected behaviour
            ensure that {
                when {
                    the UE_A entity isRequestedToEstablishEmergencyCall
                }
                then {
                    the IMS_P_CSCF_A entity receives an INVITE containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_SIP_EMERGENCY_SERVICE_URN,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        Route indicating value PX_UE_A_SERVICE_ROUTE,
                        PPreferredIdentity, // one or two instances
                        MessageBody;
                    from the UE_A entity
                }
            }
    } // End of TP_GM_PCSCF_ECO_INVITE_05

    Test Purpose {
    Test Purpose {
        
        
        TP Id TP_GM_PCSCF_ECO_BYE_01
        TP Id TP_GM_PCSCF_ECO_BYE_01