![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
Testing UL transmissions. More...
#include "ul-scheduling-test.h"
Public Member Functions | |
UlSchedulingTest (uint8_t testNumber, Time reverseTime, bool harqActive, uint32_t startUEPosY, Time simTime, double speed, Time packetPeriod, uint32_t packetSize) | |
UlSchedulingTest is a test constructor which is used to initialise the test parameters. | |
~UlSchedulingTest () override | |
~SystemSchedulerTest | |
Testing UL transmissions.
Definition at line 44 of file ul-scheduling-test.h.
ns3::UlSchedulingTest::UlSchedulingTest | ( | uint8_t | testNumber, |
Time | reverseTime, | ||
bool | harqActive, | ||
uint32_t | startUEPosY, | ||
Time | simTime, | ||
double | speed, | ||
Time | packetPeriod, | ||
uint32_t | packetSize | ||
) |
UlSchedulingTest is a test constructor which is used to initialise the test parameters.
testNumber | identifies the number of the test case |
reverseTime | the time instant when the UE starts approaching the gNB |
harqActive | true when HARQ is active |
startUEPosY | the starting position of the UE |
simTime | the simulation time |
speed | the speed at which the UE moves |
packetPeriod | the packet transmission periodicity of the UE |
packetSize | the size of the transmitted packet |
Definition at line 47 of file ul-scheduling-test.cc.
|
override |
~SystemSchedulerTest
Definition at line 67 of file ul-scheduling-test.cc.