5G-LENA nr-v3.1-69-g2dd513a7
The 5G/NR module for the ns-3 simulator
|
Component carrier configuration element. More...
#include "cc-bwp-helper.h"
Public Member Functions | |
bool | AddBwp (BandwidthPartInfoPtr &&bwp) |
Adds a bandwidth part configuration to the carrier. | |
Public Attributes | |
std::vector< BandwidthPartInfoPtr > | m_bwp |
Space for BWP. | |
uint8_t | m_ccId {0} |
CC id. | |
double | m_centralFrequency {0} |
BWP central frequency. | |
double | m_channelBandwidth {0} |
BWP bandwidth. | |
double | m_higherFrequency {0} |
BWP higher frequency. | |
double | m_lowerFrequency {0} |
BWP lower frequency. | |
Component carrier configuration element.
Definition at line 156 of file cc-bwp-helper.h.
bool ns3::ComponentCarrierInfo::AddBwp | ( | BandwidthPartInfoPtr && | bwp | ) |
Adds a bandwidth part configuration to the carrier.
bwp | Description of the BWP to be added |
Definition at line 21 of file cc-bwp-helper.cc.
References m_bwp, m_higherFrequency, and m_lowerFrequency.
std::vector<BandwidthPartInfoPtr> ns3::ComponentCarrierInfo::m_bwp |
uint8_t ns3::ComponentCarrierInfo::m_ccId {0} |
CC id.
Definition at line 158 of file cc-bwp-helper.h.
double ns3::ComponentCarrierInfo::m_centralFrequency {0} |
BWP central frequency.
Definition at line 159 of file cc-bwp-helper.h.
double ns3::ComponentCarrierInfo::m_channelBandwidth {0} |
BWP bandwidth.
Definition at line 162 of file cc-bwp-helper.h.
double ns3::ComponentCarrierInfo::m_higherFrequency {0} |
double ns3::ComponentCarrierInfo::m_lowerFrequency {0} |