LibItsDenm_Pixits.ttcn 719 Bytes
Newer Older
garciay's avatar
garciay committed
 *  @author   ETSI / STF449 / STF484 / STF517
 *  @version  $URL$
 *            $Id$
 *  @desc     Module containing Pixits for DENM
 *
 */
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";
    modulepar  charstring PX_CERT_IUT_DENM_01 := "CERT_IUT_DENM_BO_01_AT";
    modulepar  charstring PX_CERT_IUT_DENM_02 := "CERT_IUT_DENM_BO_02_AT";

} // End of module LibItsDenm_Pixits