ConfigStore functionality added to lena-rlc-calculator example

This commit is contained in:
Nicola Baldo
2011-04-18 17:20:46 +02:00
parent 01d17fd1f7
commit e36e94851d

View File

@@ -24,9 +24,8 @@
#include "ns3/mobility-module.h"
#include "ns3/lte-module.h"
#include "ns3/rlc-stats-calculator.h"
#include "ns3/gtk-config-store.h"
#include "ns3/config-store.h"
//#include "ns3/gtk-config-store.h"
using namespace ns3;
@@ -62,6 +61,12 @@ int main (int argc, char *argv[])
CommandLine cmd;
cmd.Parse (argc, argv);
ConfigStore inputConfig;
inputConfig.ConfigureDefaults ();
// parse again so you can override default values from the command line
cmd.Parse (argc, argv);
// Enable LTE log components
//lena.EnableLogComponents ();