--- 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 ();