LibItsSremSsem_Pics.ttcn 928 Bytes
Newer Older
garciay's avatar
garciay committed
 *    @author   ETSI / STF517
garciay's avatar
garciay committed
module LibItsSremSsem_Pics {
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
    
    /**
     * @desc Support for SREM generation
    modulepar boolean PICS_SREM_GENERATION := true;
     * @desc Support for SREM reception
    modulepar boolean PICS_SREM_RECEPTION := true;
garciay's avatar
garciay committed
     * @desc Is IUT acting as a RSU? 
    modulepar boolean PICS_RSU_ROLE := false;
    
    /**
     * @desc Is the IUT running in secured mode?
     */
    modulepar boolean PICS_IS_IUT_SECURED := false;
    
    /**
     * @desc Support for SSEM reception
     * @see  ETSI TS 102 868-2 Table 3
     */
    modulepar boolean PICS_SSEM_RECEPTION := true;