5G-LENA  nr-v3.0-29-g83cc959
The 5G/NR module for the ns-3 simulator
nr-lte-cc-bwp-configuration.cc File Reference

The test aims at proving that the creation of operation bands, component carriers (CC) and bandwidth parts (BWP) is correct within the limitations of the NR implementation. The main limitation of BWPs is that they do not overlap, because in such case, the interference calculation would be erroneous. This test also proves that the creation of BWP information with the CcBwpHelper is correct. More...

#include "ns3/nr-module.h"
#include <ns3/cc-bwp-helper.h>
#include <ns3/object-factory.h>
#include <ns3/test.h>
#include <memory>
+ Include dependency graph for nr-lte-cc-bwp-configuration.cc:

Go to the source code of this file.

Variables

static NrLteCcBwpTestSuite ns3::nrLteCcBwpTestSuite
 CC BWP test suite.
 

Detailed Description

The test aims at proving that the creation of operation bands, component carriers (CC) and bandwidth parts (BWP) is correct within the limitations of the NR implementation. The main limitation of BWPs is that they do not overlap, because in such case, the interference calculation would be erroneous. This test also proves that the creation of BWP information with the CcBwpHelper is correct.

Definition in file nr-lte-cc-bwp-configuration.cc.