#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/mobility-module.h"
#include "ns3/config-store.h"
#include <ns3/buildings-helper.h>
#include <ns3/hybrid-buildings-propagation-loss-model.h>
#include <ns3/constant-position-mobility-model.h>
#include <iomanip>
#include <string>
#include <vector>
Go to the source code of this file.
$ ./ns3 run "buildings-pathloss-profiler [Program Options]"
–hEnb
–hUe
–enbIndoor
–ueIndoor
Definition in file buildings-pathloss-profiler.cc.