5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
nr-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/cc-bwp-helper.h"
#include "ns3/nr-module.h"
#include "ns3/object-factory.h"
#include "ns3/test.h"
#include <memory>
+ Include dependency graph for nr-cc-bwp-configuration.cc:

Go to the source code of this file.

Variables

static NrCcBwpTestSuite ns3::nrNrCcBwpTestSuite
 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-cc-bwp-configuration.cc.

Variable Documentation

◆ nrNrCcBwpTestSuite

NrCcBwpTestSuite ns3::nrNrCcBwpTestSuite
static

CC BWP test suite.

Definition at line 140 of file nr-cc-bwp-configuration.cc.