Updates to lena-first-sim
authorMarco Miozzo <marco.miozzo@cttc.es>
Mon, 30 May 2011 17:07:42 +0200
changeset 8129 c8a6c28c6321
parent 8128 b1f6545a7747
child 8130 79401da89d56
Updates to lena-first-sim
src/lte/examples/lena-first-sim.cc
--- a/src/lte/examples/lena-first-sim.cc	Fri May 20 18:22:35 2011 +0200
+++ b/src/lte/examples/lena-first-sim.cc	Mon May 30 17:07:42 2011 +0200
@@ -47,6 +47,11 @@
   Ptr<LenaHelper> lena = CreateObject<LenaHelper> ();
 
   //lena->EnableLogComponents ();
+  
+  //   LogComponentEnable ("LtePhy", LOG_LEVEL_ALL);
+    LogComponentEnable ("LteEnbPhy", LOG_LEVEL_ALL);
+  //   LogComponentEnable ("LteUePhy", LOG_LEVEL_ALL);
+      LogComponentEnable ("PfFfMacScheduler", LOG_LEVEL_ALL);
 
   // Create Nodes: eNodeB and UE
   NodeContainer enbNodes;
@@ -78,7 +83,7 @@
   lena->ActivateEpsBearer (ueDevs, bearer);
 
 
-  Simulator::Stop (Seconds (0.005));
+  Simulator::Stop (Seconds (0.010));
 
   Simulator::Run ();