#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>
#include <ns3/log.h>
Go to the source code of this file.
Classes | |
class | DownlinkGlobalPathlossDatabase |
class | GlobalPathlossDatabase |
class | UplinkGlobalPathlossDatabase |
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("InterCellInterference") |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 130 of file lena-pathloss-traces.cc.
References ns3::LteHelper::ActivateEpsBearer(), ns3::ListPositionAllocator::Add(), ns3::CommandLine::AddValue(), ns3::LteHelper::Attach(), ns3::ConfigStore::ConfigureDefaults(), ns3::Config::Connect(), ns3::NodeContainer::Create(), ns3::EpcTft::Default(), 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::MakeCallback(), ns3::CommandLine::Parse(), GlobalPathlossDatabase::Print(), ns3::Simulator::Run(), ns3::Seconds(), ns3::ObjectBase::SetAttribute(), ns3::MobilityHelper::SetMobilityModel(), ns3::MobilityHelper::SetPositionAllocator(), ns3::Simulator::Stop(), DownlinkGlobalPathlossDatabase::UpdatePathloss(), and UplinkGlobalPathlossDatabase::UpdatePathloss().
NS_LOG_COMPONENT_DEFINE | ( | "InterCellInterference" | ) |