![]() |
5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
|
#include "nr-epc-gnb-application.h"
Public Member Functions | |
EpsFlowId_t (const uint16_t a, const uint8_t b) | |
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) |
bool | operator== (const EpsFlowId_t &a, const EpsFlowId_t &b) |
EPS flow ID structure
Definition at line 137 of file nr-epc-gnb-application.h.
ns3::NrEpcGnbApplication::EpsFlowId_t::EpsFlowId_t | ( | ) |
Definition at line 24 of file nr-epc-gnb-application.cc.
ns3::NrEpcGnbApplication::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 40 of file nr-epc-gnb-application.cc.
|
friend |
Comparison operator
a | first application |
b | second application |
Definition at line 35 of file nr-epc-gnb-application.cc.
uint8_t ns3::NrEpcGnbApplication::EpsFlowId_t::m_bid |
Bid, the EPS Bearer Identifier.
Definition at line 140 of file nr-epc-gnb-application.h.
uint16_t ns3::NrEpcGnbApplication::EpsFlowId_t::m_rnti |
RNTI.
Definition at line 139 of file nr-epc-gnb-application.h.