See section 4.3.24 cqiListElement. More...
#include "ff-mac-common.h"
Public Types | |
enum | CqiType_e { P10, P11, P20, P21, A12, A22, A20, A30, A31 } |
CqiType_e enumeration. More... | |
Public Attributes | |
enum ns3::CqiListElement_s::CqiType_e | m_cqiType |
CQI type. More... | |
uint8_t | m_ri |
RI. More... | |
uint16_t | m_rnti |
RNTI. More... | |
struct SbMeasResult_s | m_sbMeasResult |
sb measure result More... | |
std::vector< uint8_t > | m_wbCqi |
wb CQI More... | |
uint8_t | m_wbPmi |
wb PMI More... | |
See section 4.3.24 cqiListElement.
Definition at line 480 of file ff-mac-common.h.
CqiType_e enumeration.
Enumerator | |
---|---|
P10 | |
P11 | |
P20 | |
P21 | |
A12 | |
A22 | |
A20 | |
A30 | |
A31 |
Definition at line 485 of file ff-mac-common.h.
enum ns3::CqiListElement_s::CqiType_e ns3::CqiListElement_s::m_cqiType |
CQI type.
uint8_t ns3::CqiListElement_s::m_ri |
RI.
Definition at line 483 of file ff-mac-common.h.
uint16_t ns3::CqiListElement_s::m_rnti |
RNTI.
Definition at line 482 of file ff-mac-common.h.
Referenced by ns3::LteEnbMac::ReceiveDlCqiLteControlMessage(), and ns3::LteEnbPhy::ReceiveLteControlMessageList().
struct SbMeasResult_s ns3::CqiListElement_s::m_sbMeasResult |
sb measure result
Definition at line 492 of file ff-mac-common.h.
std::vector<uint8_t> ns3::CqiListElement_s::m_wbCqi |
wb CQI
Definition at line 489 of file ff-mac-common.h.
uint8_t ns3::CqiListElement_s::m_wbPmi |
wb PMI
Definition at line 490 of file ff-mac-common.h.