LibItsMapemSpatem_Pixits.ttcn 1.37 KB
Newer Older
garciay's avatar
garciay committed
 *  @author     ETSI / STF484 / STF517
 *  @version    $URL$
 *              $Id$
garciay's avatar
garciay committed
 *  @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.
    
    // 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
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-3 Table B.7
garciay's avatar
garciay committed
     */
    modulepar MsgCount PX_MSG_ISSUE_REVISION := 10;
    
    /**
     * @desc MsgCount for IntersectionState DF sending
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-3 Table B.7
garciay's avatar
garciay committed
     */
    modulepar MsgCount PX_INTERSECTIONSTATE_REVISION := 20;
garciay's avatar
garciay committed
    /**
     * @desc Id for IntersectionReferenceID DF sending
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-3 Table B.7
garciay's avatar
garciay committed
     */
    modulepar IntersectionID PX_INTERSECTION_ID := 1500;
garciay's avatar
garciay committed
    /**
     * @desc SignalGroup for MovementState DF sending
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-3 Table B.7
garciay's avatar
garciay committed
     */
    modulepar SignalGroupID PX_SIGNAL_GROUP_ID := 128;