5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
lena-lte-comparison-user.cc File Reference

A multi-cell network deployment with site sectorization. More...

#include "lena-lte-comparison.h"
#include "ns3/command-line.h"
#include "ns3/show-progress.h"
+ Include dependency graph for lena-lte-comparison-user.cc:

Go to the source code of this file.

Detailed Description

A multi-cell network deployment with site sectorization.

This example describes how to setup a simulation using the 3GPP channel model from TR 38.901. This example consists of an hexagonal grid deployment consisting on a central site and a number of outer rings of sites around this central site. Each site is sectorized, meaning that a number of three antenna arrays or panels are deployed per gNB. These three antennas are pointing to 30º, 150º and 270º w.r.t. the horizontal axis. We allocate a band to each sector of a site, and the bands are contiguous in frequency.

We provide a number of simulation parameters that can be configured in the command line, such as the number of UEs per cell or the number of outer rings. Please have a look at the possible parameters to know what you can configure through the command line.

With the default configuration, the example will create one DL flow per UE. The example will print on-screen the end-to-end result of each flow, as well as writing them on a file.

$ ./ns3 run "lena-lte-comparison-user --Help"

Definition in file lena-lte-comparison-user.cc.