Commit 5b65f533 authored by garciay's avatar garciay
Browse files

Rebuild LibIts with TCT3

parent a0f36c26
......@@ -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);
......
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