A Discrete-Event Network Simulator
API
ns3::UlInfoListElement_s Struct Reference

See section 4.3.12 ulInfoListElement. More...

#include "ff-mac-common.h"

+ Collaboration diagram for ns3::UlInfoListElement_s:

Public Types

enum  ReceptionStatus_e { Ok , NotOk , NotValid }
 Reception status enum. More...
 

Public Attributes

uint16_t m_rnti {UINT16_MAX}
 RNTI. More...
 
uint8_t m_tpc {UINT8_MAX}
 Tx power control command. More...
 
std::vector< uint16_t > m_ulReception
 UL reception. More...
 
enum ns3::UlInfoListElement_s::ReceptionStatus_e NotValid
 the status More...
 

Detailed Description

See section 4.3.12 ulInfoListElement.

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

Member Enumeration Documentation

◆ ReceptionStatus_e

Reception status enum.

Enumerator
Ok 
NotOk 
NotValid 

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

Member Data Documentation

◆ m_rnti

uint16_t ns3::UlInfoListElement_s::m_rnti {UINT16_MAX}

RNTI.

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

Referenced by ns3::LteSpectrumPhy::EndRxData().

◆ m_tpc

uint8_t ns3::UlInfoListElement_s::m_tpc {UINT8_MAX}

Tx power control command.

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

Referenced by ns3::LteSpectrumPhy::EndRxData().

◆ m_ulReception

std::vector<uint16_t> ns3::UlInfoListElement_s::m_ulReception

UL reception.

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

◆ NotValid

enum ns3::UlInfoListElement_s::ReceptionStatus_e ns3::UlInfoListElement_s::NotValid

the status


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