TP_SCCAS_Chapter_12_3.tplan2 10.5 KB
Newer Older
Iztok Juvancic's avatar
Iztok Juvancic committed
/*
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"{
    	
Iztok Juvancic's avatar
Iztok Juvancic committed
    	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	
Iztok Juvancic's avatar
Iztok Juvancic committed
    	
    	Test Purpose {
        
        TP Id TP_ISC_SCCAS_SRA_INI_02
        
        Test objective  "Verify that the SCCAS distinguish SIP INVITE with STN-SR and informs remote UE"
        
        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_STNSR_URI,
                        From indicating value PX__SIP_URI,
                        To indicating value PX__SIP_URI,
                        CallId indicating value PX_STI_CALLID,
                        Via indicating value PX_STNSR_VIA,
                        Contact,
                        TargetDialog containing "dialog info from 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 ReINVITE //for remote UE leg
	                to the IMS_S_CSCF entity and 
	               
                    the IUT entity receives a r_200_Ok and
                    
                    the IUT entity sends a r_200_Ok 
	             }    
            }
    	} // End of TP_ISC_SCCAS_SRA_INV_02
Iztok Juvancic's avatar
Iztok Juvancic committed
    } // 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"{
    	
Iztok Juvancic's avatar
Iztok Juvancic committed
    	import all from Sip_Common;
    	Test Purpose {
        
Iztok Juvancic's avatar
Iztok Juvancic committed
        TP Id TP_ISC_SCCAS_SRA_INV_03
Iztok Juvancic's avatar
Iztok Juvancic committed
        
        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                
	             }    
            }
Iztok Juvancic's avatar
Iztok Juvancic committed
    	} // End of TP_ISC_SCCAS_SRA_INV_03	
    		
Iztok Juvancic's avatar
Iztok Juvancic committed
    } // 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;	
Iztok Juvancic's avatar
Iztok Juvancic committed
    	Group "12.3.3.1 PS to CS SRVCC cancelled by MME/SGSN or failure by UE to transition to CS domain for ongoing session"{
    		
    		import all from Sip_Common;	
    		Test Purpose {
        
	        TP Id TP_ISC_SCCAS_SRA_INI_04
	        
	        Test objective  "Verify that the SCCAS distinguish SIP INVITE with STN-SR and not release source leg"
	        
	        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 ReINVITE containing
	                        RequestUri indicating value PX_STNSR_URI,
	                        From indicating value PX__SIP_URI,
	                        To indicating value PX__SIP_URI,
	                        CallId indicating value PX_STI_CALLID,
	                        Via indicating value PX_STNSR_VIA,
	                        Contact,
	                        TargetDialog containing "dialog info from PS session", 
	                        Require indicating value "tdialog",
	                        PAssertedIdentity indicating value PX_UE_CMSISDN
	                        SipMessageBody,
	                        Reason containing Cause indicating value "487";
	                        ;;
	                    from the IMS_S_CSCF entity
	                }
	                then {
	                	the IUT entity not sends a BYE //for source UE leg
		                to the IMS_S_CSCF entity 

		             }    
	            }
	    	} // End of TP_ISC_SCCAS_SRA_INV_04
    	}
    	Group "12.3.3.2 P-CSCF releasing the source access leg during PS to CS SRVCC"{
    		
    	}
    	Group "12.3.3.3 P-CSCF releasing the source access leg when call is in alerting phase"{
Iztok Juvancic's avatar
Iztok Juvancic committed
    		
    	}
Iztok Juvancic's avatar
Iztok Juvancic committed
    	Group "12.3.3.4 PS to CS SRVCC cancelled by MME/SGSN or release of the target access leg for an ongoing session"{
Iztok Juvancic's avatar
Iztok Juvancic committed
    		
    	}
Iztok Juvancic's avatar
Iztok Juvancic committed
    	Group "12.3.3.5 PS to CS SRVCC cancelled by MME/SGSN or release of the target access leg for a session in an early dialog phase"{
Iztok Juvancic's avatar
Iztok Juvancic committed
    		
    	}
    	
    } // 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