A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lte-mi-error-model.cc File Reference
#include <list>
#include <vector>
#include <ns3/log.h>
#include <ns3/pointer.h>
#include <stdint.h>
#include <cmath>
#include "stdlib.h"
#include <ns3/lte-mi-error-model.h>
+ Include dependency graph for lte-mi-error-model.cc:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

 NS_LOG_COMPONENT_DEFINE ("LteMiErrorModel")
 

Variables

double ns3::bEcrTable [9][38]
 
double ns3::BlerCurvesEcrMap [38]
 
uint16_t ns3::cbMiSizeTable [9] = {40, 104, 160, 256, 512, 1024, 2560, 4032, 6144}
 
uint16_t ns3::cbSizeTable [188]
 
double ns3::cEcrTable [9][38]
 
double ns3::HarqRetxEcr [9]
 
uint8_t ns3::McsEcrBlerTableMapping [29]
 
double ns3::McsEcrTable [29]
 
double ns3::MI_map_16qam [MI_MAP_16QAM_SIZE]
 
double ns3::MI_map_16qam_axis [MI_MAP_16QAM_SIZE]
 
double ns3::MI_map_64qam [MI_MAP_64QAM_SIZE]
 
double ns3::MI_map_64qam_axis [MI_MAP_64QAM_SIZE]
 
double ns3::MI_map_qpsk [MI_MAP_QPSK_SIZE]
 
double ns3::MI_map_qpsk_axis [MI_MAP_QPSK_SIZE]
 
double ns3::PdcchPcfichBlerCurveXaxis [PDCCH_PCFICH_CURVE_SIZE]
 
double ns3::PdcchPcfichBlerCurveYaxis [PDCCH_PCFICH_CURVE_SIZE]
 
int ns3::TbsIndex [32] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 9, 10, 11, 12, 13, 14, 15, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, -1, -1, -1}
 

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "LteMiErrorModel"  )