/** * @author ETSI / STF517 * @version $URL$ * $Id$ * @desc MAPEM SPATEM PICS * */ module LibItsMapemSpatem_Pics { // LibCommon import from LibCommon_BasicTypesAndValues all; /** * @desc Support for MAPEM generation * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_MAPEM_GENERATION := true; /** * @desc Support for MAPEM reception * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_MAPEM_RECEPTION := true; /** * @desc Support for SPATEM generation * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_SPATEM_GENERATION := true; /** * @desc Support for SPATEM reception * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_SPATEM_RECEPTION := true; /** * @desc Is IUT an RSU */ modulepar boolean PICS_RSU := true; /** * @desc Is the IUT running in secured mode? */ modulepar boolean PICS_IS_IUT_SECURED := false; } // end LibItsSremSsem_Pics