LibItsDenm_Pixits.ttcn 835 Bytes
Newer Older
garciay's avatar
garciay committed
 *  @author   ETSI / STF449 / STF484 / STF517
 *  @version  $URL$
 *            $Id$
 *  @desc     Module containing Pixits for DENM
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.
 *
 */
module LibItsDenm_Pixits {
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
    import from LibCommon_DataStrings all;
    // LibItsSecurity
    import from LibItsSecurity_TypesAndValues all;
    /**
     * @desc The certificate identifier the TA shall use in case of secured IUT
     */
    modulepar charstring  PX_CERT_FOR_TS := "CERT_TS_A_AT";
} // End of module LibItsDenm_Pixits