EPS flow ID structure. More...
#include "epc-enb-application.h"
Public Member Functions | |
EpsFlowId_t () | |
EpsFlowId_t (const uint16_t a, const uint8_t b) | |
Constructor. More... | |
Public Attributes | |
uint8_t | m_bid |
Bid, the EPS Bearer IDentifier. More... | |
uint16_t | m_rnti |
RNTI. More... | |
Friends | |
bool | operator< (const EpsFlowId_t &a, const EpsFlowId_t &b) |
Less than operator. More... | |
bool | operator== (const EpsFlowId_t &a, const EpsFlowId_t &b) |
Comparison operator. More... | |
EPS flow ID structure.
Definition at line 150 of file epc-enb-application.h.
ns3::EpcEnbApplication::EpsFlowId_t::EpsFlowId_t | ( | ) |
Definition at line 38 of file epc-enb-application.cc.
ns3::EpcEnbApplication::EpsFlowId_t::EpsFlowId_t | ( | const uint16_t | a, |
const uint8_t | b | ||
) |
|
friend |
Less than operator.
a | first application |
b | second application |
Definition at line 54 of file epc-enb-application.cc.
|
friend |
Comparison operator.
a | first application |
b | second application |
Definition at line 49 of file epc-enb-application.cc.
uint8_t ns3::EpcEnbApplication::EpsFlowId_t::m_bid |
Bid, the EPS Bearer IDentifier.
Definition at line 153 of file epc-enb-application.h.
Referenced by ns3::EpcEnbApplication::DoPathSwitchRequest().
uint16_t ns3::EpcEnbApplication::EpsFlowId_t::m_rnti |
RNTI.
Definition at line 152 of file epc-enb-application.h.
Referenced by ns3::EpcEnbApplication::DoPathSwitchRequest().