![]() |
5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
|
The NrEesmErrorModelOutput struct. More...
#include "nr-eesm-error-model.h"
Public Member Functions | |
NrEesmErrorModelOutput ()=delete | |
NrEesmErrorModelOutput constructor (deleted) | |
NrEesmErrorModelOutput (double tbler) | |
NrEesmErrorModelOutput constructor to use. | |
![]() | |
NrErrorModelOutput ()=delete | |
NrErrorModelOutput default constructor (deleted) | |
NrErrorModelOutput (double tbler) | |
Official NrErrorModelOutput constructor. | |
virtual | ~NrErrorModelOutput () |
~NrErrorModelOutput | |
Public Attributes | |
uint32_t | m_codeBits {0} |
number of code bits | |
uint32_t | m_infoBits {0} |
number of info bits | |
std::vector< int > | m_map |
map of the active RBs | |
SpectrumValue | m_sinr |
perceived SINRs in the whole bandwidth | |
double | m_sinrEff {0.0} |
The effective SINR (needed just for the test) | |
double | m_sinrExp {0.0} |
Sum of exponential SINR (needed for HARQ-IR) | |
![]() | |
double | m_tbler {0.0} |
Transport Block Error Rate. | |
The NrEesmErrorModelOutput struct.
Error model output returned by the class NrEesmErrorModel.
Definition at line 24 of file nr-eesm-error-model.h.
|
inline |
NrEesmErrorModelOutput constructor to use.
tbler | the reference TBler |
Definition at line 35 of file nr-eesm-error-model.h.
uint32_t ns3::NrEesmErrorModelOutput::m_codeBits {0} |
number of code bits
Definition at line 45 of file nr-eesm-error-model.h.
uint32_t ns3::NrEesmErrorModelOutput::m_infoBits {0} |
number of info bits
Definition at line 44 of file nr-eesm-error-model.h.
std::vector<int> ns3::NrEesmErrorModelOutput::m_map |
map of the active RBs
Definition at line 43 of file nr-eesm-error-model.h.
SpectrumValue ns3::NrEesmErrorModelOutput::m_sinr |
perceived SINRs in the whole bandwidth
Definition at line 42 of file nr-eesm-error-model.h.
double ns3::NrEesmErrorModelOutput::m_sinrEff {0.0} |
The effective SINR (needed just for the test)
Definition at line 41 of file nr-eesm-error-model.h.
double ns3::NrEesmErrorModelOutput::m_sinrExp {0.0} |
Sum of exponential SINR (needed for HARQ-IR)
Definition at line 40 of file nr-eesm-error-model.h.