#include <lte-spectrum-phy.h>
Public Member Functions | |
TbId_t () | |
TbId_t (const uint16_t a, const uint8_t b) | |
Public Attributes | |
uint8_t | m_layer |
uint16_t | m_rnti |
Friends | |
bool | operator< (const TbId_t &a, const TbId_t &b) |
bool | operator== (const TbId_t &a, const TbId_t &b) |
Definition at line 47 of file lte-spectrum-phy.h.
ns3::TbId_t::TbId_t | ( | ) |
Definition at line 91 of file lte-spectrum-phy.cc.
ns3::TbId_t::TbId_t | ( | const uint16_t | a, |
const uint8_t | b | ||
) |
Definition at line 95 of file lte-spectrum-phy.cc.
Definition at line 108 of file lte-spectrum-phy.cc.
Definition at line 102 of file lte-spectrum-phy.cc.
uint8_t ns3::TbId_t::m_layer |
Definition at line 50 of file lte-spectrum-phy.h.
Referenced by ns3::LteSpectrumPhy::AddExpectedTb(), ns3::LteSpectrumPhy::EndRxData(), ns3::operator<(), and ns3::operator==().
uint16_t ns3::TbId_t::m_rnti |
Definition at line 49 of file lte-spectrum-phy.h.
Referenced by ns3::LteSpectrumPhy::AddExpectedTb(), ns3::LteSpectrumPhy::EndRxData(), ns3::operator<(), and ns3::operator==().