5G-LENA nr-v3.1-69-g2dd513a7
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::HarqInfo Struct Referenceabstract

Store information about HARQ. More...

#include "nr-phy-mac-common.h"

+ Inheritance diagram for ns3::HarqInfo:

Public Member Functions

virtual bool IsReceivedOk () const =0
 

Public Attributes

uint8_t m_bwpIndex {UINT8_MAX}
 BWP identifier, uniquely identifies BWP within the UE.
 
uint8_t m_harqProcessId {UINT8_MAX}
 ProcessId.
 
uint16_t m_rnti {UINT16_MAX}
 RNTI.
 

Detailed Description

Store information about HARQ.

See also
DlHarqInfo
UlHarqInfo

Definition at line 617 of file nr-phy-mac-common.h.

Constructor & Destructor Documentation

◆ ~HarqInfo()

virtual ns3::HarqInfo::~HarqInfo ( )
inlinevirtual

Definition at line 619 of file nr-phy-mac-common.h.

Member Function Documentation

◆ IsReceivedOk()

virtual bool ns3::HarqInfo::IsReceivedOk ( ) const
pure virtual
Returns
true if the HARQ should be eliminated, since the info has been correctly received

Implemented in ns3::DlHarqInfo, and ns3::UlHarqInfo.

Member Data Documentation

◆ m_bwpIndex

uint8_t ns3::HarqInfo::m_bwpIndex {UINT8_MAX}

BWP identifier, uniquely identifies BWP within the UE.

Definition at line 625 of file nr-phy-mac-common.h.

Referenced by ns3::BwpManagerUe::RouteDlHarqFeedback().

◆ m_harqProcessId

uint8_t ns3::HarqInfo::m_harqProcessId {UINT8_MAX}

◆ m_rnti

uint16_t ns3::HarqInfo::m_rnti {UINT16_MAX}

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