5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrMacSchedulerUeInfo::CqiInfo Struct Reference

Received CQI information. More...

#include "nr-mac-scheduler-ue-info.h"

+ Collaboration diagram for ns3::NrMacSchedulerUeInfo::CqiInfo:

Public Types

enum  CqiType { WB , SB }
 Type of CQI. More...
 

Public Attributes

std::vector< uint8_t > m_sbCqi
 Sub-band CQI reported values.
 
std::vector< double > m_sinr
 Vector of SINR for the entire band.
 
uint32_t m_timer {0}
 
uint8_t m_wbCqi {0}
 CQI reported value.
 
enum ns3::NrMacSchedulerUeInfo::CqiInfo::CqiType WB
 CQI type.
 

Detailed Description

Received CQI information.

Definition at line 238 of file nr-mac-scheduler-ue-info.h.

Member Enumeration Documentation

◆ CqiType

Type of CQI.

Enumerator
WB 

Wide-band.

SB 

Sub-band.

Definition at line 243 of file nr-mac-scheduler-ue-info.h.

Member Data Documentation

◆ m_sbCqi

std::vector<uint8_t> ns3::NrMacSchedulerUeInfo::CqiInfo::m_sbCqi

Sub-band CQI reported values.

Definition at line 251 of file nr-mac-scheduler-ue-info.h.

◆ m_sinr

std::vector<double> ns3::NrMacSchedulerUeInfo::CqiInfo::m_sinr

Vector of SINR for the entire band.

Definition at line 249 of file nr-mac-scheduler-ue-info.h.

◆ m_timer

uint32_t ns3::NrMacSchedulerUeInfo::CqiInfo::m_timer {0}

Timer (in slot number). When the timer is 0, the value is discarded

Definition at line 252 of file nr-mac-scheduler-ue-info.h.

◆ m_wbCqi

uint8_t ns3::NrMacSchedulerUeInfo::CqiInfo::m_wbCqi {0}

CQI reported value.

Definition at line 250 of file nr-mac-scheduler-ue-info.h.


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