![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
#include "nr-phy-mac-common.h"
Public Types | |
enum | DlCqiType { WB , SB } |
Public Attributes | |
uint8_t | m_mcs {0} |
MCS (can be derived from CQI feedback) | |
Ptr< const ComplexMatrixArray > | m_optPrecMat {} |
Precoding matrix for each RB. | |
uint8_t | m_ri {0} |
the rank indicator, or simply the rank number | |
uint16_t | m_rnti {0} |
The RNTI. | |
std::vector< uint8_t > | m_sbCqis |
Subband CQI values. | |
std::vector< size_t > | m_sbPmis |
Subband PMI values (i2, indices of W2 matrices) | |
uint8_t | m_wbCqi {0} |
Wideband CQI. | |
size_t | m_wbPmi {0} |
Wideband precoding matrix index. | |
enum ns3::DlCqiInfo::DlCqiType | WB |
The type of the CQI. | |
The DlCqiInfo struct.
Definition at line 362 of file nr-phy-mac-common.h.
enum ns3::DlCqiInfo::DlCqiType |
Definition at line 369 of file nr-phy-mac-common.h.
uint8_t ns3::DlCqiInfo::m_mcs {0} |
MCS (can be derived from CQI feedback)
Definition at line 380 of file nr-phy-mac-common.h.
Ptr<const ComplexMatrixArray> ns3::DlCqiInfo::m_optPrecMat {} |
Precoding matrix for each RB.
Definition at line 381 of file nr-phy-mac-common.h.
Referenced by ns3::NrMacSchedulerCQIManagement::DlCqiReported().
uint8_t ns3::DlCqiInfo::m_ri {0} |
the rank indicator, or simply the rank number
Definition at line 366 of file nr-phy-mac-common.h.
Referenced by ns3::NrMacSchedulerCQIManagement::DlCqiReported().
uint16_t ns3::DlCqiInfo::m_rnti {0} |
The RNTI.
Definition at line 364 of file nr-phy-mac-common.h.
Referenced by ns3::NrUePhy::GenerateDlCqiReportMimo(), and ns3::NrGnbPhy::PhyCtrlMessagesReceived().
std::vector<uint8_t> ns3::DlCqiInfo::m_sbCqis |
Subband CQI values.
Definition at line 378 of file nr-phy-mac-common.h.
Referenced by ns3::NrMacSchedulerCQIManagement::DlCqiReported().
std::vector<size_t> ns3::DlCqiInfo::m_sbPmis |
Subband PMI values (i2, indices of W2 matrices)
Definition at line 379 of file nr-phy-mac-common.h.
uint8_t ns3::DlCqiInfo::m_wbCqi {0} |
Wideband CQI.
Definition at line 375 of file nr-phy-mac-common.h.
Referenced by ns3::NrMacSchedulerCQIManagement::DlCqiReported().
size_t ns3::DlCqiInfo::m_wbPmi {0} |
Wideband precoding matrix index.
Definition at line 376 of file nr-phy-mac-common.h.