#include "lte-amc.h"
#include "lte-mi-error-model.h"
#include "ns3/enum.h"
#include <ns3/assert.h>
#include <ns3/double.h>
#include <ns3/log.h>
#include <ns3/math.h>
#include <ns3/spectrum-value.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Variables | |
static const int | ns3::McsToItbsDl [29] |
Table of MCS index (IMCS) and its TBS index (ITBS). More... | |
static const int | ns3::McsToItbsUl [29] |
Table of MCS index (IMCS) and its TBS index (ITBS). More... | |
static const double | ns3::SpectralEfficiencyForCqi [16] |
Table of CQI index and its spectral efficiency. More... | |
static const double | ns3::SpectralEfficiencyForMcs [32] |
Table of MCS index and its spectral efficiency. More... | |
static const int | ns3::TransportBlockSizeTable [110][27] |
Table of number of physical resource blocks (NPRB), TBS index (ITBS), and their associated transport block size. More... | |