5G-LENA nr-v3.1-69-g2dd513a7
The 5G/NR module for the ns-3 simulator
|
Store information about HARQ. More...
#include "nr-phy-mac-common.h"
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. | |
Store information about HARQ.
Definition at line 617 of file nr-phy-mac-common.h.
|
inlinevirtual |
Definition at line 619 of file nr-phy-mac-common.h.
|
pure virtual |
Implemented in ns3::DlHarqInfo, and ns3::UlHarqInfo.
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().
uint8_t ns3::HarqInfo::m_harqProcessId {UINT8_MAX} |
ProcessId.
Definition at line 624 of file nr-phy-mac-common.h.
Referenced by ns3::NrUePhy::EnqueueDlHarqFeedback(), and ns3::NrMacSchedulerHarqRr::ScheduleUlHarq().
uint16_t ns3::HarqInfo::m_rnti {UINT16_MAX} |
RNTI.
Definition at line 623 of file nr-phy-mac-common.h.
Referenced by ns3::NrGnbPhy::PhyCtrlMessagesReceived(), ns3::NrGnbPhy::ReportUlHarqFeedback(), and ns3::NrMacSchedulerHarqRr::ScheduleUlHarq().