5G-LENA  nr-v3.0-29-g83cc959
The 5G/NR module for the ns-3 simulator
ns3::ComponentCarrierInfo Struct Reference

Component carrier configuration element. More...

#include "cc-bwp-helper.h"

+ Collaboration diagram for ns3::ComponentCarrierInfo:

Public Member Functions

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

Public Attributes

std::vector< BandwidthPartInfoPtrm_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.
 

Detailed Description

Component carrier configuration element.

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

Member Function Documentation

◆ AddBwp()

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

Adds a bandwidth part configuration to the carrier.

Parameters
bwpDescription of the BWP to be added

Definition at line 23 of file cc-bwp-helper.cc.

References m_bwp, m_higherFrequency, and m_lowerFrequency.


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