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. | |
Public Attributes | |
| uint8_t | m_bid |
| Bid, the EPS Bearer Identifier. | |
| uint16_t | m_rnti |
| RNTI. | |
Friends | |
| bool | operator< (const EpsFlowId_t &a, const EpsFlowId_t &b) |
| Less than operator. | |
| bool | operator== (const EpsFlowId_t &a, const EpsFlowId_t &b) |
| Comparison operator. | |
EPS flow ID structure.
Definition at line 139 of file epc-enb-application.h.
| ns3::EpcEnbApplication::EpsFlowId_t::EpsFlowId_t | ( | ) |
Definition at line 26 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 42 of file epc-enb-application.cc.
|
friend |
Comparison operator.
| a | first application |
| b | second application |
Definition at line 37 of file epc-enb-application.cc.
| uint8_t ns3::EpcEnbApplication::EpsFlowId_t::m_bid |
Bid, the EPS Bearer Identifier.
Definition at line 142 of file epc-enb-application.h.
Referenced by EpsFlowId_t(), ns3::EpcEnbApplication::DoPathSwitchRequest(), operator<, and operator==.
| uint16_t ns3::EpcEnbApplication::EpsFlowId_t::m_rnti |
RNTI.
Definition at line 141 of file epc-enb-application.h.
Referenced by EpsFlowId_t(), ns3::EpcEnbApplication::DoPathSwitchRequest(), operator<, and operator==.