#include "lte-spectrum-phy.h"
Public Member Functions | |
TbId_t () | |
TbId_t (const uint16_t a, const uint8_t b) | |
Constructor. | |
Public Attributes | |
uint8_t | m_layer |
layer | |
uint16_t | m_rnti |
RNTI. | |
Friends | |
bool | operator< (const TbId_t &a, const TbId_t &b) |
Less than operator. | |
bool | operator== (const TbId_t &a, const TbId_t &b) |
Equality operator. | |
TbId_t structure.
Definition at line 39 of file lte-spectrum-phy.h.
ns3::TbId_t::TbId_t | ( | ) |
Definition at line 49 of file lte-spectrum-phy.cc.
ns3::TbId_t::TbId_t | ( | const uint16_t | a, |
const uint8_t | b ) |
Less than operator.
a | lhs |
b | rhs |
Definition at line 79 of file lte-spectrum-phy.cc.
Equality operator.
a | lhs |
b | rhs |
Definition at line 67 of file lte-spectrum-phy.cc.
uint8_t ns3::TbId_t::m_layer |
layer
Definition at line 42 of file lte-spectrum-phy.h.
Referenced by ns3::LteSpectrumPhy::AddExpectedTb(), ns3::LteSpectrumPhy::EndRxData(), and ns3::LteSpectrumPhy::RemoveExpectedTb().
uint16_t ns3::TbId_t::m_rnti |
RNTI.
Definition at line 41 of file lte-spectrum-phy.h.
Referenced by ns3::LteSpectrumPhy::AddExpectedTb(), ns3::LteSpectrumPhy::EndRxData(), and ns3::LteSpectrumPhy::RemoveExpectedTb().