/** * @author ETSI / STF484 / STF517 * @version $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/MapemSpatem/LibItsMapemSpatem_Pixits.ttcn $ * $Id: LibItsMapemSpatem_Pixits.ttcn 1315 2016-12-15 13:25:41Z garciay $ * @desc MAPEM SPATEM PIXIT * @copyright ETSI Copyright Notification * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. * All rights reserved. * */ module LibItsMapemSpatem_Pixits { // LibCommon import from LibCommon_DataStrings all; import from LibCommon_BasicTypesAndValues all; // LibIts import from ITS_Container language "ASN.1:1997" all; import from DSRC language "ASN.1:1997" all; import from DSRC_REGION_noCircular language "ASN.1:1997" all; // LibItsMapemSpatem import from LibItsMapemSpatem_TypesAndValues all; /** * @desc MsgCount for MAPEM sending * @see ETSI TS 103 191-3 Table B.7 */ modulepar MsgCount PX_MSG_ISSUE_REVISION := 10; /** * @desc MsgCount for IntersectionState DF sending * @see ETSI TS 103 191-3 Table B.7 */ modulepar MsgCount PX_INTERSECTIONSTATE_REVISION := 20; /** * @desc Id for IntersectionReferenceID DF sending * @see ETSI TS 103 191-3 Table B.7 */ modulepar IntersectionID PX_INTERSECTION_ID := 7; /** * @desc SignalGroup for MovementState DF sending * @see ETSI TS 103 191-3 Table B.7 */ modulepar SignalGroupID PX_SIGNAL_GROUP_ID := 128; /** * @desc 3D Reference point latitude * @see ETSI TS 103 191-3 Table B.7 */ modulepar Latitude PX_3D_REF_POINT_LATITUDE := 0; } // end LibItsMapemSpatem_Pixits