Commit 19c0f2e5 authored by kristofferse's avatar kristofferse
Browse files

Test execution file added.

parent 536bc7db
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -15,6 +15,11 @@ module dPMR_Pixits {
	import from dPMR_Values all;


	// @desc: Colour Code (Channel) to be used in test case, must be chosen 
	// in the correct range (Group A or B) dependent on if IUT is an ISF or CSF radio.
	modulepar {ColourCode PXT_SELECTED_COLOURCODE := c_grpAcf1 }




	// @desc: Value of IUT Address
+23 −0
Original line number Diff line number Diff line
/*
 *  @author   STF 340
 *  @version  $vx.x.x$
 *..@desc     This module defines the test case conditions
 *  @see      dPMR_types
 */
module dPMR_TestExecution {

	//Ats
	import from dPMR_Types all;
	import from dPMR_TestCases all;
	import from dPMR_Pixits all;


//	import from DMR_TestCasesDemo all;

 	control{

		execute(TC_PMR_0406_01( PXT_SELECTED_COLOURCODE ) ); 


	} // end control
} // end module dPMR_TestExecution