A Discrete-Event Network Simulator
API
ns3::EpcEnbApplication::EpsFlowId_t Struct Reference

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...
 

Detailed Description

EPS flow ID structure.

Definition at line 150 of file epc-enb-application.h.

Constructor & Destructor Documentation

◆ EpsFlowId_t() [1/2]

ns3::EpcEnbApplication::EpsFlowId_t::EpsFlowId_t ( )

Definition at line 38 of file epc-enb-application.cc.

◆ EpsFlowId_t() [2/2]

ns3::EpcEnbApplication::EpsFlowId_t::EpsFlowId_t ( const uint16_t  a,
const uint8_t  b 
)

Constructor.

Parameters
aRNTI
bbid

Definition at line 42 of file epc-enb-application.cc.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const EpsFlowId_t a,
const EpsFlowId_t b 
)
friend

Less than operator.

Parameters
afirst application
bsecond application
Returns
true is the applications are "equal"

Definition at line 55 of file epc-enb-application.cc.

◆ operator==

bool operator== ( const EpsFlowId_t a,
const EpsFlowId_t b 
)
friend

Comparison operator.

Parameters
afirst application
bsecond application
Returns
true is the applications are "equal"

Definition at line 49 of file epc-enb-application.cc.

Member Data Documentation

◆ m_bid

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(), ns3::operator<(), and ns3::operator==().

◆ m_rnti

uint16_t ns3::EpcEnbApplication::EpsFlowId_t::m_rnti

The documentation for this struct was generated from the following files: