5G-LENA nr-v3.3-49-g235218b1
The 5G/NR module for the ns-3 simulator
|
This test validates specific functions of the NR PHY abstraction model. The test checks two issues: 1) LDPC base graph (BG) selection works properly, and 2) BLER values are properly obtained from the BLER-SINR look up tables for different block sizes, MCS Tables, BG types, and SINR values. More...
#include <ns3/enum.h>
#include <ns3/nr-eesm-cc-t1.h>
#include <ns3/nr-eesm-cc-t2.h>
#include <ns3/nr-eesm-error-model.h>
#include <ns3/nr-eesm-ir-t1.h>
#include <ns3/nr-eesm-ir-t2.h>
#include <ns3/test.h>
Go to the source code of this file.
Typedefs | |
typedef std::tuple< double, uint8_t, uint32_t, double > | ns3::MappingTable |
Variables | |
static NrTestL2smEesm | ns3::NrTestL2smEesmTestSuite |
Nr test suite. | |
static std::vector< MappingTable > | ns3::resultTable1 |
static std::vector< MappingTable > | ns3::resultTable2 |
This test validates specific functions of the NR PHY abstraction model. The test checks two issues: 1) LDPC base graph (BG) selection works properly, and 2) BLER values are properly obtained from the BLER-SINR look up tables for different block sizes, MCS Tables, BG types, and SINR values.
Definition in file nr-test-l2sm-eesm.cc.
typedef std::tuple<double, uint8_t, uint32_t, double> ns3::MappingTable |
Definition at line 132 of file nr-test-l2sm-eesm.cc.
|
static |
Nr test suite.
Definition at line 292 of file nr-test-l2sm-eesm.cc.
|
static |
Definition at line 134 of file nr-test-l2sm-eesm.cc.
|
static |
Definition at line 158 of file nr-test-l2sm-eesm.cc.