![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
Frequency division multiplexing example, with TDD and FDD. More...
#include "ns3/antenna-module.h"
#include "ns3/applications-module.h"
#include "ns3/config-store-module.h"
#include "ns3/config-store.h"
#include "ns3/core-module.h"
#include "ns3/flow-monitor-module.h"
#include "ns3/internet-apps-module.h"
#include "ns3/internet-module.h"
#include "ns3/mobility-module.h"
#include "ns3/nr-module.h"
#include "ns3/point-to-point-module.h"
Go to the source code of this file.
Frequency division multiplexing example, with TDD and FDD.
The example is showing how to configure multiple bandwidth parts, in which some of them form a FDD configuration, while others uses TDD. The user can configure the bandwidth and the frequency of these BWPs. Three types of traffic are available: two are DL (video and voice) while one is UL (gaming). Each traffic will be routed to different BWP. Voice will go in the TDD BWP, while video will go in the FDD-DL one, and gaming in the FDD-UL one.
The configured spectrum division is the following:
|------------BandTdd--------------|--------------BandFdd---------------| |------------CC0------------------|--------------CC1-------------------| |------------BWP0-----------------|------BWP1-------|-------BWP2-------|
We will configure BWP0 as TDD, BWP1 as FDD-DL, BWP2 as FDD-UL.
Definition in file cttc-3gpp-channel-nums-fdm.cc.