Commit 70a17780 authored by Axel Rennoch's avatar Axel Rennoch
Browse files

template for TC_ISC_SCCAS_CPT_INV_10

parent 4df3b039
Loading
Loading
Loading
Loading
+30 −1
Original line number Diff line number Diff line
@@ -556,7 +556,7 @@ module AtsSccas_Testcases
				f_cf_1IscUp(v_imsComponent_ueims);

				//Start
				f_IncCSeq(p_cSeq_s); v_imsComponent_ueims.start(f_TC_ISC_SCCAS_CPT_INV_08(p_cSeq_s));
				f_IncCSeq(p_cSeq_s); v_imsComponent_ueims.start(f_TC_ISC_SCCAS_CPT_INV_09(p_cSeq_s));

				// synchronize both PTCs on 3 sychronization points
				f_serverSync1Client({c_prDone, c_tbDone, c_poDone});
@@ -565,6 +565,35 @@ module AtsSccas_Testcases

			} // End of TC_ISC_SCCAS_CPT_INV_09 

		   /*
			* @desc Verify that the SCC AS handles correctly the transfer of terminating session in alerting phase.
			* @param p_cSeq_s Transaction Id
			*/
			testcase TC_ISC_SCCAS_CPT_INV_10(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_CPT_INV_10(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_CPT_INV_10 
    	
    } // End of group Group_12_3
     
} // End of module AtsSccas_Testcases