5G-LENA nr-v3.1-69-g2dd513a7
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, BandwidthPartInfo::Scenario scenario=BandwidthPartInfo::RMa) | |
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. | |
BandwidthPartInfo::Scenario | m_scenario {BandwidthPartInfo::RMa} |
Scenario. | |
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, BandwidthPartInfo::UMi_StreetCanyon);
The possible values of the scenario are depicted in BandwidthPartInfo documentation.
Definition at line 249 of file cc-bwp-helper.h.
|
inline |
Default constructor.
centralFreq | Central Frequency |
channelBw | Bandwidth |
numCc | number of component carriers in this operation band |
scenario | which 3gpp scenario path loss model will be installed for this band |
Definition at line 258 of file cc-bwp-helper.h.
double ns3::CcBwpCreator::SimpleOperationBandConf::m_centralFrequency {28e9} |
Central Freq.
Definition at line 269 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 270 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 272 of file cc-bwp-helper.h.
Referenced by ns3::CcBwpCreator::CreateOperationBandContiguousCc(), ns3::LenaV2Utils::SetLenaV2SimulatorParameters(), and ns3::LenaV2Utils::SetLenaV2SimulatorParameters().
uint8_t ns3::CcBwpCreator::SimpleOperationBandConf::m_numCc {1} |
Number of CC in this OpBand.
Definition at line 271 of file cc-bwp-helper.h.
Referenced by ns3::CcBwpCreator::CreateOperationBandContiguousCc().
BandwidthPartInfo::Scenario ns3::CcBwpCreator::SimpleOperationBandConf::m_scenario {BandwidthPartInfo::RMa} |
Scenario.
Definition at line 273 of file cc-bwp-helper.h.
Referenced by ns3::CcBwpCreator::CreateOperationBandContiguousCc().