LibItsMapemSpatem_Pixits.ttcn 1.27 KB
Newer Older
garciay's avatar
garciay committed
 *  @author     ETSI / STF484 / STF517
 *  @version    $URL$
 *              $Id$
    
    // 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;
    
garciay's avatar
garciay committed
    /**
     * @desc MsgCount for MAPEM sending
     */
    modulepar MsgCount PX_MSG_ISSUE_REVISION := 10;
    
    /**
     * @desc MsgCount for IntersectionState DF sending
     */
    modulepar MsgCount PX_INTERSECTIONSTATE_REVISION := 20;
garciay's avatar
garciay committed
    /**
     * @desc Status for IntersectionState DF sending
     */
    modulepar IntersectionStatusObject PX_STATUS := IntersectionStatusObject_manualControlIsEnabled_;
garciay's avatar
garciay committed
    /**
     * @desc Id for IntersectionReferenceID DF sending
     */
    modulepar IntersectionID PX_INTERSECTION_ID := 1500;
garciay's avatar
garciay committed
    /**
     * @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";