Commit 692991c2 authored by Axel Rennoch's avatar Axel Rennoch
Browse files

template for TC_ISC_SCCAS_PCT_INV_06

parent be504753
Loading
Loading
Loading
Loading
+30 −0
Original line number Original line Diff line number Diff line
@@ -361,6 +361,36 @@ module AtsSccas_Testcases
    } // End of group Group_11_3
    } // End of group Group_11_3


    group Group_12_3 {
    group Group_12_3 {
    	
		   /*
			* @desc Verify that SCC AS correctly recognizes and initiated for PS to CS access transfer for terminating call in pre-alerting phase using PS to CS SRVCC procedure.
			* @param p_cSeq_s Transaction Id
			*/
			testcase TC_ISC_SCCAS_PCT_INV_06(inout CSeq p_cSeq_s) 
			runs on ServerSyncComp
			system TestAdapter {
				//Variables
				var ImsComponent v_imsComponent_ueims;

				// Test control
				if (not PICS_SCCAS_GM) {
					log("*** " & __SCOPE__ & ": ERROR: 'PICS_SCCAS_GM' shall be set to true for executing the TC. ***"); 
					stop;
				}

				// Test component configuration
				f_cf_1IscUp(v_imsComponent_ueims);

				//Start
				f_IncCSeq(p_cSeq_s); v_imsComponent_ueims.start(f_TC_ISC_SCCAS_PCT_INV_06(p_cSeq_s));

				// synchronize both PTCs on 3 sychronization points
				f_serverSync1Client({c_prDone, c_tbDone, c_poDone});

				f_cf_1IscDown(v_imsComponent_ueims);

			} // End of TC_ISC_SCCAS_PCT_INV_06     	
    	
    } // End of group Group_12_3
    } // End of group Group_12_3
     
     
} // End of module AtsSccas_Testcases
} // End of module AtsSccas_Testcases