Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
add59aa1
Commit
add59aa1
authored
Sep 19, 2014
by
garciay
Browse files
Add support of Geodsic functionalities
parent
7bdc3afd
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn
View file @
add59aa1
...
...
@@ -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
{
/**
...
...
ttcn/Security/LibItsSecurity_TypesAndValues.ttcn3
View file @
add59aa1
...
...
@@ -311,7 +311,7 @@ module LibItsSecurity_TypesAndValues {
type
record
ThreeDLocation
{
WGSLatitude
latitude
,
WGSLongitude
longitude
,
Oct2
elevation
Oct2
elevation
}
// End of type ThreeDLocation
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment