22 #include "ns3/core-module.h"
23 #include "ns3/network-module.h"
24 #include "ns3/mobility-module.h"
25 #include "ns3/lte-module.h"
26 #include "ns3/config-store.h"
27 #include <ns3/string.h>
29 #include <ns3/buildings-helper.h>
34 int main (
int argc,
char *argv[])
37 cmd.
Parse (argc, argv);
58 std::ifstream ifTraceFile;
59 ifTraceFile.open (
"../../src/lte/model/fading-traces/fading_trace_EPA_3kmph.fad", std::ifstream::in);
60 if (ifTraceFile.good ())
104 lteHelper->
Attach (ueDevs, enbDevs.
Get (0));
smart pointer class similar to boost::intrusive_ptr
NetDeviceContainer InstallEnbDevice(NodeContainer c)
hold variables of type string
Ptr< NetDevice > Get(uint32_t i) const
Get the Ptr stored in this container at a given index.
void ActivateDataRadioBearer(NetDeviceContainer ueDevices, EpsBearer bearer)
void Install(Ptr< Node > node) const
"Layout" a single node according to the current position allocator type.
hold objects of type ns3::Time
Hold an unsigned integer type.
void Attach(NetDeviceContainer ueDevices, Ptr< NetDevice > enbDevice)
holds a vector of ns3::NetDevice pointers
Parse command-line arguments.
static void Destroy(void)
void SetFadingModelAttribute(std::string n, const AttributeValue &v)
keep track of a set of node pointers.
void SetMobilityModel(std::string type, std::string n1="", const AttributeValue &v1=EmptyAttributeValue(), std::string n2="", const AttributeValue &v2=EmptyAttributeValue(), std::string n3="", const AttributeValue &v3=EmptyAttributeValue(), std::string n4="", const AttributeValue &v4=EmptyAttributeValue(), std::string n5="", const AttributeValue &v5=EmptyAttributeValue(), std::string n6="", const AttributeValue &v6=EmptyAttributeValue(), std::string n7="", const AttributeValue &v7=EmptyAttributeValue(), std::string n8="", const AttributeValue &v8=EmptyAttributeValue(), std::string n9="", const AttributeValue &v9=EmptyAttributeValue())
NetDeviceContainer InstallUeDevice(NodeContainer c)
Helper class used to assign positions and mobility models to nodes.
void Parse(int argc, char *argv[])
int main(int argc, char *argv[])
void Create(uint32_t n)
Create n nodes and append pointers to them to the end of this NodeContainer.
void SetAttribute(std::string name, const AttributeValue &value)
static void Install(Ptr< Node > node)