A Discrete-Event Network Simulator
API
ns3::PhyReceptionStatParameters Struct Reference

PhyReceptionStatParameters structure. More...

#include "lte-common.h"

+ Collaboration diagram for ns3::PhyReceptionStatParameters:

Public Types

typedef void(* TracedCallback) (const PhyReceptionStatParameters 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...
 
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
 in millisecond More...
 
uint8_t m_txMode
 the transmission Mode More...
 

Detailed Description

PhyReceptionStatParameters structure.

Definition at line 212 of file lte-common.h.

Member Typedef Documentation

◆ TracedCallback

typedef void(* ns3::PhyReceptionStatParameters::TracedCallback) (const PhyReceptionStatParameters params)

TracedCallback signature.

Parameters
[in]paramsValue of the PhyReceptionStatParameters.
Todo:
The argument should be passed by const reference, since it's large.

Definition at line 233 of file lte-common.h.

Member Data Documentation

◆ m_ccId

uint8_t ns3::PhyReceptionStatParameters::m_ccId

◆ m_cellId

uint16_t ns3::PhyReceptionStatParameters::m_cellId

◆ m_correctness

uint8_t ns3::PhyReceptionStatParameters::m_correctness

◆ m_imsi

◆ m_layer

uint8_t ns3::PhyReceptionStatParameters::m_layer

the layer (cw) of the transmission

Definition at line 219 of file lte-common.h.

Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), ns3::LteSpectrumPhy::EndRxData(), and ns3::PhyRxStatsCalculator::UlPhyReception().

◆ m_mcs

uint8_t ns3::PhyReceptionStatParameters::m_mcs

◆ m_ndi

uint8_t ns3::PhyReceptionStatParameters::m_ndi

◆ m_rnti

◆ m_rv

uint8_t ns3::PhyReceptionStatParameters::m_rv

◆ m_size

uint16_t ns3::PhyReceptionStatParameters::m_size

◆ m_timestamp

int64_t ns3::PhyReceptionStatParameters::m_timestamp

◆ m_txMode

uint8_t ns3::PhyReceptionStatParameters::m_txMode

the transmission Mode

Definition at line 218 of file lte-common.h.

Referenced by ns3::PhyRxStatsCalculator::DlPhyReception(), and ns3::LteSpectrumPhy::EndRxData().


The documentation for this struct was generated from the following file: