Vanetza
 
Loading...
Searching...
No Matches
encap_request.hpp
1#ifndef ENCAP_REQUEST_HPP_OX8CLPLW
2#define ENCAP_REQUEST_HPP_OX8CLPLW
3
4#include <vanetza/common/its_aid.hpp>
5#include <vanetza/net/packet.hpp>
6
7namespace vanetza
8{
9namespace security
10{
11
12/**
13 * Input data for encapsulating a packet in a secured message
14 * \see TS 102 723-8 for SN-ENCAP.request
15 */
17 DownPacket plaintext_payload; // mandatory
18 ItsAid its_aid; // mandatory
19};
20
21} // namespace security
22} // namespace vanetza
23
24#endif // ENCAP_REQUEST_HPP_OX8CLPLW
ChunckPacket is a packet consisting of several memory chunks.