Commit 875fff6b authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

ISC TP added

parent 84895a94
Loading
Loading
Loading
Loading
+42 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ from its use or inability of use.This permission does not apply to any documenta
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*
*  @author   TTF T010
*/

/* Isc interface at S-CSCF<->AS */
@@ -18,6 +20,46 @@ Package TP_ISC {
    
    import all from Sip_Common;
    
    Test Purpose {
        
        TP Id TP_ISC_SCSCF_EMC_INVITE_01
        
        Test objective  "Verify that the AS successfully identify the request for emergency call and forwards it towards S-CSCF."
        
        Reference 
            "ETSI TS 124 229 [2], Clauses 4.7.3 and 5.7.1.14"
        
        Config Id CF_VoLTE_INT_ES
        
        PICS Selection NONE
        
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isRegisteredTo the IMS_A and
            the UE_A entity not isEmergencyRegisteredTo the IMS_A
            
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IMS_AS_A entity receives an INVITE
                    from the UE_A entity
                }
                then {
                    the IMS_AS_A entity sends an INVITE containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_SIP_EMERGENCY_SERVICE_URN,
                        Request_Uri indicating value PX_SIP_EMERGENCY_SERVICE_URN,
                        Route indicating value PX_E_CSCF_SERVICE_ROUTE,
                        PChargingVector,
                        // TODO Geolocation header maybe added later, check!
                        MessageBody;
                    to the IMS_S_CSCF_A entity
                }
            }
    } // End of TP_ISC_SCSCF_EMC_INVITE_01
    

    
} // End of Package TP_ISC