LibItsDenm_Pixits.ttcn 696 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_TA := "CERT_TS_A_AT";
    
    modulepar  Oct8 PX_CERT_IUT_DENM_01 := 'B227D164E9A2CEA0'O;
    modulepar  Oct8 PX_CERT_IUT_DENM_02 := '546AAE55A3239AE2'O;

} // End of module LibItsDenm_Pixits