PhyReceptionStatParameters structure. More...
#include "lte-common.h"
 Collaboration diagram for ns3::PhyReceptionStatParameters:
 Collaboration diagram for ns3::PhyReceptionStatParameters:| Public Types | |
| typedef void(* | TracedCallback) (const PhyReceptionStatParameters params) | 
| TracedCallback signature. | |
| Public Attributes | |
| uint8_t | m_ccId | 
| component carrier id | |
| uint16_t | m_cellId | 
| Cell ID of the attached Enb. | |
| uint8_t | m_correctness | 
| correctness of the TB received | |
| uint64_t | m_imsi | 
| IMSI of the scheduled UE. | |
| uint8_t | m_layer | 
| the layer (cw) of the transmission | |
| uint8_t | m_mcs | 
| MCS for transport block. | |
| uint8_t | m_ndi | 
| new data indicator flag | |
| uint16_t | m_rnti | 
| C-RNTI scheduled. | |
| uint8_t | m_rv | 
| the redundancy version (HARQ) | |
| uint16_t | m_size | 
| Size of transport block. | |
| int64_t | m_timestamp | 
| in millisecond | |
| uint8_t | m_txMode | 
| the transmission Mode | |
PhyReceptionStatParameters structure.
Definition at line 211 of file lte-common.h.
| typedef void(* ns3::PhyReceptionStatParameters::TracedCallback) (const PhyReceptionStatParameters params) | 
TracedCallback signature.
| [in] | params | Value of the PhyReceptionStatParameters. | 
Definition at line 232 of file lte-common.h.
| uint8_t ns3::PhyReceptionStatParameters::m_ccId | 
component carrier id
Definition at line 224 of file lte-common.h.
| uint16_t ns3::PhyReceptionStatParameters::m_cellId | 
Cell ID of the attached Enb.
Definition at line 214 of file lte-common.h.
| uint8_t ns3::PhyReceptionStatParameters::m_correctness | 
correctness of the TB received
Definition at line 223 of file lte-common.h.
| uint64_t ns3::PhyReceptionStatParameters::m_imsi | 
IMSI of the scheduled UE.
Definition at line 215 of file lte-common.h.
| uint8_t ns3::PhyReceptionStatParameters::m_layer | 
the layer (cw) of the transmission
Definition at line 218 of file lte-common.h.
| uint8_t ns3::PhyReceptionStatParameters::m_mcs | 
MCS for transport block.
Definition at line 219 of file lte-common.h.
| uint8_t ns3::PhyReceptionStatParameters::m_ndi | 
new data indicator flag
Definition at line 222 of file lte-common.h.
| uint16_t ns3::PhyReceptionStatParameters::m_rnti | 
C-RNTI scheduled.
Definition at line 216 of file lte-common.h.
| uint8_t ns3::PhyReceptionStatParameters::m_rv | 
the redundancy version (HARQ)
Definition at line 221 of file lte-common.h.
| uint16_t ns3::PhyReceptionStatParameters::m_size | 
Size of transport block.
Definition at line 220 of file lte-common.h.
| int64_t ns3::PhyReceptionStatParameters::m_timestamp | 
in millisecond
Definition at line 213 of file lte-common.h.
| uint8_t ns3::PhyReceptionStatParameters::m_txMode | 
the transmission Mode
Definition at line 217 of file lte-common.h.