#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"
#include "ns3/radio-bearer-stats-calculator.h"
#include <iomanip>
#include <string>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
This simulation script creates two eNodeBs and drops randomly several UEs in a disc around them (same number on both). More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
This simulation script creates two eNodeBs and drops randomly several UEs in a disc around them (same number on both).
The number of UEs , the radius of that disc and the distance between the eNodeBs can be configured.
Definition at line 40 of file lena-intercell-interference.cc.
References ns3::LteHelper::ActivateDataRadioBearer(), ns3::ListPositionAllocator::Add(), ns3::CommandLine::AddValue(), ns3::LteHelper::Attach(), ns3::ConfigStore::ConfigureDefaults(), ns3::NodeContainer::Create(), ns3::Simulator::Destroy(), ns3::LteHelper::EnableMacTraces(), ns3::LteHelper::EnableRlcTraces(), ns3::EpsBearer::GBR_CONV_VOICE, ns3::IntegerValue::Get(), ns3::NetDeviceContainer::Get(), ns3::GlobalValue::GetValueByName(), ns3::MobilityHelper::Install(), ns3::LteHelper::InstallEnbDevice(), ns3::LteHelper::InstallUeDevice(), ns3::CommandLine::Parse(), ns3::Simulator::Run(), ns3::ObjectBase::SetAttribute(), ns3::MobilityHelper::SetMobilityModel(), ns3::MobilityHelper::SetPositionAllocator(), and ns3::Simulator::Stop().