#include "lte-spectrum-phy.h"
Public Attributes | |
bool | corrupt |
whether is corrupt | |
bool | downlink |
whether is downlink | |
bool | harqFeedbackSent |
is HARQ feedback sent | |
uint8_t | harqProcessId |
HARQ process id. | |
uint8_t | mcs |
MCS. | |
double | mi |
Mutual information. | |
uint8_t | ndi |
New data indicator. | |
std::vector< int > | rbBitmap |
Resource block bitmap. | |
uint8_t | rv |
Redundancy version. | |
uint16_t | size |
Transport block size. | |
tbInfo_t structure
Definition at line 59 of file lte-spectrum-phy.h.
bool ns3::tbInfo_t::corrupt |
whether is corrupt
Definition at line 69 of file lte-spectrum-phy.h.
bool ns3::tbInfo_t::downlink |
whether is downlink
Definition at line 68 of file lte-spectrum-phy.h.
bool ns3::tbInfo_t::harqFeedbackSent |
is HARQ feedback sent
Definition at line 70 of file lte-spectrum-phy.h.
uint8_t ns3::tbInfo_t::harqProcessId |
HARQ process id.
Definition at line 65 of file lte-spectrum-phy.h.
uint8_t ns3::tbInfo_t::mcs |
MCS.
Definition at line 63 of file lte-spectrum-phy.h.
double ns3::tbInfo_t::mi |
Mutual information.
Definition at line 67 of file lte-spectrum-phy.h.
uint8_t ns3::tbInfo_t::ndi |
New data indicator.
Definition at line 61 of file lte-spectrum-phy.h.
std::vector<int> ns3::tbInfo_t::rbBitmap |
Resource block bitmap.
Definition at line 64 of file lte-spectrum-phy.h.
uint8_t ns3::tbInfo_t::rv |
Redundancy version.
Definition at line 66 of file lte-spectrum-phy.h.
uint16_t ns3::tbInfo_t::size |
Transport block size.
Definition at line 62 of file lte-spectrum-phy.h.