/** * @author ETSI / STF481 / STF507 / STF517 * @version $URL$ * $Id$ * @desc Module containing Pics for Security ATS * @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 ItsSecurity_Pics { /** * @desc Set to true to enable specific behavior to validate ITS Security ATS against itself */ modulepar boolean PICS_DEBUG_ADDON := false; /** * @desc Set to true to enable restrictions of TS 103 097 v1.2.5 */ modulepar boolean PICS_PLUGTEST_VERSION := false; } // End of module ItsSecurity_Pics