LibItsSremSsem_Pixits.ttcn 1.93 KB
Newer Older
garciay's avatar
garciay committed
/**
garciay's avatar
garciay committed
 *  @author     ETSI / STF517
Yann Garcia's avatar
Yann Garcia committed
 *  @version    $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/SremSsem/LibItsSremSsem_Pixits.ttcn $
 *              $Id: LibItsSremSsem_Pixits.ttcn 1315 2016-12-15 13:25:41Z garciay $
garciay's avatar
garciay committed
 *  @desc       MAPEM SPATEM PIXIT
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.
garciay's avatar
garciay committed
 *
 */
module LibItsSremSsem_Pixits {
    
    // LibCommon
    import from LibCommon_DataStrings all;
    import from LibCommon_BasicTypesAndValues all;
    
    // LibIts
    import from DSRC language "ASN.1:1997" all;
    import from DSRC_REGION_noCircular language "ASN.1:1997" all;
garciay's avatar
garciay committed
    
    // LibItsSremSsem
    import from LibItsSremSsem_TypesAndValues all;
    
garciay's avatar
garciay committed
    /**
     * @desc MsgCount for SREM sending
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-3 Table B.9
     */
    modulepar BasicVehicleRole PX_BASICVEHICLEROLE := basicVehicle;
garciay's avatar
garciay committed
    
garciay's avatar
garciay committed
    /**
     * @desc Used by tester in SREM trigger request
     * @see  ETSI TS 103 191-3 Table B.9
     */
    modulepar RequestImportanceLevel PX_REQUESTIMPORTANCELEVEL := requestImportanceLevel3;
    
    modulepar IntersectionID PX_INTERSECTION_ID := 123;
garciay's avatar
garciay committed
    /**
     * @desc Used by tester in SREM trigger request
     * @see  ETSI TS 103 191-3 Table B.9
     */
garciay's avatar
garciay committed
    modulepar DSecond PX_SECOND := 0;
garciay's avatar
garciay committed
    /**
     * @desc Used in SREM and SSEM sent by tester
     * @see  ETSI TS 103 191-3 Table B.9
     */
garciay's avatar
garciay committed
    modulepar IntersectionReferenceID PX_STATUS := {
        region  := omit,
        id      := 0
    }; 
    modulepar charstring PX_SREM_CERTIFICATE_X := "CERT_IUT_SREM_SSP_01";
    modulepar octetstring PX_SREM_CERTIFICATE_X_SSP := '024000'O;
    modulepar BasicVehicleRole PX_SREM_CERTIFICATE_X_ROLE := publicTransport;
    
garciay's avatar
garciay committed
} // end LibItsSremSsem_Pixits