Commit d3fa0ab5 authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

updated TPs

parent e932b5ba
Loading
Loading
Loading
Loading
+58 −3
Original line number Diff line number Diff line
@@ -273,7 +273,8 @@ Package TP_SCCAS_Chapter_12_3 {
	                
	        Initial conditions with {
	            the UE entity isRegisteredTo the IMS_A and 
	            the UE entity hasEstablishedDialog the SCCAS_UE_TERM
	            the UE entity hasEstablishedDialog the SCCAS_UE_TERM and 
	            the UE entity hasEstablishedPS2CSDialog    
	        }
	        
	        Expected behaviour
@@ -306,7 +307,7 @@ Package TP_SCCAS_Chapter_12_3 {
        
	        TP Id TP_ISC_SCCAS_SRA_BYE_03
	        
	        Test objective  "Verify that the SCCAS distinguish SIP BYE with STN-SR and release source leg on BYE Cause diferent from Cause Q850 31"
	        Test objective  "Verify that the SCCAS distinguish SIP BYE with STN-SR and release source leg on BYE Cause different from Cause Q850 31"
	        
	        Reference 
	            "ETSI TS 124 237 [1], Clause 12.3.3.4"
@@ -317,7 +318,8 @@ Package TP_SCCAS_Chapter_12_3 {
	                
	        Initial conditions with {
	            the UE entity isRegisteredTo the IMS_A and 
	            the UE entity hasEstablishedDialog the SCCAS_UE_TERM
	            the UE entity hasEstablishedDialog the SCCAS_UE_TERM and 
	            the UE entity hasEstablishedPS2CSDialog
	        }
	        
	        Expected behaviour
@@ -351,6 +353,59 @@ Package TP_SCCAS_Chapter_12_3 {
    	
    	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"{
    		
    		Group "12.3.3.5.1 SCC AS serving an originating user"{
    			
    			import all from Sip_Common;
    			
	    		Test Purpose {
	        
		        TP Id TP_ISC_SCCAS_SRA_CNL_01
		        
		        Test objective  "Verify that the SCCAS distinguish SIP CANCEL and release session transfered leg after OperatiorSpecificTimer timeout"
		        
		        Reference 
		            "ETSI TS 124 237 [1], Clause 12.3.3.5.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 hasInitiatedDialogWith the SCCAS_UE_TERM and
		            the UE entity hasInitiatedPS2CSinEarlydialog
		        }
		        
		        Expected behaviour
		            ensure that {
		            	when {
		                    the IUT entity receives a CANCEL 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 not indicating value "Reason Q.850 31";
		                        ;;
		                    from the IMS_S_CSCF entity
		                }
		                then {
		                	the IUT entity sends a r_200_Ok_CANCEL and
		                	the IUT entity on timerOperatorSpecificTimeout sends a CANCEL
		                    to the IMS_S_CSCF entity 	
			             }    
		            }
		    	} // End of TP_ISC_SCCAS_SRA_CNL_01
    		}
    		Group "12.3.3.5.2 SCC AS serving a terminating user"{
    			
    		}
    		
    	}
    	
    } // end Group "12.3.3 SCC AS procedures for PS to CS SRVCC, abnormal case"