--- a/src/lte/examples/lena-first-sim.cc Thu Mar 31 14:41:39 2011 +0200
+++ b/src/lte/examples/lena-first-sim.cc Thu Mar 31 15:37:08 2011 +0200
@@ -36,7 +36,7 @@
NodeContainer enbNodes;
NodeContainer ueNodes;
enbNodes.Create (1);
- ueNodes.Create (0);
+ ueNodes.Create (4);
// Install Mobility Model
MobilityHelper mobility;
--- a/src/lte/examples/lena-rlc-calculator.cc Thu Mar 31 14:41:39 2011 +0200
+++ b/src/lte/examples/lena-rlc-calculator.cc Thu Mar 31 15:37:08 2011 +0200
@@ -51,7 +51,7 @@
cmd.Parse (argc, argv);
// Enable LTE log components
- lena.EnableLogComponents ();
+ //lena.EnableLogComponents ();
// Create Nodes: eNodeB and UE
NodeContainer enbNodes;
@@ -92,8 +92,8 @@
Simulator::Run ();
// Uncomment to show available paths
- GtkConfigStore config;
- config.ConfigureAttributes ();
+ //GtkConfigStore config;
+ //config.ConfigureAttributes ();
Simulator::Destroy ();