minor changes in example programs

This commit is contained in:
Nicola Baldo
2011-03-31 15:37:08 +02:00
parent 43f3ce4d5b
commit e046bc68be
2 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ int main (int argc, char *argv[])
NodeContainer enbNodes;
NodeContainer ueNodes;
enbNodes.Create (1);
ueNodes.Create (0);
ueNodes.Create (4);
// Install Mobility Model
MobilityHelper mobility;

View File

@@ -51,7 +51,7 @@ int main (int argc, char *argv[])
cmd.Parse (argc, argv);
// Enable LTE log components
lena.EnableLogComponents ();
//lena.EnableLogComponents ();
// Create Nodes: eNodeB and UE
NodeContainer enbNodes;
@@ -92,8 +92,8 @@ int main (int argc, char *argv[])
Simulator::Run ();
// Uncomment to show available paths
GtkConfigStore config;
config.ConfigureAttributes ();
//GtkConfigStore config;
//config.ConfigureAttributes ();
Simulator::Destroy ();