Skip to content
LibIpv6_ModuleParameters.ttcn 753 B
Newer Older
alex's avatar
alex committed
/*
 *	@author 	STF 276
 *  @version 	$Id$
 *	@desc		- Here all module parameters from every RFC shall be collected.
 *  
 */
module LibIpv6_ModuleParameters {
	
	//LibCommon
	import from LibCommon_DataStrings all;
	import from LibCommon_BasicTypesAndValues all;
	import from LibCommon_TextStrings all;
	//LibIpv6
	import from LibIpv6_MultiRfcs_TypesAndValues all ;

peter's avatar
peter committed
	/*
validator's avatar
""  
validator committed
	** @desc Length of Source Link-Layer and Target Link-Layer options
peter's avatar
peter committed
	** @remark Length is specified in units of 8 octets including type+length field
	*/
	modulepar {UInt8 PX_MAC_OPTION_LEN := 1}
alex's avatar
alex committed

peter's avatar
peter committed
	/*
	** @desc What time does the IUT need to build its global address?
	*/
	modulepar {float PX_T_BUILD_GLA := 15.0}
peter's avatar
peter committed
	
alex's avatar
alex committed
} // end module LibIpv6_ModuleParameters