Newer
Older
/**
*
* @desc
*
* @reference https://wiki.plugtests.net/wiki/ITS-CMS5/index.php/Base_Specs_and_Test_Specs
*/
module ItsRSUsSimulator_Pixits {
// LibIts
import from ITS_Container language "ASN.1:1997" all;
import from CAM_PDU_Descriptions language "ASN.1:1997" all;
import from DENM_PDU_Descriptions language "ASN.1:1997" all;
// LibItsCommon
import from LibItsCommon_Functions all;
// AtsRSUsSimulator
import from ItsRSUsSimulator_TypesAndValues all;
import from ItsRSUsSimulator_Pics all;
garciay
committed
/**
* @desc Indicate which RSU to simulate
*/
modulepar integer PX_RSU_ID := 3;
garciay
committed
/**
* @desc Indicate which Use Case to simulate
* @remark Used only for DENM
garciay
committed
*/
garciay
committed
/**
* @desc Indicate which zone to simulate
* @remark Used only for DENM
garciay
committed
*/
modulepar integer PX_ETSI_ZONE_ID := 2;