/** * @author ETSI / STF484 / STF517 * @version $URL$ * $Id$ * @desc MAPEM SPATEM PIXIT * */ module LibItsMapemSpatem_Pixits { // LibCommon import from LibCommon_DataStrings all; import from LibCommon_BasicTypesAndValues all; // LibIts import from DSRC language "ASN.1:1997" all; // LibItsMapemSpatem import from LibItsMapemSpatem_TypesAndValues all; /** * @desc MsgCount for MAPEM sending */ modulepar MsgCount PX_MSG_ISSUE_REVISION := 10; /** * @desc MsgCount for IntersectionState DF sending */ modulepar MsgCount PX_INTERSECTIONSTATE_REVISION := 20; /** * @desc Status for IntersectionState DF sending */ modulepar IntersectionStatusObject PX_STATUS := IntersectionStatusObject_manualControlIsEnabled_; /** * @desc Id for IntersectionReferenceID DF sending */ modulepar IntersectionID PX_INTERSECTION_ID := 1500; /** * @desc SignalGroup for MovementState DF sending */ modulepar SignalGroupID PX_SIGNAL_GROUP_ID := 128; /** * @desc The certificate identifier the TA shall use in case of secured IUT */ modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT"; } // end LibItsMapemSpatem_Pixits