Commit ae2ee70e authored by Steffen Ludtke's avatar Steffen Ludtke
Browse files

new TP TP_ISC_SCCAS_TER_BYE_01

parent c7aec3d6
Loading
Loading
Loading
Loading
+51 −4
Original line number Diff line number Diff line
@@ -524,10 +524,57 @@ Package TP_SCCAS_Chapter_12_3 {
//    	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"
    Group "12.3.11 SCC AS procedures when the access transfer is completed"{
    	
    	import all from Sip_Common;	
    	
    	
    	Test Purpose {
	        
		        TP Id TP_ISC_SCCAS_PCT_INV_03
		        
		        Test objective  "Verify that l"
		        
		        Reference 
		            "ETSI TS 124 237 [1], Clause 12.3.4.4"
		        
		        Config Id CFG_SCCAS_01
		        
		        PICS Selection NONE 
		                
		        Initial conditions with {
		            the UE entity isRegisteredTo the IMS  and
		            the IUT entity hasAchievedInitialINVITE // TODO: INVITE contains: g3gppSrvccAlerting 
		            // TODO: and more conditions to distinguish subchapter from 12.3.4.2, 12.3.4.3
		        }
		        
		       	Expected behaviour
	            ensure that {
	            	when {
	                    the IUT entity receives a BYE 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 "Reason Q.850 1"; // should be different then 31
	                        ;;
	                    from the IMS_S_CSCF entity
	                }
	                then {
	                	the IUT entity sends a r_200_Ok_BYE and
	                	the IUT entity on timerOperatorSpecificTimeout sends a BYE //for source UE leg
		                to the IMS_S_CSCF entity 
		             }    
	            }
		    } // End of TP TP_ISC_SCCAS_PCT_INV_03
    	
    } // end Group "12.3.11 SCC AS procedures when the access transfer is completed"
    
}// End of Package TP_SCCAS_Chapter_9_3