/* Copyright (c) ETSI 2019-2020. This software is subject to copyrights owned by ETSI. Non-exclusive permission is hereby granted, free of charge, to copy, reproduce and amend this file under the following conditions: It is provided "as is", without warranty of any kind, expressed or implied. ETSI shall never be liable for any claim, damages, or other liability arising from its use or inability of use.This permission does not apply to any documentation 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. */ /* interface ISC at SCCAS */ Package TP_SCCAS_Chapter_12_3 { Group "12.3.0 General"{ import all from Sip_Common; } // end Group "12.3.0 General" Group "12.3.1 SCC AS procedures for PS to CS access transfer, PS to CS SRVCC"{ import all from Sip_Common; Test Purpose { TP Id TP_ISC_SCCAS_SRA_INV_01 Test objective "Verify that the SCCAS distinguish SIP INVITE with STN-SR for nonexisting dialog" Reference "ETSI TS 124 237 [1], Clause 12.3.1" Config Id CFG_SCCAS_01 PICS Selection NONE //SCCAS_PS2CS_SRVCC Initial conditions with { the UE entity isRegisteredTo the IMS_A and the UE entity hasEstablishedDialog the SCCAS_UE_TERM } Expected behaviour ensure that { when { the IUT entity receives a INVITE containing RequestUri indicating value PX_STI_URI, From indicating value PX__SIP_URI, To indicating value PX__SIP_URI, CallId indicating value PX_STI_CALLID, Via indicating value PX_STI_VIA, Contact, TargetDialog containing "dialog info from nonexisting PS session", Require indicating value "tdialog", PAssertedIdentity indicating value PX_UE_CMSISDN SipMessageBody;; from the IMS_S_CSCF entity } then { the IUT entity sends a r_480_TemporaryUnavailable to the IMS_S_CSCF entity } } } // End of TP_ISC_SCCAS_SRA_INV_01 } // end Group "12.3.1 SCC AS procedures for PS to CS access transfer, PS to CS SRVCC" Group "12.3.2 SCC AS procedures for PS to CS access transfer with MSC server assisted mid-call feature, PS to CS SRVCC"{ import all from Sip_Common; Test Purpose { TP Id TP_ISC_SCCAS_SRA_INV_02 Test objective "Verify that the SCCAS distinguish Transfer of first session" Reference "ETSI TS 124 237 [1], Clauses 12.3.2.1,12.3.2.2" Config Id CFG_SCCAS_01 PICS Selection NONE //SCCAS_PS2CS_SRVCC Initial conditions with { the UE entity isRegisteredTo the IMS_A and the UE entity hasEstablishedDialog the SCCAS_UE_TERM } Expected behaviour ensure that { when { the IUT entity receives a INVITE containing RequestUri indicating value PX_STI_URI, From indicating value PX__SIP_URI, To indicating value PX__SIP_URI, CallId indicating value PX_STI_CALLID, Via indicating value PX_STI_VIA, Contact containing g3gppMidcallMediaFeature Tag TargetDialog containing "dialog info existing PS session", Require indicating value "tdialog", PAssertedIdentity indicating value PX_UE_CMSISDN SipMessageBody;;; from the IMS_S_CSCF entity and the IUT entity receives a r_200_Ok } then { the IUT entity sends a r_200_Ok to the IMS_S_CSCF entity } } } // End of TP_ISC_SCCAS_SRA_INV_02 } // end Group "12.3.2 SCC AS procedures for PS to CS access transfer with MSC server assisted mid-call feature, PS to CS SRVCC" Group "12.3.3 SCC AS procedures for PS to CS SRVCC, abnormal case"{ import all from Sip_Common; Group "12.3.2.1 General"{ } Group "12.3.2.2 Transfer of the first session"{ } Group "12.3.2.3 Transfer of an additional session"{ } } // end Group "12.3.3 SCC AS procedures for PS to CS SRVCC, abnormal case" // Group "12.3.4 SCC AS procedures for PS to CS access transfer when call is in alerting phase or pre-alerting phase"{ // // import all from Sip_Common; // } // end Group "12.3.4 SCC AS procedures for PS to CS access transfer when call is in alerting phase or pre-alerting phase" // // Group "12.3.5 SCC AS procedures for PS to CS access transfer: PS to CS SRVCC enhancement using ATCF"{ // // import all from Sip_Common; // }// end Group "12.3.5 SCC AS procedures for PS to CS access transfer: PS to CS SRVCCenhancement using ATCF" // // Group "12.3.6 SCC AS procedures for PS to CS access transfer, vSRVCC"{ // // import all from Sip_Common; // }// end Group "12.3.6 12.3.6.0 SCC AS procedures for PS to CS access transfer, vSRVCC" // // Group "12.3.7 SCC AS procedures for handling of SIP OPTIONS request"{ // // import all from Sip_Common; // } // end Group "12.3.7 SCC AS procedures for handling of SIP OPTIONS request" // // Group "12.3.8 Removal of non-transferred audio media components and superfluous sessions"{ // // import all from Sip_Common; // } // end Group "12.3.8 Removal of non-transferred audio media components and superfluous sessions" // // Group "12.3.9 Charging correlation"{ // // import all from Sip_Common; // } // end Group "12.3.9 Charging correlation" // // Group "12.3.10 SCC AS procedures for CS to PS SRVCC"{ // // import all from Sip_Common; // } // end Group "12.3.10 SCC AS procedures for CS to PS SRVCC" // // Group "12.3.11 SCC AS procedures when the access transfer is completed"{ // // import all from Sip_Common; // } // end Group "12.3.11 SCC AS procedures when the access transfer is completed" }// End of Package TP_SCCAS_Chapter_9_3