5G-LENA nr-v3.1-69-g2dd513a7
The 5G/NR module for the ns-3 simulator
|
A struct that contains info for the DL HARQ. More...
#include "nr-phy-mac-common.h"
Public Types | |
enum | HarqStatus { ACK , NACK } |
Status of the DL Harq: ACKed or NACKed. More... | |
Public Member Functions | |
bool | IsReceivedOk () const override |
Public Attributes | |
uint8_t | m_numRetx |
Num of Retx. | |
enum ns3::DlHarqInfo::HarqStatus | NACK |
HARQ status. | |
Public Attributes inherited from ns3::HarqInfo | |
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. | |
A struct that contains info for the DL HARQ.
http://www.eurecom.fr/~kaltenbe/fapi-2.0/structDlInfoListElement__s.html Note: This should really be called DlInfoListElement ...
Definition at line 641 of file nr-phy-mac-common.h.
Status of the DL Harq: ACKed or NACKed.
Definition at line 646 of file nr-phy-mac-common.h.
|
inlineoverridevirtual |
Implements ns3::HarqInfo.
Definition at line 654 of file nr-phy-mac-common.h.
uint8_t ns3::DlHarqInfo::m_numRetx |
Num of Retx.
Definition at line 652 of file nr-phy-mac-common.h.