PhyTransmissionStatParameters structure. More...
#include "lte-common.h"
| Public Types | |
| typedef void(* | TracedCallback) (const PhyTransmissionStatParameters params) | 
| TracedCallback signature.  More... | |
| Public Attributes | |
| uint8_t | m_ccId | 
| component carrier id  More... | |
| uint16_t | m_cellId | 
| Cell ID of the attached Enb.  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 | 
| in millisecond  More... | |
| uint8_t | m_txMode | 
| the transmission Mode  More... | |
PhyTransmissionStatParameters structure.
Definition at line 186 of file lte-common.h.
| typedef void(* ns3::PhyTransmissionStatParameters::TracedCallback) (const PhyTransmissionStatParameters params) | 
TracedCallback signature.
| [in] | params | Value of the PhyTransmissionionStatParameters. | 
Definition at line 206 of file lte-common.h.
| uint8_t ns3::PhyTransmissionStatParameters::m_ccId | 
component carrier id
Definition at line 198 of file lte-common.h.
Referenced by ns3::PhyTxStatsCalculator::DlPhyTransmission(), ns3::LteUePhy::ReceiveLteControlMessageList(), ns3::LteEnbPhy::StartSubFrame(), and ns3::PhyTxStatsCalculator::UlPhyTransmission().
| uint16_t ns3::PhyTransmissionStatParameters::m_cellId | 
Cell ID of the attached Enb.
Definition at line 189 of file lte-common.h.
Referenced by ns3::PhyTxStatsCalculator::DlPhyTransmission(), ns3::LteUePhy::ReceiveLteControlMessageList(), ns3::LteEnbPhy::StartSubFrame(), and ns3::PhyTxStatsCalculator::UlPhyTransmission().
| uint64_t ns3::PhyTransmissionStatParameters::m_imsi | 
IMSI of the scheduled UE.
Definition at line 190 of file lte-common.h.
Referenced by ns3::PhyTxStatsCalculator::DlPhyTransmission(), ns3::PhyTxStatsCalculator::DlPhyTransmissionCallback(), ns3::LteUePhy::ReceiveLteControlMessageList(), ns3::LteEnbPhy::StartSubFrame(), ns3::PhyTxStatsCalculator::UlPhyTransmission(), and ns3::PhyTxStatsCalculator::UlPhyTransmissionCallback().
| uint8_t ns3::PhyTransmissionStatParameters::m_layer | 
the layer (cw) of the transmission
Definition at line 193 of file lte-common.h.
Referenced by ns3::PhyTxStatsCalculator::DlPhyTransmission(), ns3::LteUePhy::ReceiveLteControlMessageList(), ns3::LteEnbPhy::StartSubFrame(), and ns3::PhyTxStatsCalculator::UlPhyTransmission().
| uint8_t ns3::PhyTransmissionStatParameters::m_mcs | 
MCS for transport block.
Definition at line 194 of file lte-common.h.
Referenced by ns3::PhyTxStatsCalculator::DlPhyTransmission(), ns3::LteUePhy::ReceiveLteControlMessageList(), ns3::LteEnbPhy::StartSubFrame(), and ns3::PhyTxStatsCalculator::UlPhyTransmission().
| uint8_t ns3::PhyTransmissionStatParameters::m_ndi | 
new data indicator flag
Definition at line 197 of file lte-common.h.
Referenced by ns3::PhyTxStatsCalculator::DlPhyTransmission(), ns3::LteUePhy::ReceiveLteControlMessageList(), ns3::LteEnbPhy::StartSubFrame(), and ns3::PhyTxStatsCalculator::UlPhyTransmission().
| uint16_t ns3::PhyTransmissionStatParameters::m_rnti | 
C-RNTI scheduled.
Definition at line 191 of file lte-common.h.
Referenced by ns3::PhyTxStatsCalculator::DlPhyTransmission(), ns3::PhyTxStatsCalculator::DlPhyTransmissionCallback(), ns3::LteUePhy::ReceiveLteControlMessageList(), ns3::LteEnbPhy::StartSubFrame(), ns3::PhyTxStatsCalculator::UlPhyTransmission(), and ns3::PhyTxStatsCalculator::UlPhyTransmissionCallback().
| uint8_t ns3::PhyTransmissionStatParameters::m_rv | 
the redundancy version (HARQ)
Definition at line 196 of file lte-common.h.
Referenced by ns3::PhyTxStatsCalculator::DlPhyTransmission(), ns3::LteUePhy::ReceiveLteControlMessageList(), ns3::LteEnbPhy::StartSubFrame(), and ns3::PhyTxStatsCalculator::UlPhyTransmission().
| uint16_t ns3::PhyTransmissionStatParameters::m_size | 
Size of transport block.
Definition at line 195 of file lte-common.h.
Referenced by ns3::PhyTxStatsCalculator::DlPhyTransmission(), ns3::LteUePhy::ReceiveLteControlMessageList(), ns3::LteEnbPhy::StartSubFrame(), and ns3::PhyTxStatsCalculator::UlPhyTransmission().
| int64_t ns3::PhyTransmissionStatParameters::m_timestamp | 
in millisecond
Definition at line 188 of file lte-common.h.
Referenced by ns3::PhyTxStatsCalculator::DlPhyTransmission(), ns3::LteUePhy::ReceiveLteControlMessageList(), ns3::LteEnbPhy::StartSubFrame(), and ns3::PhyTxStatsCalculator::UlPhyTransmission().
| uint8_t ns3::PhyTransmissionStatParameters::m_txMode | 
the transmission Mode
Definition at line 192 of file lte-common.h.
Referenced by ns3::LteUePhy::ReceiveLteControlMessageList(), and ns3::LteEnbPhy::StartSubFrame().