Commit 38d99e2e authored by kristofferse's avatar kristofferse
Browse files

PICS and PIXIT files added

parent 0a6e9452
Loading
Loading
Loading
Loading

ttcn/dPMR_Pics.ttcn

0 → 100644
+21 −0
Original line number Diff line number Diff line
/*
 *	@author 	STF 340
 *  @version 	$vx.x.x$
 *	@desc		All Functions are defined here and grouped into functions for
 *				configuration, broadcast, ranging etc.
 *  
 */
 
module dPMR_Pics {

	//LibCommon
	import from LibCommon_DataStrings all;
	import from LibCommon_BasicTypesAndValues all;
	//Ats
	import from dPMR_Types all;
	import from dPMR_Values all;
	import from dPMR_TestConfiguration all;



}
 No newline at end of file

ttcn/dPMR_Pixits.ttcn

0 → 100644
+22 −0
Original line number Diff line number Diff line
/*
 *	@author 	STF 340
 *  @version 	$vx.x.x$
 *	@desc		Pixit paremeters are defined here.
 *  
 */

module dPMR_Pixits {

	//LibCommon
	import from LibCommon_DataStrings all;
	import from LibCommon_BasicTypesAndValues all;
	//Ats
	import from dPMR_Types all;
	import from dPMR_Values all;
	import from dPMR_TestConfiguration all;





} // end module dPMR_Pixits