Collaboration diagram for ns3::UeDlTestData:Public Member Functions | |
| UeDlTestData (uint32_t n, uint32_t s) | |
Public Attributes | |
| Ptr< Application > | clientApp |
| uint32_t | numPkts |
| uint32_t | pktSize |
| Ptr< PacketSink > | serverApp |
Definition at line 51 of file epc-test-s1u-downlink.cc.
| ns3::UeDlTestData::UeDlTestData | ( | uint32_t | n, |
| uint32_t | s | ||
| ) |
Definition at line 62 of file epc-test-s1u-downlink.cc.
| Ptr<Application> ns3::UeDlTestData::clientApp |
Definition at line 59 of file epc-test-s1u-downlink.cc.
| uint32_t ns3::UeDlTestData::numPkts |
Definition at line 55 of file epc-test-s1u-downlink.cc.
| uint32_t ns3::UeDlTestData::pktSize |
Definition at line 56 of file epc-test-s1u-downlink.cc.
| Ptr<PacketSink> ns3::UeDlTestData::serverApp |
Definition at line 58 of file epc-test-s1u-downlink.cc.