5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrEpcGnbApplication::EpsFlowId_t Struct Reference

#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)
 

Detailed Description

EPS flow ID structure

Definition at line 137 of file nr-epc-gnb-application.h.

Constructor & Destructor Documentation

◆ EpsFlowId_t() [1/2]

ns3::NrEpcGnbApplication::EpsFlowId_t::EpsFlowId_t ( )

Definition at line 24 of file nr-epc-gnb-application.cc.

◆ EpsFlowId_t() [2/2]

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

Constructor

Parameters
aRNTI
bbid

Definition at line 28 of file nr-epc-gnb-application.cc.

Friends And Related Symbol 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 40 of file nr-epc-gnb-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 35 of file nr-epc-gnb-application.cc.

Member Data Documentation

◆ m_bid

uint8_t ns3::NrEpcGnbApplication::EpsFlowId_t::m_bid

Bid, the EPS Bearer Identifier.

Definition at line 140 of file nr-epc-gnb-application.h.

◆ m_rnti

uint16_t ns3::NrEpcGnbApplication::EpsFlowId_t::m_rnti

RNTI.

Definition at line 139 of file nr-epc-gnb-application.h.


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