Commit 286ea651 authored by YannGarcia's avatar YannGarcia
Browse files

Set correct certificate for TS

parent 30d2ee5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -71,9 +71,9 @@ module LibItsCommon_Pixits {
    modulepar integer PX_TIME_FOR_GPS_FIX := 60;
    
    /**
     * @desc The certificate identifier the TA shall use in case of secured IUT. Default: CERT_IUT_A_AT
     * @desc The certificate identifier the TA shall use in case of secured IUT. Default: CERT_TS_A_AT
     * @remark If the IUT cannot use the test certificates, set this PIXIT to CERT_NONE
     */
    modulepar charstring PX_CERT_FOR_TS := "CERT_IUT_A_AT";
    modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT";
    
} // end LibItsCommon_Pixits
 No newline at end of file