Loading ttcn/dPMR_Pixits.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading ttcn/dPMR_TestExecution.ttcn 0 → 100644 +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 Loading
ttcn/dPMR_Pixits.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
ttcn/dPMR_TestExecution.ttcn 0 → 100644 +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