#include "epc-enb-application.h"
Public Member Functions | |
| EpsFlowId_t () | |
| EpsFlowId_t (const uint16_t a, const uint8_t b) | |
Public Attributes | |
| uint8_t | m_bid |
| uint16_t | m_rnti |
Friends | |
| bool | operator< (const EpsFlowId_t &a, const EpsFlowId_t &b) |
| bool | operator== (const EpsFlowId_t &a, const EpsFlowId_t &b) |
Definition at line 127 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 | ||
| ) |
Definition at line 42 of file epc-enb-application.cc.
|
friend |
Definition at line 55 of file epc-enb-application.cc.
|
friend |
Definition at line 49 of file epc-enb-application.cc.
| uint8_t ns3::EpcEnbApplication::EpsFlowId_t::m_bid |
Definition at line 130 of file epc-enb-application.h.
Referenced by ns3::EpcEnbApplication::DoPathSwitchRequest(), ns3::operator<(), and ns3::operator==().
| uint16_t ns3::EpcEnbApplication::EpsFlowId_t::m_rnti |
Definition at line 129 of file epc-enb-application.h.
Referenced by ns3::EpcEnbApplication::DoPathSwitchRequest(), ns3::operator<(), and ns3::operator==().