Commit fceed992 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in TC_SEC_ITSS_RCV_CAM_03_BV

parent eae82eb9
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -8075,6 +8075,7 @@ module ItsSecurity_TestCases {
          testcase TC_SEC_ITSS_RCV_CAM_03_BV() runs on ItsGeoNetworking system ItsSecSystem {
            
            // Local variables
            var EtsiTs103097Certificate v_aaCertificate, v_atCertificate;
            var integer i;
            var GeoNetworkingPdu v_securedGnPdu;
            var GnRawPayload v_sentRawPayload;
@@ -8092,13 +8093,17 @@ module ItsSecurity_TestCases {
            
            // Preamble
            f_prNeighbour();
            if (f_prepareCertificates(cc_taCert_A, v_aaCertificate, v_atCertificate) == false) {
              f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_timeout);
            } else {
              f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
            }
            
            // Test Body
            v_securedGnPdu := f_sendSecuredCam(
                                               cc_taCert_A,
                                               valueof(m_headerInfo_cam(-, (f_getCurrentTime() * 1000)/*us*/)),
                                               valueof(m_signerIdentifier_digest),
                                               valueof(m_signerIdentifier_certificate(v_atCertificate)),
                                               f_getTsStationId()
                                               );