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
5b65f533
Commit
5b65f533
authored
Oct 09, 2014
by
garciay
Browse files
Rebuild LibIts with TCT3
parent
a0f36c26
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn
View file @
5b65f533
...
...
@@ -2574,18 +2574,18 @@ module LibItsGeoNetworking_Functions {
{
m_header_field_unrecognised_certificate
(
f_HashedId3FromHashedId8
(
p_digest
valueof
(
p_digest
)
))
}
);
// Build secured Gn packet
v_gnReq
:=
m_geoNwReq_linkLayerBroadcast
(
v_gnReq
:=
valueof
(
m_geoNwReq_linkLayerBroadcast
(
m_geoNwSecPdu
(
v_gnNonSecuredPacket
,
v_securedMessage
)
// End of template m_geoNwSecPdu
);
// End of template m_geoNwReq_linkLayerBroadcast
)
);
// End of template m_geoNwReq_linkLayerBroadcast
// Send Message
f_sendGeoNetMessage
(
v_gnReq
);
...
...
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