Commit add59aa1 authored by garciay's avatar garciay
Browse files

Add support of Geodsic functionalities

parent 7bdc3afd
......@@ -2433,8 +2433,31 @@ 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 {
/**
......
......@@ -311,7 +311,7 @@ module LibItsSecurity_TypesAndValues {
type record ThreeDLocation {
WGSLatitude latitude,
WGSLongitude longitude,
Oct2 elevation
Oct2 elevation
} // End of type ThreeDLocation
/**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment