![]() |
5G-LENA nr-v3.3-161-gad18933f
The 5G/NR module for the ns-3 simulator
|
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. | |
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.
|
inline |
Default constructor.
centralFreq | Central Frequency |
channelBw | Bandwidth |
numCc | number of component carriers in this operation band |
Definition at line 194 of file cc-bwp-helper.h.
double ns3::CcBwpCreator::SimpleOperationBandConf::m_centralFrequency {28e9} |
Central Freq.
Definition at line 203 of file cc-bwp-helper.h.
Referenced by ns3::CcBwpCreator::CreateOperationBandContiguousCc().
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().
uint8_t ns3::CcBwpCreator::SimpleOperationBandConf::m_numBwp {1} |
Number of BWP per CC.
Definition at line 206 of file cc-bwp-helper.h.
Referenced by ns3::CcBwpCreator::CreateOperationBandContiguousCc(), Set5gLenaSimulatorParameters(), Set5gLenaSimulatorParameters(), ns3::LenaV2Utils::SetLenaV2SimulatorParameters(), and ns3::LenaV2Utils::SetLenaV2SimulatorParameters().
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().