minor changes in example programs
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user