5G-LENA nr-v3.3-49-g235218b1
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrAmc::McsParams Struct Reference

Parameters related to MCS selection. More...

#include "nr-amc.h"

+ Collaboration diagram for ns3::NrAmc::McsParams:

Public Attributes

uint8_t mcs {}
 MCS value.
 
std::vector< uint8_t > sbCqis {}
 Subband CQI values.
 
uint32_t tbSize {}
 Expected transport block size.
 
uint8_t wbCqi {}
 Wideband CQI.
 

Detailed Description

Parameters related to MCS selection.

Definition at line 193 of file nr-amc.h.

Member Data Documentation

◆ mcs

uint8_t ns3::NrAmc::McsParams::mcs {}

MCS value.

Definition at line 195 of file nr-amc.h.

◆ sbCqis

std::vector<uint8_t> ns3::NrAmc::McsParams::sbCqis {}

Subband CQI values.

Definition at line 197 of file nr-amc.h.

◆ tbSize

uint32_t ns3::NrAmc::McsParams::tbSize {}

Expected transport block size.

Definition at line 198 of file nr-amc.h.

◆ wbCqi

uint8_t ns3::NrAmc::McsParams::wbCqi {}

Wideband CQI.

Definition at line 196 of file nr-amc.h.


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