/** * @author ETSI / STF517 * @version $URL$ * $Id$ * @desc MAPEM SPATEM PICS * @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. * */ module LibItsMapemSpatem_Pics { // LibCommon import from LibCommon_BasicTypesAndValues all; /** * @desc Is the IUT running in secured mode? * @see ETSI TS 103 191-1 Table A.1 */ modulepar boolean PICS_IS_IUT_SECURED := false; /** * @desc Support for MAPEM generation * @see ETSI TS 103 191-1 Table A.2 */ modulepar boolean PICS_MAPEM_GENERATION := true; /** * @desc Support for MAPEM reception * @see ETSI TS 103 191-1 Table A.2 */ modulepar boolean PICS_MAPEM_RECEPTION := true; /** * @desc Support for SPATEM generation * @see ETSI TS 103 191-1 Table A.2 */ modulepar boolean PICS_SPATEM_GENERATION := true; /** * @desc Support for SPATEM reception * @see ETSI TS 103 191-1 Table A.2 */ modulepar boolean PICS_SPATEM_RECEPTION := true; } // end LibItsSremSsem_Pics