LibItsSecurity_Pixits.ttcn3 384 Bytes
Newer Older
garciay's avatar
garciay committed
/**
 *  @author   ETSI / STF481
 *  @version  $URL$
 *            $Id$
 *  @desc     Module containing Pixits for Security Protocol
 *
 */
module LibItsSecurity_Pixits {
     * @desc Root path to access certificate stored in files, identified by certficate ID
    modulepar charstring PX_ROOT_PATH_FOR_SECURITY := "";
garciay's avatar
garciay committed
} // End of module LibItsSecurity_Pixits