Public Member Functions | |
LteEnbAntennaTestCase (double orientationDegrees, double beamwidthDegrees, double x, double y, double antennaGainDb) | |
LteEnbAntennaTestCase () | |
virtual | ~LteEnbAntennaTestCase () |
![]() | |
virtual | ~TestCase () |
Static Public Member Functions | |
static std::string | BuildNameString (double orientationDegrees, double beamwidthDegrees, double x, double y) |
Private Member Functions | |
virtual void | DoRun (void) |
Private Attributes | |
double | m_antennaGainDb |
double | m_beamwidthDegrees |
double | m_orientationDegrees |
double | m_x |
double | m_y |
Additional Inherited Members | |
![]() | |
TestCase (std::string name) | |
void | AddTestCase (TestCase *testCase) |
Add an individual test case to this test suite. | |
std::string | CreateDataDirFilename (std::string filename) |
std::string | CreateTempDirFilename (std::string filename) |
bool | GetErrorStatus (void) const NS_DEPRECATED |
std::string | GetName (void) const |
bool | IsStatusFailure (void) const |
bool | IsStatusSuccess (void) const |
bool | MustAssertOnFailure (void) const |
bool | MustContinueOnFailure (void) const |
void | ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) |
void | SetDataDir (std::string directory) |
Definition at line 43 of file test-lte-antenna.cc.
ns3::LteEnbAntennaTestCase::LteEnbAntennaTestCase | ( | double | orientationDegrees, |
double | beamwidthDegrees, | ||
double | x, | ||
double | y, | ||
double | antennaGainDb | ||
) |
Definition at line 75 of file test-lte-antenna.cc.
References NS_LOG_FUNCTION.
ns3::LteEnbAntennaTestCase::LteEnbAntennaTestCase | ( | ) |
|
virtual |
Definition at line 86 of file test-lte-antenna.cc.
|
static |
Definition at line 64 of file test-lte-antenna.cc.
|
privatevirtual |
Definition at line 91 of file test-lte-antenna.cc.
References ns3::LteHelper::ActivateEpsBearer(), ns3::LteSpectrumPhy::AddSinrChunkProcessor(), ns3::LteHelper::Attach(), ns3::NodeContainer::Create(), ns3::EpcTft::Default(), ns3::Simulator::Destroy(), ns3::NetDeviceContainer::Get(), ns3::LtePhy::GetDownlinkSpectrumPhy(), ns3::Object::GetObject(), ns3::LtePhy::GetUplinkSpectrumPhy(), ns3::MobilityHelper::Install(), ns3::LteHelper::InstallEnbDevice(), ns3::LteHelper::InstallUeDevice(), m_antennaGainDb, m_beamwidthDegrees, m_orientationDegrees, m_x, m_y, ns3::EpsBearer::NGBR_VIDEO_TCP_DEFAULT, NS_TEST_ASSERT_MSG_EQ_TOL, ns3::TestCase::Run(), ns3::Seconds(), ns3::ObjectBase::SetAttribute(), ns3::LteHelper::SetEnbAntennaModelAttribute(), ns3::LteHelper::SetEnbAntennaModelType(), ns3::MobilityHelper::SetMobilityModel(), ns3::LteHelper::SetPathlossModelAttribute(), ns3::MobilityHelper::SetPositionAllocator(), ns3::LteHelper::SetSchedulerType(), and ns3::Simulator::Stop().
|
private |
Definition at line 58 of file test-lte-antenna.cc.
Referenced by DoRun().
|
private |
Definition at line 55 of file test-lte-antenna.cc.
Referenced by DoRun().
|
private |
Definition at line 54 of file test-lte-antenna.cc.
Referenced by DoRun().
|
private |
Definition at line 56 of file test-lte-antenna.cc.
Referenced by DoRun().
|
private |
Definition at line 57 of file test-lte-antenna.cc.
Referenced by DoRun().