module LibItsRtcmem_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 RTCMEM generation * @see ETSI TS 103 191-1 Table A.5 */ modulepar boolean PICS_RTCMEM_GENERATION := true; /** * @desc Support for RTCMEM reception * @see ETSI TS 103 191-1 Table A.5 */ modulepar boolean PICS_RTCMEM_RECEPTION := true; } // End of module LibItsRtcmem_Pics