HarqProcessInfoElement_t structure. More...
#include "lte-harq-phy.h"
Public Attributes | |
uint16_t | m_codeBits |
code bits More... | |
uint16_t | m_infoBits |
info bits More... | |
double | m_mi |
Mutual information. More... | |
uint8_t | m_rv |
Redundancy version. More... | |
HarqProcessInfoElement_t structure.
Definition at line 35 of file lte-harq-phy.h.
uint16_t ns3::HarqProcessInfoElement_t::m_codeBits |
code bits
Definition at line 40 of file lte-harq-phy.h.
Referenced by ns3::LteHarqPhy::UpdateDlHarqProcessStatus(), and ns3::LteHarqPhy::UpdateUlHarqProcessStatus().
uint16_t ns3::HarqProcessInfoElement_t::m_infoBits |
info bits
Definition at line 39 of file lte-harq-phy.h.
Referenced by ns3::LteHarqPhy::UpdateDlHarqProcessStatus(), and ns3::LteHarqPhy::UpdateUlHarqProcessStatus().
double ns3::HarqProcessInfoElement_t::m_mi |
Mutual information.
Definition at line 37 of file lte-harq-phy.h.
Referenced by ns3::LteHarqPhy::UpdateDlHarqProcessStatus(), and ns3::LteHarqPhy::UpdateUlHarqProcessStatus().
uint8_t ns3::HarqProcessInfoElement_t::m_rv |
Redundancy version.
Definition at line 38 of file lte-harq-phy.h.