![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
#include "ns3/mobility-model.h"
#include "ns3/net-device-container.h"
#include "ns3/node-container.h"
#include "ns3/nr-module.h"
#include "ns3/nstime.h"
#include "ns3/ptr.h"
#include "ns3/sfnsf.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | ns3::UlSchedulingTest |
Testing UL transmissions. More... | |
class | ns3::UlSchedulingTestSuite |
Test suite for. More... | |
This test evaluates the uplink packet transmission from a UE to a gNB when the UE has mobility. The UE starts close to the gNB, and under favorable conditions (no other UEs causing interference), it moves away from the gNB and then returns. The purpose of the test is to check whether the gNB continues to receive packets from the UE during this mobility, even after the UE returns close to the gNB, or if the system stops receiving them.
Definition in file ul-scheduling-test.h.