![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
Channel Example. More...
#include "ns3/antenna-module.h"
#include "ns3/applications-module.h"
#include "ns3/buildings-helper.h"
#include "ns3/config-store.h"
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/ipv4-global-routing-helper.h"
#include "ns3/log.h"
#include "ns3/mobility-module.h"
#include "ns3/nr-helper.h"
#include "ns3/nr-mac-scheduler-tdma-rr.h"
#include "ns3/nr-module.h"
#include "ns3/nr-point-to-point-epc-helper.h"
#include "ns3/point-to-point-helper.h"
Go to the source code of this file.
Channel Example.
This example describes how to setup a simulation using the 3GPP channel model from TR 38.901. Topology consists by default of 2 UEs and 2 gNbs, and can be configured to be either mobile or static scenario.
The output of this example are default NR trace files that can be found in the root ns-3 project folder.
Definition in file cttc-3gpp-channel-example.cc.