LteFlowId structure. More...
#include "lte-common.h"
Public Member Functions | |
LteFlowId_t () | |
LteFlowId_t (const uint16_t a, const uint8_t b) | |
Constructor. More... | |
Public Attributes | |
uint8_t | m_lcId |
LCID. More... | |
uint16_t | m_rnti |
RNTI. More... | |
Friends | |
bool | operator< (const LteFlowId_t &a, const LteFlowId_t &b) |
Less than operator. More... | |
bool | operator== (const LteFlowId_t &a, const LteFlowId_t &b) |
Equality operator. More... | |
LteFlowId structure.
Definition at line 42 of file lte-common.h.
ns3::LteFlowId_t::LteFlowId_t | ( | ) |
Definition at line 31 of file lte-common.cc.
ns3::LteFlowId_t::LteFlowId_t | ( | const uint16_t | a, |
const uint8_t | b | ||
) |
|
friend |
Less than operator.
a | lhs |
b | rhs |
Definition at line 61 of file lte-common.cc.
|
friend |
Equality operator.
a | lhs |
b | rhs |
Definition at line 49 of file lte-common.cc.
uint8_t ns3::LteFlowId_t::m_lcId |
LCID.
Definition at line 45 of file lte-common.h.
Referenced by ns3::CqaFfMacScheduler::DoSchedDlTriggerReq(), ns3::RadioBearerStatsCalculator::WriteDlResults(), and ns3::RadioBearerStatsCalculator::WriteUlResults().
uint16_t ns3::LteFlowId_t::m_rnti |
RNTI.
Definition at line 44 of file lte-common.h.
Referenced by ns3::CqaFfMacScheduler::DoSchedDlTriggerReq(), ns3::RadioBearerStatsCalculator::WriteDlResults(), and ns3::RadioBearerStatsCalculator::WriteUlResults().