Commit 84ba2164 authored by Denis Filatov's avatar Denis Filatov
Browse files

sign BO messages by certificate by default

parent 64608aea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ module ItsSecurity_Functions {
            var GeoNetworkingPdu v_securedGnPdu := f_prepareSecuredCam_Bo(
                                                                          p_configId,
                                                                          valueof(m_headerInfo_cam(-, (f_getCurrentTime() * 1000)/*us*/)),
                                                                          valueof(m_signerIdentifier_digest),
                                                                          valueof(m_signerIdentifier_certificate(vc_atCertificate)),
                                                                          f_getTsStationId(),
                                                                          p_protocolVersion,
                                                                          p_alter_psid,
+5 −3
Original line number Diff line number Diff line
@@ -4149,6 +4149,7 @@ module ItsSecurity_TestCases {
             * @see         ETSI TS 103 096-2 v1.5.1 TP_SEC_ITSS_SND_CAM_28_BV
             * @reference    ETSI TS 103 097 [1] Clause 7.1.1
             */
/*             
            testcase TC_SEC_ITSS_SND_CAM_28_BV() runs on ItsGeoNetworking system ItsSecSystem {
                
                // Local variables
@@ -4200,7 +4201,7 @@ module ItsSecurity_TestCases {
                f_poNeighbour();
                f_cf01Down();
            } // End of testcase TC_SEC_ITSS_SND_CAM_28_BV
            
*/            
            /**
             * @desc Check that IUT sends the secured CAM containing the HeaderInfo field psid set to 'AID_CAM'.
             * <pre>
@@ -4226,6 +4227,7 @@ module ItsSecurity_TestCases {
             * @see         ETSI TS 103 096-2 v1.5.1 TP_SEC_ITSS_SND_CAM_29_BV
             * @reference    ETSI TS 103 097 [1] Clause 7.1.1
             */
/*
            testcase TC_SEC_ITSS_SND_CAM_29_BV() runs on ItsGeoNetworking system ItsSecSystem {
                
                // Local variables
@@ -4277,9 +4279,9 @@ module ItsSecurity_TestCases {
                f_poNeighbour();
                f_cf01Down();
            } // End of testcase TC_SEC_ITSS_SND_CAM_29_BV
*/        
            
        } // End of group camProfile
        
        /**
         * @desc Sending behaviour test cases for DENM profile
         * @see ETSI TS 103 096-2 V1.3.32 (2018-01) Clause 5.2.5 DENM profile
@@ -7256,7 +7258,7 @@ module ItsSecurity_TestCases {
            v_securedGnPdu := f_sendSecuredCam(
                                               cc_taCert_A,
                                               valueof(m_headerInfo_cam(-, (f_getCurrentTime() * 1000)/*us*/)),
                                               valueof(m_signerIdentifier_digest),
                                               valueof(m_signerIdentifier_certificate(vc_atCertificate)),
                                               f_getTsStationId()
                                               );