Commit add59aa1 authored by garciay's avatar garciay
Browse files

Add support of Geodsic functionalities

parent 7bdc3afd
Loading
Loading
Loading
Loading
+25 −2
Original line number Diff line number Diff line
@@ -2433,7 +2433,30 @@ module LibItsGeoNetworking_Functions {
            }
            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 {
        
+1 −1

File changed.

Contains only whitespace changes.