23 #include "ns3/core-module.h" 24 #include "ns3/network-module.h" 25 #include "ns3/mobility-module.h" 26 #include "ns3/lte-module.h" 27 #include "ns3/config-store.h" 28 #include "ns3/spectrum-module.h" 29 #include <ns3/buildings-helper.h> 34 int main (
int argc,
char *argv[])
37 cmd.Parse (argc, argv);
49 cmd.Parse (argc, argv);
64 mobility.SetMobilityModel (
"ns3::ConstantPositionMobilityModel");
67 mobility.SetMobilityModel (
"ns3::ConstantPositionMobilityModel");
81 lteHelper->
Attach (ueDevs, enbDevs.
Get (0));
Introspection did not find any typical Config paths.
Ptr< NetDevice > Get(uint32_t i) const
Get the Ptr<NetDevice> stored in this container at a given index.
NetDeviceContainer InstallEnbDevice(NodeContainer c)
Create a set of eNodeB devices.
Hold variables of type string.
static void Run(void)
Run the simulation.
void Attach(NetDeviceContainer ueDevices)
Enables automatic attachment of a set of UE devices to a suitable cell using Idle mode initial cell s...
void ActivateDataRadioBearer(NetDeviceContainer ueDevices, EpsBearer bearer)
Activate a Data Radio Bearer on a given UE devices (for LTE-only simulation).
This class contains the specification of EPS Bearers.
static void MakeMobilityModelConsistent()
This method goes through the whole NodeList and, for each node in the list, calls BuildingsHelper::Ma...
holds a vector of ns3::NetDevice pointers
Parse command-line arguments.
static void Destroy(void)
Execute the events scheduled with ScheduleDestroy().
void ConfigureDefaults(void)
Configure the default values.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
keep track of a set of node pointers.
void Install()
Deploy the RemSpectrumPhy objects that generate the map according to the specified settings...
NetDeviceContainer InstallUeDevice(NodeContainer c)
Create a set of UE devices.
Helper class used to assign positions and mobility models to nodes.
void Create(uint32_t n)
Create n nodes and append pointers to them to the end of this NodeContainer.
This class can be used to hold variables of floating point type such as 'double' or 'float'...
void SetAttribute(std::string name, const AttributeValue &value)
Set a single attribute, raising fatal errors if unsuccessful.
static void Install(Ptr< Node > node)
Install the MobilityBuildingInfo to a node.