/** * @author ETSI / STF484 * @version $URL$ * $Id$ * @desc SREM SSEM PICS * */ module LibItsSremSsem_Pics { // LibCommon import from LibCommon_BasicTypesAndValues all; /** * @desc Support for SREM generation * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_SREM_GENERATION := true; /** * @desc Support for SREM reception * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_SREM_RECEPTION := true; /** * @desc Support for SSEM generation * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_SSEM_GENERATION := true; /** * @desc Support for SSEM reception * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_SSEM_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 LibItsMapemSpatem_Pics