5G-LENA nr-v3.3-161-gad18933f
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::CcBwpCreator::SimpleOperationBandConf Struct Reference

Minimum configuration requirements for a OperationBand. More...

#include "cc-bwp-helper.h"

Public Member Functions

 SimpleOperationBandConf (double centralFreq=28e9, double channelBw=400e6, uint8_t numCc=1)
 Default constructor.
 

Public Attributes

double m_centralFrequency {28e9}
 Central Freq.
 
double m_channelBandwidth {400e6}
 Total Bandwidth of the operation band.
 
uint8_t m_numBwp {1}
 Number of BWP per CC.
 
uint8_t m_numCc {1}
 Number of CC in this OpBand.
 

Detailed Description

Minimum configuration requirements for a OperationBand.

For instance, here is the simple configuration for a single operation band at 28 GHz and 100 MHz of width:

CcBwpCreator::SimpleOperationBandConf bandConf1 (28e9, 100e6, 1)

The possible values of the scenario are depicted in BandwidthPartInfo documentation.

Definition at line 186 of file cc-bwp-helper.h.

Constructor & Destructor Documentation

◆ SimpleOperationBandConf()

ns3::CcBwpCreator::SimpleOperationBandConf::SimpleOperationBandConf ( double  centralFreq = 28e9,
double  channelBw = 400e6,
uint8_t  numCc = 1 
)
inline

Default constructor.

Parameters
centralFreqCentral Frequency
channelBwBandwidth
numCcnumber of component carriers in this operation band

Definition at line 194 of file cc-bwp-helper.h.

Member Data Documentation

◆ m_centralFrequency

double ns3::CcBwpCreator::SimpleOperationBandConf::m_centralFrequency {28e9}

Central Freq.

Definition at line 203 of file cc-bwp-helper.h.

Referenced by ns3::CcBwpCreator::CreateOperationBandContiguousCc().

◆ m_channelBandwidth

double ns3::CcBwpCreator::SimpleOperationBandConf::m_channelBandwidth {400e6}

Total Bandwidth of the operation band.

Definition at line 204 of file cc-bwp-helper.h.

Referenced by ns3::CcBwpCreator::CreateOperationBandContiguousCc().

◆ m_numBwp

◆ m_numCc

uint8_t ns3::CcBwpCreator::SimpleOperationBandConf::m_numCc {1}

Number of CC in this OpBand.

Definition at line 205 of file cc-bwp-helper.h.

Referenced by ns3::CcBwpCreator::CreateOperationBandContiguousCc().


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