Newer
Older
/**
* @version $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/SremSsem/LibItsSremSsem_Pics.ttcn $
* $Id: LibItsSremSsem_Pics.ttcn 1312 2016-12-14 09:21:45Z garciay $
* @desc SREM SSEM 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.
*
*/
// 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 SREM generation
*/
modulepar boolean PICS_SREM_GENERATION := true;
/**
* @desc Support for SREM reception
*/
modulepar boolean PICS_SREM_RECEPTION := true;
/**
* @desc Support for SSEM generation
* @see ETSI TS 103 191-1 Table A.5
*/
/**
* @desc Support for SSEM reception
*/
modulepar boolean PICS_SSEM_RECEPTION := true;