A Discrete-Event Network Simulator
API
ns3::LteFlowId_t Struct Reference

LteFlowId structure. More...

#include "lte-common.h"

Public Member Functions

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

Public Attributes

uint8_t m_lcId
 LCID. More...
 
uint16_t m_rnti
 RNTI. More...
 

Friends

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

Detailed Description

LteFlowId structure.

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

Constructor & Destructor Documentation

◆ LteFlowId_t() [1/2]

ns3::LteFlowId_t::LteFlowId_t ( )

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

◆ LteFlowId_t() [2/2]

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

Constructor.

Parameters
aRNTI
bLCID

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

Friends And Related Function Documentation

◆ 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 61 of file lte-common.cc.

◆ operator==

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

Equality operator.

Parameters
alhs
brhs
Returns
true if "equal"

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

Member Data Documentation

◆ m_lcId

◆ m_rnti


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