Commit 314c2c06 authored by garciay's avatar garciay
Browse files

Add correct HashedId8 for ITS-CMS5 Plugtest

parent c2a86c62
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -19,10 +19,8 @@ module LibItsDenm_Pixits {
     */
    modulepar charstring PX_CERT_FOR_TA := "CERT_TS_A_AT";
    
    modulepar  Oct8 PX_CERT_IUT_DENM_01 := '0000000000000000'O;
    modulepar  Oct8 PX_CERT_IUT_DENM_01 := 'B227D164E9A2CEA0'O;

    modulepar  Oct8 PX_CERT_IUT_DENM_02 := '0000000000000000'O;

    modulepar  Oct8 PX_CERT_IUT_DENM_03 := '0000000000000000'O;
    modulepar  Oct8 PX_CERT_IUT_DENM_02 := '546AAE55A3239AE2'O;

} // End of module LibItsDenm_Pixits
 No newline at end of file