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