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

LteFlowId structure. More...

#include "lte-common.h"

Collaboration diagram for ns3::LteFlowId_t:

Public Member Functions

 LteFlowId_t ()
 LteFlowId_t (const uint16_t a, const uint8_t b)
 Constructor.

Public Attributes

uint8_t m_lcId
 LCID.
uint16_t m_rnti
 RNTI.

Friends

bool operator< (const LteFlowId_t &a, const LteFlowId_t &b)
 Less than operator.
bool operator== (const LteFlowId_t &a, const LteFlowId_t &b)
 Equality operator.

Detailed Description

LteFlowId structure.

Definition at line 31 of file lte-common.h.

Constructor & Destructor Documentation

◆ LteFlowId_t() [1/2]

ns3::LteFlowId_t::LteFlowId_t ( )

Definition at line 20 of file lte-common.cc.

Referenced by operator<, and operator==.

Here is the caller graph for this function:

◆ LteFlowId_t() [2/2]

ns3::LteFlowId_t::LteFlowId_t ( const uint16_t a,
const uint8_t b )

Constructor.

Parameters
aRNTI
bLCID

Definition at line 24 of file lte-common.cc.

References m_lcId, and m_rnti.

◆ operator<

bool operator< ( const LteFlowId_t & a,
const LteFlowId_t & b )
friend

Less than operator.

Parameters
alhs
brhs
Returns
true if "less than"

Definition at line 50 of file lte-common.cc.

References LteFlowId_t(), m_lcId, and m_rnti.

◆ operator==

bool operator== ( const LteFlowId_t & a,
const LteFlowId_t & b )
friend

Equality operator.

Parameters
alhs
brhs
Returns
true if "equal"

Definition at line 38 of file lte-common.cc.

References LteFlowId_t(), m_lcId, and m_rnti.

Member Data Documentation

◆ m_lcId

◆ m_rnti


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