/** * @author ETSI / STF405 * @version $URL$ * $Id$ * @desc Common PIXITS * */ module LibItsCommon_Pixits { import from DENM_PDU_Descriptions language "ASN.1:1997" all; /** * @desc Tester Station Id * Station Id used in CAM/DENM messages sent by the tester */ modulepar StationID PX_TESTER_STATION_ID := 111111; } // end LibItsCommon_Pixits