#include <lte-common.h>
Public Attributes | |
| uint16_t | m_cellId | 
| Cell ID of the attached Enb.  More... | |
| uint8_t | m_correctness | 
| correctness of the TB received  More... | |
| uint64_t | m_imsi | 
| IMSI of the scheduled UE.  More... | |
| uint8_t | m_layer | 
| the layer (cw) of the transmission  More... | |
| uint8_t | m_mcs | 
| MCS for transport block.  More... | |
| uint8_t | m_ndi | 
| new data indicator flag  More... | |
| uint16_t | m_rnti | 
| C-RNTI scheduled.  More... | |
| uint8_t | m_rv | 
| the redundancy version (HARQ)  More... | |
| uint16_t | m_size | 
| Size of transport block.  More... | |
| int64_t | m_timestamp | 
| uint8_t | m_txMode | 
| the transmission Mode  More... | |
Definition at line 133 of file lte-common.h.
| uint16_t ns3::PhyReceptionStatParameters::m_cellId | 
Cell ID of the attached Enb.
Definition at line 136 of file lte-common.h.
Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), ns3::LteSpectrumPhy::EndRxData(), and ns3::PhyRxStatsCalculator::UlPhyReception().
| uint8_t ns3::PhyReceptionStatParameters::m_correctness | 
correctness of the TB received
Definition at line 145 of file lte-common.h.
Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), ns3::LteSpectrumPhy::EndRxData(), and ns3::PhyRxStatsCalculator::UlPhyReception().
| uint64_t ns3::PhyReceptionStatParameters::m_imsi | 
IMSI of the scheduled UE.
Definition at line 137 of file lte-common.h.
Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), ns3::PhyRxStatsCalculator::DlPhyReceptionCallback(), ns3::LteSpectrumPhy::EndRxData(), ns3::PhyRxStatsCalculator::UlPhyReception(), and ns3::PhyRxStatsCalculator::UlPhyReceptionCallback().
| uint8_t ns3::PhyReceptionStatParameters::m_layer | 
the layer (cw) of the transmission
Definition at line 140 of file lte-common.h.
Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), ns3::LteSpectrumPhy::EndRxData(), and ns3::PhyRxStatsCalculator::UlPhyReception().
| uint8_t ns3::PhyReceptionStatParameters::m_mcs | 
MCS for transport block.
Definition at line 141 of file lte-common.h.
Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), ns3::LteSpectrumPhy::EndRxData(), and ns3::PhyRxStatsCalculator::UlPhyReception().
| uint8_t ns3::PhyReceptionStatParameters::m_ndi | 
new data indicator flag
Definition at line 144 of file lte-common.h.
Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), ns3::LteSpectrumPhy::EndRxData(), and ns3::PhyRxStatsCalculator::UlPhyReception().
| uint16_t ns3::PhyReceptionStatParameters::m_rnti | 
C-RNTI scheduled.
Definition at line 138 of file lte-common.h.
Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), ns3::PhyRxStatsCalculator::DlPhyReceptionCallback(), ns3::LteSpectrumPhy::EndRxData(), ns3::PhyRxStatsCalculator::UlPhyReception(), and ns3::PhyRxStatsCalculator::UlPhyReceptionCallback().
| uint8_t ns3::PhyReceptionStatParameters::m_rv | 
the redundancy version (HARQ)
Definition at line 143 of file lte-common.h.
Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), ns3::LteSpectrumPhy::EndRxData(), and ns3::PhyRxStatsCalculator::UlPhyReception().
| uint16_t ns3::PhyReceptionStatParameters::m_size | 
Size of transport block.
Definition at line 142 of file lte-common.h.
Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), ns3::LteSpectrumPhy::EndRxData(), and ns3::PhyRxStatsCalculator::UlPhyReception().
| int64_t ns3::PhyReceptionStatParameters::m_timestamp | 
Definition at line 135 of file lte-common.h.
Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), ns3::LteSpectrumPhy::EndRxData(), and ns3::PhyRxStatsCalculator::UlPhyReception().
| uint8_t ns3::PhyReceptionStatParameters::m_txMode | 
the transmission Mode
Definition at line 139 of file lte-common.h.
Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), and ns3::LteSpectrumPhy::EndRxData().