![]() |
5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
|
Received CQI information. More...
#include "nr-mac-scheduler-ue-info.h"
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. | |
Received CQI information.
Definition at line 238 of file nr-mac-scheduler-ue-info.h.
Type of CQI.
Enumerator | |
---|---|
WB | Wide-band. |
SB | Sub-band. |
Definition at line 243 of file nr-mac-scheduler-ue-info.h.
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.
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.
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.
uint8_t ns3::NrMacSchedulerUeInfo::CqiInfo::m_wbCqi {0} |
CQI reported value.
Definition at line 250 of file nr-mac-scheduler-ue-info.h.