View | Details | Raw Unified | Return to bug 2339
Collapse All | Expand All

(-)a/src/lte/test/lte-test-frequency-reuse.cc (-21 / +21 lines)
 Lines 751-767    Link Here 
751
  Simulator::Schedule (MilliSeconds (1),
751
  Simulator::Schedule (MilliSeconds (1),
752
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0, 1, expectedDlRbCenterArea );
752
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0, 1, expectedDlRbCenterArea );
753
  Simulator::Schedule (MilliSeconds (1),
753
  Simulator::Schedule (MilliSeconds (1),
754
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0150543, expectedUlRbCenterArea );
754
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0627264, expectedUlRbCenterArea );
755
755
756
  Simulator::Schedule (MilliSeconds (501),
756
  Simulator::Schedule (MilliSeconds (501),
757
                       &LteFrAreaTestCase::TeleportUe, this, 800, 0, 2, expectedDlRbEdgeArea );
757
                       &LteFrAreaTestCase::TeleportUe, this, 800, 0, 2, expectedDlRbEdgeArea );
758
  Simulator::Schedule (MilliSeconds (501),
758
  Simulator::Schedule (MilliSeconds (501),
759
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.199526, expectedUlRbEdgeArea );
759
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.831359, expectedUlRbEdgeArea );
760
760
761
  Simulator::Schedule (MilliSeconds (1001),
761
  Simulator::Schedule (MilliSeconds (1001),
762
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0, 1, expectedDlRbCenterArea );
762
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0, 1, expectedDlRbCenterArea );
763
  Simulator::Schedule (MilliSeconds (1001),
763
  Simulator::Schedule (MilliSeconds (1001),
764
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0150543, expectedUlRbCenterArea );
764
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0627264, expectedUlRbCenterArea );
765
765
766
  Simulator::Stop (Seconds (1.500));
766
  Simulator::Stop (Seconds (1.500));
767
  Simulator::Run ();
767
  Simulator::Run ();
 Lines 931-947    Link Here 
931
  Simulator::Schedule (MilliSeconds (1),
931
  Simulator::Schedule (MilliSeconds (1),
932
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0, 1, expectedDlRbCenterArea );
932
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0, 1, expectedDlRbCenterArea );
933
  Simulator::Schedule (MilliSeconds (1),
933
  Simulator::Schedule (MilliSeconds (1),
934
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0150543, expectedUlRbCenterArea );
934
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0627264, expectedUlRbCenterArea );
935
935
936
  Simulator::Schedule (MilliSeconds (501),
936
  Simulator::Schedule (MilliSeconds (501),
937
                       &LteFrAreaTestCase::TeleportUe, this, 800, 0, 2, expectedDlRbEdgeArea );
937
                       &LteFrAreaTestCase::TeleportUe, this, 800, 0, 2, expectedDlRbEdgeArea );
938
  Simulator::Schedule (MilliSeconds (501),
938
  Simulator::Schedule (MilliSeconds (501),
939
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.199526, expectedUlRbEdgeArea );
939
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.623519, expectedUlRbEdgeArea );
940
940
941
  Simulator::Schedule (MilliSeconds (1001),
941
  Simulator::Schedule (MilliSeconds (1001),
942
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0, 1, expectedDlRbCenterArea );
942
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0, 1, expectedDlRbCenterArea );
943
  Simulator::Schedule (MilliSeconds (1001),
943
  Simulator::Schedule (MilliSeconds (1001),
944
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0150543, expectedUlRbCenterArea );
944
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0627264, expectedUlRbCenterArea );
945
945
946
  Simulator::Stop (Seconds (1.500));
946
  Simulator::Stop (Seconds (1.500));
947
  Simulator::Run ();
947
  Simulator::Run ();
 Lines 1133-1163    Link Here 
1133
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0,
1133
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0,
1134
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1134
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1135
  Simulator::Schedule (MilliSeconds (1),
1135
  Simulator::Schedule (MilliSeconds (1),
1136
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0150543, expectedUlRbCenterArea );
1136
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0627264, expectedUlRbCenterArea );
1137
1137
1138
  Simulator::Schedule (MilliSeconds (501),
1138
  Simulator::Schedule (MilliSeconds (501),
1139
                       &LteFrAreaTestCase::TeleportUe, this, 600, 0,
1139
                       &LteFrAreaTestCase::TeleportUe, this, 600, 0,
1140
                       expectedDlPowerMiddleArea, expectedDlRbMiddleArea );
1140
                       expectedDlPowerMiddleArea, expectedDlRbMiddleArea );
1141
  Simulator::Schedule (MilliSeconds (501),
1141
  Simulator::Schedule (MilliSeconds (501),
1142
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.135489, expectedUlRbMiddleArea );
1142
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.564537, expectedUlRbMiddleArea );
1143
1143
1144
  Simulator::Schedule (MilliSeconds (1001),
1144
  Simulator::Schedule (MilliSeconds (1001),
1145
                       &LteFrAreaTestCase::TeleportUe, this, 800, 0,
1145
                       &LteFrAreaTestCase::TeleportUe, this, 800, 0,
1146
                       expectedDlPowerEdgeArea, expectedDlRbEdgeArea );
1146
                       expectedDlPowerEdgeArea, expectedDlRbEdgeArea );
1147
  Simulator::Schedule (MilliSeconds (1001),
1147
  Simulator::Schedule (MilliSeconds (1001),
1148
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.199526, expectedUlRbEdgeArea );
1148
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.831359, expectedUlRbEdgeArea );
1149
1149
1150
  Simulator::Schedule (MilliSeconds (1501),
1150
  Simulator::Schedule (MilliSeconds (1501),
1151
                       &LteFrAreaTestCase::TeleportUe, this, 600, 0,
1151
                       &LteFrAreaTestCase::TeleportUe, this, 600, 0,
1152
                       expectedDlPowerMiddleArea, expectedDlRbMiddleArea );
1152
                       expectedDlPowerMiddleArea, expectedDlRbMiddleArea );
1153
  Simulator::Schedule (MilliSeconds (1501),
1153
  Simulator::Schedule (MilliSeconds (1501),
1154
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.135489, expectedUlRbMiddleArea );
1154
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.564537, expectedUlRbMiddleArea );
1155
1155
1156
  Simulator::Schedule (MilliSeconds (2001),
1156
  Simulator::Schedule (MilliSeconds (2001),
1157
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0,
1157
                       &LteFrAreaTestCase::TeleportUe, this, 200, 0,
1158
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1158
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1159
  Simulator::Schedule (MilliSeconds (2001),
1159
  Simulator::Schedule (MilliSeconds (2001),
1160
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0150543, expectedUlRbCenterArea );
1160
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0627264, expectedUlRbCenterArea );
1161
1161
1162
  Simulator::Stop (Seconds (2.500));
1162
  Simulator::Stop (Seconds (2.500));
1163
  Simulator::Run ();
1163
  Simulator::Run ();
 Lines 1359-1389    Link Here 
1359
                       &LteEnhancedFfrAreaTestCase::TeleportUe, this, 100, 0,
1359
                       &LteEnhancedFfrAreaTestCase::TeleportUe, this, 100, 0,
1360
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1360
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1361
  Simulator::Schedule (MilliSeconds (1),
1361
  Simulator::Schedule (MilliSeconds (1),
1362
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.00250905, expectedUlRbCenterArea );
1362
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0156816, expectedUlRbCenterArea );
1363
1363
1364
  Simulator::Schedule (MilliSeconds (501),
1364
  Simulator::Schedule (MilliSeconds (501),
1365
                       &LteEnhancedFfrAreaTestCase::TeleportUe, this, 300, 0,
1365
                       &LteEnhancedFfrAreaTestCase::TeleportUe, this, 300, 0,
1366
                       expectedDlPowerMiddleArea, expectedDlRbMiddleArea );
1366
                       expectedDlPowerMiddleArea, expectedDlRbMiddleArea );
1367
  Simulator::Schedule (MilliSeconds (501),
1367
  Simulator::Schedule (MilliSeconds (501),
1368
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0225815, expectedUlRbMiddleArea );
1368
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.141134, expectedUlRbMiddleArea );
1369
1369
1370
  Simulator::Schedule (MilliSeconds (1001),
1370
  Simulator::Schedule (MilliSeconds (1001),
1371
                       &LteEnhancedFfrAreaTestCase::TeleportUe, this, 600, 0,
1371
                       &LteEnhancedFfrAreaTestCase::TeleportUe, this, 600, 0,
1372
                       expectedDlPowerEdgeArea, expectedDlRbEdgeArea );
1372
                       expectedDlPowerEdgeArea, expectedDlRbEdgeArea );
1373
  Simulator::Schedule (MilliSeconds (1001),
1373
  Simulator::Schedule (MilliSeconds (1001),
1374
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0903259, expectedUlRbEdgeArea );
1374
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.564537, expectedUlRbEdgeArea );
1375
1375
1376
  Simulator::Schedule (MilliSeconds (1501),
1376
  Simulator::Schedule (MilliSeconds (1501),
1377
                       &LteEnhancedFfrAreaTestCase::TeleportUe, this, 100, 0,
1377
                       &LteEnhancedFfrAreaTestCase::TeleportUe, this, 100, 0,
1378
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1378
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1379
  Simulator::Schedule (MilliSeconds (1501),
1379
  Simulator::Schedule (MilliSeconds (1501),
1380
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.00250905, expectedUlRbCenterArea );
1380
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0156816, expectedUlRbCenterArea );
1381
1381
1382
  Simulator::Schedule (MilliSeconds (2001),
1382
  Simulator::Schedule (MilliSeconds (2001),
1383
                       &LteEnhancedFfrAreaTestCase::TeleportUe, this, 300, 0,
1383
                       &LteEnhancedFfrAreaTestCase::TeleportUe, this, 300, 0,
1384
                       expectedDlPowerMiddleArea, expectedDlRbMiddleArea );
1384
                       expectedDlPowerMiddleArea, expectedDlRbMiddleArea );
1385
  Simulator::Schedule (MilliSeconds (2001),
1385
  Simulator::Schedule (MilliSeconds (2001),
1386
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0225815, expectedUlRbCenterArea );
1386
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.141134, expectedUlRbCenterArea );
1387
1387
1388
  Simulator::Stop (Seconds (2.500));
1388
  Simulator::Stop (Seconds (2.500));
1389
  Simulator::Run ();
1389
  Simulator::Run ();
 Lines 1675-1705    Link Here 
1675
                       &LteFrAreaTestCase::TeleportUe, this, 800, 0,
1675
                       &LteFrAreaTestCase::TeleportUe, this, 800, 0,
1676
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1676
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1677
  Simulator::Schedule (MilliSeconds (1),
1677
  Simulator::Schedule (MilliSeconds (1),
1678
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0225815, expectedUlRbCenterArea );
1678
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0627264, expectedUlRbCenterArea );
1679
1679
1680
  Simulator::Schedule (MilliSeconds (501),
1680
  Simulator::Schedule (MilliSeconds (501),
1681
                       &LteFrAreaTestCase::TeleportUe, this, 400, 0,
1681
                       &LteFrAreaTestCase::TeleportUe, this, 400, 0,
1682
                       expectedDlPowerEdgeArea, expectedDlRbEdgeArea );
1682
                       expectedDlPowerEdgeArea, expectedDlRbEdgeArea );
1683
  Simulator::Schedule (MilliSeconds (501),
1683
  Simulator::Schedule (MilliSeconds (501),
1684
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.135489, expectedUlRbEdgeArea );
1684
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.564537, expectedUlRbEdgeArea );
1685
1685
1686
  Simulator::Schedule (MilliSeconds (1001),
1686
  Simulator::Schedule (MilliSeconds (1001),
1687
                       &LteFrAreaTestCase::TeleportUe2, this, ueNodes1.Get (0), 600, 0,
1687
                       &LteFrAreaTestCase::TeleportUe2, this, ueNodes1.Get (0), 600, 0,
1688
                       expectedDlPowerEdgeArea, expectedDlRbEdgeArea2 );
1688
                       expectedDlPowerEdgeArea, expectedDlRbEdgeArea2 );
1689
  Simulator::Schedule (MilliSeconds (1001),
1689
  Simulator::Schedule (MilliSeconds (1001),
1690
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.135489, expectedUlRbEdgeArea2 );
1690
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.564537, expectedUlRbEdgeArea2 );
1691
1691
1692
  Simulator::Schedule (MilliSeconds (1501),
1692
  Simulator::Schedule (MilliSeconds (1501),
1693
                       &LteFrAreaTestCase::TeleportUe2, this, ueNodes1.Get (0), 200, 0,
1693
                       &LteFrAreaTestCase::TeleportUe2, this, ueNodes1.Get (0), 200, 0,
1694
                       expectedDlPowerEdgeArea, expectedDlRbEdgeArea );
1694
                       expectedDlPowerEdgeArea, expectedDlRbEdgeArea );
1695
  Simulator::Schedule (MilliSeconds (1501),
1695
  Simulator::Schedule (MilliSeconds (1501),
1696
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.135489, expectedUlRbEdgeArea );
1696
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.564537, expectedUlRbEdgeArea );
1697
1697
1698
  Simulator::Schedule (MilliSeconds (2001),
1698
  Simulator::Schedule (MilliSeconds (2001),
1699
                       &LteFrAreaTestCase::TeleportUe, this, 800, 0,
1699
                       &LteFrAreaTestCase::TeleportUe, this, 800, 0,
1700
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1700
                       expectedDlPowerCenterArea, expectedDlRbCenterArea );
1701
  Simulator::Schedule (MilliSeconds (2001),
1701
  Simulator::Schedule (MilliSeconds (2001),
1702
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0225815, expectedUlRbCenterArea );
1702
                       &LteFrAreaTestCase::SetUlExpectedValues, this, 0.0627264, expectedUlRbCenterArea );
1703
1703
1704
  Simulator::Stop (Seconds (2.500));
1704
  Simulator::Stop (Seconds (2.500));
1705
  Simulator::Run ();
1705
  Simulator::Run ();

Return to bug 2339