ns3::ComponentCarrierInfo struct

Component carrier configuration element.

Public functions

auto AddBwp(BandwidthPartInfoPtr&& bwp) -> bool
Adds a bandwidth part configuration to the carrier.

Public variables

std::vector<BandwidthPartInfoPtr> m_bwp
Space for BWP.
uint8_t m_ccId
CC id.
double m_centralFrequency
BWP central frequency.
double m_channelBandwidth
BWP bandwidth.
double m_higherFrequency
BWP higher frequency.
double m_lowerFrequency
BWP lower frequency.

Function documentation

bool ns3::ComponentCarrierInfo::AddBwp(BandwidthPartInfoPtr&& bwp)

Adds a bandwidth part configuration to the carrier.

Parameters
bwp Description of the BWP to be added