Update PF and RR schedulers for working with RRC attachment procedures

This commit is contained in:
mmiozzo
2012-12-13 18:45:27 +01:00
parent 5d1c0bf64f
commit db39e9df6f
2 changed files with 5 additions and 5 deletions

View File

@@ -268,7 +268,7 @@ LenaPfFfMacSchedulerTestCase1::DoRun (void)
}
double statsStartTime = 0.100; // need to allow for RRC connection establishment + SRS
double statsStartTime = 0.300; // need to allow for RRC connection establishment + SRS
double statsDuration = 0.6;
double tolerance = 0.1;
Simulator::Stop (Seconds (statsStartTime + statsDuration - 0.000001));
@@ -428,10 +428,10 @@ LenaPfFfMacSchedulerTestCase2::DoRun (void)
uePhy->SetAttribute ("NoiseFigure", DoubleValue (9.0));
}
double statsStartTime = 0.100; // need to allow for RRC connection establishment + SRS
double statsStartTime = 0.300; // need to allow for RRC connection establishment + SRS
double statsDuration = 0.4;
double tolerance = 0.1;
Simulator::Stop (Seconds (statsStartTime + statsDuration + 0.000001));
Simulator::Stop (Seconds (statsStartTime + statsDuration - 0.000001));
lteHelper->EnableRlcTraces ();
Ptr<RadioBearerStatsCalculator> rlcStats = lteHelper->GetRlcStats ();

View File

@@ -203,7 +203,7 @@ LenaRrFfMacSchedulerTestCase::DoRun (void)
* Initialize Simulation Scenario: 1 eNB and m_nUser UEs
*/
LogComponentEnable ("PfFfMacScheduler", LOG_LEVEL_ALL);
Ptr<LteHelper> lteHelper = CreateObject<LteHelper> ();
lteHelper->SetAttribute ("PathlossModel", StringValue ("ns3::FriisSpectrumPropagationLossModel"));
@@ -254,7 +254,7 @@ LenaRrFfMacSchedulerTestCase::DoRun (void)
}
double statsStartTime = 0.100; // need to allow for RRC connection establishment + SRS
double statsStartTime = 0.300; // need to allow for RRC connection establishment + SRS
double statsDuration = 0.4;
double tolerance = 0.1;
Simulator::Stop (Seconds (statsStartTime + statsDuration - 0.0001));