Custom structure for testing UE downlink data. More...
Public Member Functions | |
UeDlTestData (uint32_t n, uint32_t s) | |
Constructor. More... | |
Public Attributes | |
Ptr< Application > | clientApp |
Client application. More... | |
uint32_t | numPkts |
number of packets More... | |
uint32_t | pktSize |
packet size More... | |
Ptr< PacketSink > | serverApp |
Server application. More... | |
Custom structure for testing UE downlink data.
Definition at line 51 of file epc-test-s1u-downlink.cc.
UeDlTestData::UeDlTestData | ( | uint32_t | n, |
uint32_t | s | ||
) |
Constructor.
n | number of packets |
s | packet size |
Definition at line 68 of file epc-test-s1u-downlink.cc.
Ptr<Application> UeDlTestData::clientApp |
Client application.
Definition at line 65 of file epc-test-s1u-downlink.cc.
uint32_t UeDlTestData::numPkts |
number of packets
Definition at line 61 of file epc-test-s1u-downlink.cc.
uint32_t UeDlTestData::pktSize |
packet size
Definition at line 62 of file epc-test-s1u-downlink.cc.
Ptr<PacketSink> UeDlTestData::serverApp |
Server application.
Definition at line 64 of file epc-test-s1u-downlink.cc.