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

LteSpectrumModelId structure. More...

+ Collaboration diagram for ns3::LteSpectrumModelId:

Public Member Functions

 LteSpectrumModelId (uint32_t f, uint8_t b)
 Constructor.
 

Public Attributes

uint16_t bandwidth
 bandwidth
 
uint32_t earfcn
 EARFCN.
 

Detailed Description

LteSpectrumModelId structure.

Definition at line 214 of file lte-spectrum-value-helper.cc.

Constructor & Destructor Documentation

◆ LteSpectrumModelId()

ns3::LteSpectrumModelId::LteSpectrumModelId ( uint32_t  f,
uint8_t  b 
)

Constructor.

Parameters
fearfcn
bbandwidth

Definition at line 227 of file lte-spectrum-value-helper.cc.

Member Data Documentation

◆ bandwidth

uint16_t ns3::LteSpectrumModelId::bandwidth

bandwidth

Definition at line 224 of file lte-spectrum-value-helper.cc.

Referenced by ns3::operator<().

◆ earfcn

uint32_t ns3::LteSpectrumModelId::earfcn

EARFCN.

Definition at line 223 of file lte-spectrum-value-helper.cc.

Referenced by ns3::operator<().


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