RR and PF scheduler tests updated with flag for real RRC

This commit is contained in:
mmiozzo
2012-12-14 18:02:45 +01:00
parent 15057b0a4e
commit 0c747045f8
2 changed files with 5 additions and 1 deletions

View File

@@ -212,6 +212,7 @@ LenaPfFfMacSchedulerTestCase1::DoRun (void)
Config::SetDefault ("ns3::LteSpectrumPhy::DataErrorModelEnabled", BooleanValue (false));
Config::SetDefault ("ns3::LteAmc::AmcModel", EnumValue (LteAmc::PiroEW2010));
Config::SetDefault ("ns3::LteAmc::Ber", DoubleValue (0.00005));
Config::SetDefault ("ns3::LteHelper::UseIdealRrc", BooleanValue (false));
/**
* Initialize Simulation Scenario: 1 eNB and m_nUser UEs
@@ -219,7 +220,6 @@ LenaPfFfMacSchedulerTestCase1::DoRun (void)
Ptr<LteHelper> lteHelper = CreateObject<LteHelper> ();
lteHelper->SetAttribute ("PathlossModel", StringValue ("ns3::FriisSpectrumPropagationLossModel"));
// Create Nodes: eNodeB and UE
@@ -375,6 +375,7 @@ LenaPfFfMacSchedulerTestCase2::DoRun (void)
Config::SetDefault ("ns3::LteSpectrumPhy::DataErrorModelEnabled", BooleanValue (false));
Config::SetDefault ("ns3::LteAmc::AmcModel", EnumValue (LteAmc::PiroEW2010));
Config::SetDefault ("ns3::LteAmc::Ber", DoubleValue (0.00005));
Config::SetDefault ("ns3::LteHelper::UseIdealRrc", BooleanValue (false));
/**
* Initialize Simulation Scenario: 1 eNB and m_nUser UEs

View File

@@ -58,6 +58,8 @@ LenaTestRrFfMacSchedulerSuite::LenaTestRrFfMacSchedulerSuite ()
{
NS_LOG_INFO ("creating LenaRrFfMacSchedulerTestCase");
AddTestCase (new LenaRrFfMacSchedulerTestCase (9,0,15000,22000,15000));
// DOWNLINK- DISTANCE 0 -> MCS 28 -> Itbs 26 (from table 7.1.7.2.1-1 of 36.213)
// 1 user -> 24 PRB at Itbs 26 -> 2196 -> 2196000 bytes/sec
@@ -198,6 +200,7 @@ LenaRrFfMacSchedulerTestCase::DoRun (void)
Config::SetDefault ("ns3::LteSpectrumPhy::DataErrorModelEnabled", BooleanValue (false));
Config::SetDefault ("ns3::LteAmc::AmcModel", EnumValue (LteAmc::PiroEW2010));
Config::SetDefault ("ns3::LteAmc::Ber", DoubleValue (0.00005));
Config::SetDefault ("ns3::LteHelper::UseIdealRrc", BooleanValue (false));
/**
* Initialize Simulation Scenario: 1 eNB and m_nUser UEs