A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::CqiListElement_s Struct Reference

See section 4.3.24 cqiListElement. More...

#include "ff-mac-common.h"

+ Collaboration diagram for ns3::CqiListElement_s:

Public Types

enum  CqiType_e {
  P10 , P11 , P20 , P21 ,
  A12 , A22 , A20 , A30 ,
  A31 , NotValid
}
 CqiType_e enumeration. More...
 

Public Attributes

uint8_t m_ri {UINT8_MAX}
 RI.
 
uint16_t m_rnti {UINT16_MAX}
 RNTI.
 
struct SbMeasResult_s m_sbMeasResult
 sb measure result
 
std::vector< uint8_t > m_wbCqi
 wb CQI
 
uint8_t m_wbPmi {UINT8_MAX}
 wb PMI
 
enum ns3::CqiListElement_s::CqiType_e NotValid
 CQI type.
 

Detailed Description

See section 4.3.24 cqiListElement.

Definition at line 528 of file ff-mac-common.h.

Member Enumeration Documentation

◆ CqiType_e

CqiType_e enumeration.

Enumerator
P10 
P11 
P20 
P21 
A12 
A22 
A20 
A30 
A31 
NotValid 

Definition at line 534 of file ff-mac-common.h.

Member Data Documentation

◆ m_ri

uint8_t ns3::CqiListElement_s::m_ri {UINT8_MAX}

RI.

Definition at line 531 of file ff-mac-common.h.

Referenced by ns3::LteUePhy::CreateDlCqiFeedbackMessage().

◆ m_rnti

uint16_t ns3::CqiListElement_s::m_rnti {UINT16_MAX}

◆ m_sbMeasResult

struct SbMeasResult_s ns3::CqiListElement_s::m_sbMeasResult

sb measure result

Definition at line 551 of file ff-mac-common.h.

Referenced by ns3::LteUePhy::CreateDlCqiFeedbackMessage().

◆ m_wbCqi

std::vector<uint8_t> ns3::CqiListElement_s::m_wbCqi

wb CQI

Definition at line 548 of file ff-mac-common.h.

Referenced by ns3::LteUePhy::CreateDlCqiFeedbackMessage().

◆ m_wbPmi

uint8_t ns3::CqiListElement_s::m_wbPmi {UINT8_MAX}

wb PMI

Definition at line 549 of file ff-mac-common.h.

Referenced by ns3::LteUePhy::CreateDlCqiFeedbackMessage().

◆ NotValid

enum ns3::CqiListElement_s::CqiType_e ns3::CqiListElement_s::NotValid

CQI type.


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