Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +25 −2 Original line number Original line Diff line number Diff line Loading @@ -2433,7 +2433,30 @@ module LibItsGeoNetworking_Functions { } } return v_ret; return v_ret; } } } // End of group waitingHelpers group CertRequests{ function f_askForCertificate (in template (value) HashedId8 p_digest) { // FIXME Move to GeoNet // Send CAM message with insert the request_unrecognized_certificate // header containing specified digest /* TODO: Waiting Alex to understand how to send message var SecuredMessage v_msg; if ( f_buildGnSecuredCam (v_msg, in octetstring p_unsecuredPayload, in ThreeDLocation p_threeDLocation, in template (omit) HeaderFields p_headerFileds := omit )) { } } */ } // End of function f_askForCertificate } // End of group CertRequests group messageGetters { group messageGetters { Loading ttcn/Security/LibItsSecurity_TypesAndValues.ttcn3 +1 −1 File changed.Contains only whitespace changes. Show changes Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +25 −2 Original line number Original line Diff line number Diff line Loading @@ -2433,7 +2433,30 @@ module LibItsGeoNetworking_Functions { } } return v_ret; return v_ret; } } } // End of group waitingHelpers group CertRequests{ function f_askForCertificate (in template (value) HashedId8 p_digest) { // FIXME Move to GeoNet // Send CAM message with insert the request_unrecognized_certificate // header containing specified digest /* TODO: Waiting Alex to understand how to send message var SecuredMessage v_msg; if ( f_buildGnSecuredCam (v_msg, in octetstring p_unsecuredPayload, in ThreeDLocation p_threeDLocation, in template (omit) HeaderFields p_headerFileds := omit )) { } } */ } // End of function f_askForCertificate } // End of group CertRequests group messageGetters { group messageGetters { Loading
ttcn/Security/LibItsSecurity_TypesAndValues.ttcn3 +1 −1 File changed.Contains only whitespace changes. Show changes