Commit 5935fdeb authored by kristofferse's avatar kristofferse
Browse files

TC added

parent 5b2096a1
Loading
Loading
Loading
Loading
+50 −11
Original line number Diff line number Diff line
@@ -141,19 +141,58 @@ group IsfCsfCommon {



group SuperFrame {

group Voice {


	/*
	 * @desc	TP Ref: TP_PMR_0801_01
	*/
/*	testcase TC_PMR_0801_01()
	runs on ServerSyncComp
	system TestAdapter {
      	var Simu v_simu;
		var Ut v_ut;

		//Configuration Up
		f_cfSimuUp(v_simu, v_ut);

		//Test body
		v_simu.start(f_msXXXAckOnConnectionRequest_Simu(p_cc));
		v_ut.start(f_TC_MsToStandby_Ut(p_cc/*c_grpBcf1*/)); // select CC B channel 1

		// synchronize both PTCs
		f_serverSync2ClientsAndStop({c_prDone});

		// Configuration Down
		f_cfSimuDown(v_simu, v_ut);
*/
//	} // end TC_PMR_0801_01

	
	
	
	
} // end group Voice 


} // end group SuperFrame

} // end group Framing



} // end group IsfCsfCommon

group twoPTC {

// group twoPTC {

				
	/*
	 * @desc		
	*/
	testcase TC_XXX()
/*	testcase TC_XXX()
	runs on ServerSyncComp
	system TestAdapter {

@@ -173,13 +212,13 @@ group twoPTC {

		// Configuration Down
		f_cfSimuDown(v_simu, v_ut);

	} // end TC_XXX
*/
//	} // end TC_XXX

	/*
	 * @desc
	*/
	function f_TC_XXX_Simu() 
/*	function f_TC_XXX_Simu() 
	runs on Simu {
		//Variables

@@ -194,11 +233,11 @@ group twoPTC {
		deactivate;

	} // end f_TC_XXX_Simu

*/
	/*
	 * @desc
	*/
	function f_TC_action_state_orTC_ID_Ut() 
/*	function f_TC_action_state_orTC_ID_Ut() 
	runs on Ut {
		//Variables

@@ -211,10 +250,10 @@ group twoPTC {
		//Postamble

		deactivate;

	} // end f_TC_action_state_orTC_ID_Ut
*/
//	} // end f_TC_action_state_orTC_ID_Ut

	
} // end twoPTC
// } // end twoPTC

} // end module dPMR_TestCases
 No newline at end of file