Contains ASN encoding test utility functions. More...
Static Public Member Functions | |
static void | LogPacketContents (Ptr< Packet > pkt) |
Function to log packet contents. | |
template<class T > | |
static void | LogPacketInfo (T source, std::string s) |
Function to log packet info. | |
static std::string | sprintPacketContentsBin (Ptr< Packet > pkt) |
Function to convert packet contents in binary format. | |
static std::string | sprintPacketContentsHex (Ptr< Packet > pkt) |
Function to convert packet contents in hex format. | |
Contains ASN encoding test utility functions.
Definition at line 32 of file test-asn1-encoding.cc.
Function to log packet contents.
pkt | the packet |
Definition at line 73 of file test-asn1-encoding.cc.
References NS_LOG_DEBUG, sprintPacketContentsBin(), and sprintPacketContentsHex().
Referenced by HandoverPreparationInfoTestCase::DoRun(), MeasurementReportTestCase::DoRun(), RrcConnectionReconfigurationCompleteTestCase::DoRun(), RrcConnectionReconfigurationTestCase::DoRun(), RrcConnectionReestablishmentCompleteTestCase::DoRun(), RrcConnectionReestablishmentRequestTestCase::DoRun(), RrcConnectionReestablishmentTestCase::DoRun(), RrcConnectionRejectTestCase::DoRun(), RrcConnectionRequestTestCase::DoRun(), RrcConnectionSetupCompleteTestCase::DoRun(), and RrcConnectionSetupTestCase::DoRun().
|
inlinestatic |
Function to log packet info.
source | T |
s | the string |
Definition at line 86 of file test-asn1-encoding.cc.
References NS_LOG_DEBUG.
Referenced by HandoverPreparationInfoTestCase::DoRun(), MeasurementReportTestCase::DoRun(), RrcConnectionReconfigurationCompleteTestCase::DoRun(), RrcConnectionReconfigurationTestCase::DoRun(), RrcConnectionReestablishmentCompleteTestCase::DoRun(), RrcConnectionReestablishmentRequestTestCase::DoRun(), RrcConnectionReestablishmentTestCase::DoRun(), RrcConnectionRejectTestCase::DoRun(), RrcConnectionRequestTestCase::DoRun(), RrcConnectionSetupCompleteTestCase::DoRun(), and RrcConnectionSetupTestCase::DoRun().
Function to convert packet contents in binary format.
pkt | the packet |
Definition at line 57 of file test-asn1-encoding.cc.
Referenced by LogPacketContents().
Function to convert packet contents in hex format.
pkt | the packet |
Definition at line 40 of file test-asn1-encoding.cc.
Referenced by LogPacketContents().