5G-LENA nr-v3.1-69-g2dd513a7
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
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.
 

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 156 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 21 of file cc-bwp-helper.cc.

References m_bwp, m_higherFrequency, and m_lowerFrequency.

Member Data Documentation

◆ m_bwp

std::vector<BandwidthPartInfoPtr> ns3::ComponentCarrierInfo::m_bwp

Space for BWP.

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

Referenced by AddBwp().

◆ m_ccId

uint8_t ns3::ComponentCarrierInfo::m_ccId {0}

CC id.

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

◆ m_centralFrequency

double ns3::ComponentCarrierInfo::m_centralFrequency {0}

BWP central frequency.

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

◆ m_channelBandwidth

double ns3::ComponentCarrierInfo::m_channelBandwidth {0}

BWP bandwidth.

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

◆ m_higherFrequency

double ns3::ComponentCarrierInfo::m_higherFrequency {0}

BWP higher frequency.

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

Referenced by AddBwp().

◆ m_lowerFrequency

double ns3::ComponentCarrierInfo::m_lowerFrequency {0}

BWP lower frequency.

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

Referenced by AddBwp().


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