Public Member Functions | |
EpcS1uDlTestCase (std::string name, std::vector< EnbDlTestData > v) | |
virtual | ~EpcS1uDlTestCase () |
![]() | |
virtual | ~TestCase () |
Private Member Functions | |
virtual void | DoRun (void) |
Private Attributes | |
std::vector< EnbDlTestData > | m_enbDlTestData |
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 73 of file epc-test-s1u-downlink.cc.
ns3::EpcS1uDlTestCase::EpcS1uDlTestCase | ( | std::string | name, |
std::vector< EnbDlTestData > | v | ||
) |
Definition at line 85 of file epc-test-s1u-downlink.cc.
|
virtual |
Definition at line 91 of file epc-test-s1u-downlink.cc.
|
privatevirtual |
Definition at line 96 of file epc-test-s1u-downlink.cc.
References ns3::EpcHelper::ActivateEpsBearer(), ns3::NodeContainer::Add(), ns3::EpcHelper::AddEnb(), ns3::Ipv4StaticRouting::AddNetworkRouteTo(), ns3::Ipv4AddressHelper::Assign(), ns3::EpcHelper::AssignUeIpv4Address(), ns3::NodeContainer::Create(), ns3::EpcTft::Default(), ns3::Simulator::Destroy(), ns3::ApplicationContainer::Get(), ns3::NetDeviceContainer::Get(), ns3::NodeContainer::Get(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::Ipv4Address::GetAny(), ns3::NetDeviceContainer::GetN(), ns3::NodeContainer::GetN(), ns3::Object::GetObject(), ns3::EpcHelper::GetPgwNode(), ns3::Ipv4StaticRoutingHelper::GetStaticRouting(), ns3::PacketSinkHelper::Install(), ns3::CsmaHelper::Install(), ns3::PointToPointHelper::Install(), ns3::InternetStackHelper::Install(), m_enbDlTestData, NS_TEST_ASSERT_MSG_EQ, port, ns3::TestCase::Run(), ns3::Seconds(), ns3::ObjectBase::SetAttribute(), ns3::UdpEchoClientHelper::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::Config::SetDefault(), ns3::PointToPointHelper::SetDeviceAttribute(), ns3::ApplicationContainer::Start(), and ns3::ApplicationContainer::Stop().
|
private |
Definition at line 81 of file epc-test-s1u-downlink.cc.
Referenced by DoRun().