#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/mobility-module.h"
#include "ns3/lte-module.h"
#include "ns3/config-store.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 31 of file lena-simple.cc.
References ns3::LteHelper::ActivateEpsBearer(), ns3::LteHelper::Attach(), ns3::ConfigStore::ConfigureDefaults(), ns3::NodeContainer::Create(), ns3::EpcTft::Default(), ns3::Simulator::Destroy(), ns3::LteHelper::EnableTraces(), ns3::EpsBearer::GBR_CONV_VOICE, ns3::NetDeviceContainer::Get(), ns3::MobilityHelper::Install(), ns3::LteHelper::InstallEnbDevice(), ns3::LteHelper::InstallUeDevice(), ns3::CommandLine::Parse(), ns3::Simulator::Run(), ns3::Seconds(), ns3::MobilityHelper::SetMobilityModel(), and ns3::Simulator::Stop().