Fix Test1.4 and 1.5 to new LenaHelper API
This commit is contained in:
@@ -149,7 +149,7 @@ LenaPfFfMacSchedulerTestCase::DoRun (void)
|
||||
// Create Devices and install them in the Nodes (eNB and UE)
|
||||
NetDeviceContainer enbDevs;
|
||||
NetDeviceContainer ueDevs;
|
||||
lena.SetScheduler ("PfFfMacScheduler");
|
||||
lena.SetSchedulerType ("ns3::PfFfMacScheduler");
|
||||
enbDevs = lena.InstallEnbDevice (enbNodes);
|
||||
ueDevs = lena.InstallUeDevice (ueNodes);
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ LenaRrFfMacSchedulerTestCase::DoRun (void)
|
||||
// Create Devices and install them in the Nodes (eNB and UE)
|
||||
NetDeviceContainer enbDevs;
|
||||
NetDeviceContainer ueDevs;
|
||||
lena.SetScheduler ("RrFfMacScheduler");
|
||||
lena.SetSchedulerType ("ns3::RrFfMacScheduler");
|
||||
enbDevs = lena.InstallEnbDevice (enbNodes);
|
||||
ueDevs = lena.InstallUeDevice (ueNodes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user