10#include "ns3/nstime.h"
11#include "ns3/packet.h"
30 TypeId GetInstanceTypeId()
const override;
42 void Serialize(TagBuffer i)
const override;
43 void Deserialize(TagBuffer i)
override;
44 uint32_t GetSerializedSize()
const override;
45 void Print(std::ostream& os)
const override;
53 return m_senderTimestamp;
63 this->m_senderTimestamp = senderTimestamp;
81 this->m_txRnti = rnti;
85 Time m_senderTimestamp;
86 uint16_t m_txRnti{std::numeric_limits<uint16_t>::max()};
uint16_t GetTxRnti() const
Time GetSenderTimestamp() const
static TypeId GetTypeId()
Get the type ID.
void SetSenderTimestamp(Time senderTimestamp)
void SetTxRnti(uint16_t rnti)