LibItsMapemSpatem_Pics.ttcn 1.29 KB
Newer Older
/**
 *    @author   ETSI / STF517
 *    @version  $URL$
 *              $Id$
garciay's avatar
garciay committed
 *    @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;
    
garciay's avatar
garciay committed
    /**
     * @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
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-1 Table A.2
    modulepar boolean PICS_MAPEM_GENERATION := true;
     * @desc Support for MAPEM reception
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-1 Table A.2
    modulepar boolean PICS_MAPEM_RECEPTION := true;
     * @desc Support for SPATEM generation
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-1 Table A.2
    modulepar boolean PICS_SPATEM_GENERATION := true;
     * @desc Support for SPATEM reception
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-1 Table A.2
    modulepar boolean PICS_SPATEM_RECEPTION := true;