minor changes in example programs
authorNicola Baldo <nbaldo@cttc.es>
Thu, 31 Mar 2011 15:37:08 +0200
changeset 7931 9c385d236a0b
parent 7930 ccb40542ae88
child 7933 986b8e0fd32d
child 7934 0f09fc707a8c
minor changes in example programs
src/lte/examples/lena-first-sim.cc
src/lte/examples/lena-rlc-calculator.cc
--- 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 ();