|
Lines 298-303
LteHardFrTestCase::DoRun (void)
|
Link Here
|
|---|
|
| 298 |
NetDeviceContainer enbDevs; |
298 |
NetDeviceContainer enbDevs; |
| 299 |
NetDeviceContainer ueDevs; |
299 |
NetDeviceContainer ueDevs; |
| 300 |
lteHelper->SetSchedulerType (m_schedulerType); |
300 |
lteHelper->SetSchedulerType (m_schedulerType); |
|
|
301 |
|
| 302 |
// set DL and UL bandwidth |
| 303 |
lteHelper->SetEnbDeviceAttribute ("DlBandwidth", UintegerValue (25)); |
| 304 |
lteHelper->SetEnbDeviceAttribute ("UlBandwidth", UintegerValue (25)); |
| 305 |
|
| 301 |
enbDevs = lteHelper->InstallEnbDevice (enbNodes); |
306 |
enbDevs = lteHelper->InstallEnbDevice (enbNodes); |
| 302 |
ueDevs = lteHelper->InstallUeDevice (ueNodes); |
307 |
ueDevs = lteHelper->InstallUeDevice (ueNodes); |
| 303 |
|
308 |
|
|
Lines 407-412
LteStrictFrTestCase::DoRun (void)
|
Link Here
|
|---|
|
| 407 |
NetDeviceContainer enbDevs; |
412 |
NetDeviceContainer enbDevs; |
| 408 |
NetDeviceContainer ueDevs; |
413 |
NetDeviceContainer ueDevs; |
| 409 |
lteHelper->SetSchedulerType (m_schedulerType); |
414 |
lteHelper->SetSchedulerType (m_schedulerType); |
|
|
415 |
|
| 416 |
// set DL and UL bandwidth |
| 417 |
lteHelper->SetEnbDeviceAttribute ("DlBandwidth", UintegerValue (25)); |
| 418 |
lteHelper->SetEnbDeviceAttribute ("UlBandwidth", UintegerValue (25)); |
| 419 |
|
| 410 |
enbDevs = lteHelper->InstallEnbDevice (enbNodes); |
420 |
enbDevs = lteHelper->InstallEnbDevice (enbNodes); |
| 411 |
ueDevs = lteHelper->InstallUeDevice (ueNodes); |
421 |
ueDevs = lteHelper->InstallUeDevice (ueNodes); |
| 412 |
|
422 |
|
|
Lines 669-674
LteStrictFrAreaTestCase::DoRun (void)
|
Link Here
|
|---|
|
| 669 |
NetDeviceContainer ueDevs2; |
679 |
NetDeviceContainer ueDevs2; |
| 670 |
lteHelper->SetSchedulerType (m_schedulerType); |
680 |
lteHelper->SetSchedulerType (m_schedulerType); |
| 671 |
|
681 |
|
|
|
682 |
// set DL and UL bandwidth |
| 683 |
lteHelper->SetEnbDeviceAttribute ("DlBandwidth", UintegerValue (25)); |
| 684 |
lteHelper->SetEnbDeviceAttribute ("UlBandwidth", UintegerValue (25)); |
| 685 |
|
| 672 |
lteHelper->SetFfrAlgorithmType ("ns3::LteFrStrictAlgorithm"); |
686 |
lteHelper->SetFfrAlgorithmType ("ns3::LteFrStrictAlgorithm"); |
| 673 |
lteHelper->SetFfrAlgorithmAttribute ("RsrqThreshold", UintegerValue (25)); |
687 |
lteHelper->SetFfrAlgorithmAttribute ("RsrqThreshold", UintegerValue (25)); |
| 674 |
lteHelper->SetFfrAlgorithmAttribute ("CenterPowerOffset", |
688 |
lteHelper->SetFfrAlgorithmAttribute ("CenterPowerOffset", |
|
Lines 846-851
LteSoftFrAreaTestCase::DoRun (void)
|
Link Here
|
|---|
|
| 846 |
NetDeviceContainer ueDevs2; |
860 |
NetDeviceContainer ueDevs2; |
| 847 |
lteHelper->SetSchedulerType (m_schedulerType); |
861 |
lteHelper->SetSchedulerType (m_schedulerType); |
| 848 |
|
862 |
|
|
|
863 |
// set DL and UL bandwidth |
| 864 |
lteHelper->SetEnbDeviceAttribute ("DlBandwidth", UintegerValue (25)); |
| 865 |
lteHelper->SetEnbDeviceAttribute ("UlBandwidth", UintegerValue (25)); |
| 866 |
|
| 849 |
lteHelper->SetFfrAlgorithmType ("ns3::LteFrSoftAlgorithm"); |
867 |
lteHelper->SetFfrAlgorithmType ("ns3::LteFrSoftAlgorithm"); |
| 850 |
lteHelper->SetFfrAlgorithmAttribute ("AllowCenterUeUseEdgeSubBand", BooleanValue (false)); |
868 |
lteHelper->SetFfrAlgorithmAttribute ("AllowCenterUeUseEdgeSubBand", BooleanValue (false)); |
| 851 |
lteHelper->SetFfrAlgorithmAttribute ("RsrqThreshold", UintegerValue (25)); |
869 |
lteHelper->SetFfrAlgorithmAttribute ("RsrqThreshold", UintegerValue (25)); |
|
Lines 1029-1034
LteSoftFfrAreaTestCase::DoRun (void)
|
Link Here
|
|---|
|
| 1029 |
NetDeviceContainer ueDevs2; |
1047 |
NetDeviceContainer ueDevs2; |
| 1030 |
lteHelper->SetSchedulerType (m_schedulerType); |
1048 |
lteHelper->SetSchedulerType (m_schedulerType); |
| 1031 |
|
1049 |
|
|
|
1050 |
// set DL and UL bandwidth |
| 1051 |
lteHelper->SetEnbDeviceAttribute ("DlBandwidth", UintegerValue (25)); |
| 1052 |
lteHelper->SetEnbDeviceAttribute ("UlBandwidth", UintegerValue (25)); |
| 1053 |
|
| 1032 |
lteHelper->SetFfrAlgorithmType ("ns3::LteFfrSoftAlgorithm"); |
1054 |
lteHelper->SetFfrAlgorithmType ("ns3::LteFfrSoftAlgorithm"); |
| 1033 |
lteHelper->SetFfrAlgorithmAttribute ("CenterRsrqThreshold", UintegerValue (28)); |
1055 |
lteHelper->SetFfrAlgorithmAttribute ("CenterRsrqThreshold", UintegerValue (28)); |
| 1034 |
lteHelper->SetFfrAlgorithmAttribute ("EdgeRsrqThreshold", UintegerValue (18)); |
1056 |
lteHelper->SetFfrAlgorithmAttribute ("EdgeRsrqThreshold", UintegerValue (18)); |