#include <epc-test-gtpu.h>
Public Member Functions | |
EpsGtpuHeaderTestCase () | |
virtual | ~EpsGtpuHeaderTestCase () |
![]() | |
virtual | ~TestCase () |
Private Member Functions | |
virtual void | DoRun (void) |
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) |
Test 1.Check header coding and decoding
Definition at line 42 of file epc-test-gtpu.h.
ns3::EpsGtpuHeaderTestCase::EpsGtpuHeaderTestCase | ( | ) |
|
virtual |
Definition at line 57 of file epc-test-gtpu.cc.
|
privatevirtual |
Definition at line 62 of file epc-test-gtpu.cc.
References ns3::Packet::AddHeader(), ns3::LOG_LEVEL_ALL, ns3::LOG_PREFIX_FUNC, ns3::LOG_PREFIX_TIME, ns3::LogComponentEnable(), NS_TEST_ASSERT_MSG_EQ, ns3::Packet::RemoveHeader(), ns3::GtpuHeader::SetExtensionHeaderFlag(), ns3::GtpuHeader::SetLength(), ns3::GtpuHeader::SetMessageType(), ns3::GtpuHeader::SetNextExtensionType(), ns3::GtpuHeader::SetNPduNumber(), ns3::GtpuHeader::SetNPduNumberFlag(), ns3::GtpuHeader::SetProtocolType(), ns3::GtpuHeader::SetSequenceNumber(), ns3::GtpuHeader::SetSequenceNumberFlag(), ns3::GtpuHeader::SetTeid(), and ns3::GtpuHeader::SetVersion().