A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::EpcEnbApplication::EpsFlowId_t Struct Reference

EPS flow ID structure. More...

#include "epc-enb-application.h"

Collaboration diagram for ns3::EpcEnbApplication::EpsFlowId_t:

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.

Detailed Description

EPS flow ID structure.

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

Constructor & Destructor Documentation

◆ EpsFlowId_t() [1/2]

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

Definition at line 26 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 30 of file epc-enb-application.cc.

References m_bid, and m_rnti.

◆ 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 42 of file epc-enb-application.cc.

References m_bid, and m_rnti.

◆ 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 37 of file epc-enb-application.cc.

References m_bid, and m_rnti.

Member Data Documentation

◆ m_bid

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

◆ m_rnti

uint16_t ns3::EpcEnbApplication::EpsFlowId_t::m_rnti

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