ItsSecurity_Pics.ttcn3 366 Bytes
Newer Older
/**
 *  @author   ETSI / STF507
 *  @version  $UR$
 *            $Id$
 *  @desc     Module containing Pics for Security ATS
 *
 */
module ItsSecurity_Pics {
    
    /**
     * @desc Set to true to enable specific behavior to validate ITS Security ATS against itself
     */
    modulepar boolean PICS_DEBUG_ADDON := false;
    
} // End of module ItsSecurity_Pics