Removed GTK pop up on example script. Set values for profiling script to the standard ones
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "ns3/mobility-module.h"
|
||||
#include "ns3/lte-module.h"
|
||||
#include "ns3/config-store.h"
|
||||
#include "ns3/gtk-config-store.h"
|
||||
//#include "ns3/gtk-config-store.h"
|
||||
#include <ns3/buildings-propagation-loss-model.h>
|
||||
|
||||
#include <iomanip>
|
||||
@@ -210,8 +210,8 @@ main (int argc, char *argv[])
|
||||
|
||||
Simulator::Run();
|
||||
|
||||
GtkConfigStore config;
|
||||
config.ConfigureAttributes ();
|
||||
/*GtkConfigStore config;
|
||||
config.ConfigureAttributes ();*/
|
||||
|
||||
Simulator::Destroy();
|
||||
return 0;
|
||||
|
||||
@@ -12,8 +12,7 @@ print FILE "#sTime\tnFloors\tnEnb\tnUe\trTime\trTDev\n";
|
||||
my @nUe = ( 1, 5, 10, 15, 20, 25, 30 );
|
||||
my @nEnb = ( 1, 2, 4, 6, 8, 12, 14, 18, 22 );
|
||||
my @nFloors = ( 0, 1 );
|
||||
#$my @simTime = ( 1, 5, 10, 20 );
|
||||
my @simTime = ( 1 );
|
||||
my @simTime = ( 1, 5, 10, 20, 30, 40 );
|
||||
|
||||
my $traceDirectory = ".";
|
||||
my $traceDirectory = getcwd() . "/";
|
||||
|
||||
Reference in New Issue
Block a user