Public Member Functions | |
BearerTestData (uint32_t n, uint32_t s, double i) | |
Constructor. | |
Public Attributes | |
Ptr< Application > | dlClientApp |
the DL client app | |
Ptr< PacketSink > | dlServerApp |
the DL server app | |
Time | interPacketInterval |
the inter packet interval time | |
uint32_t | numPkts |
the number of packets | |
uint32_t | pktSize |
the packet size | |
Ptr< Application > | ulClientApp |
the UL client app | |
Ptr< PacketSink > | ulServerApp |
the UL server app | |
BearerTestData structure
Definition at line 39 of file test-lte-epc-e2e-data.cc.
Constructor.
n | the number of packets |
s | the packet size |
i | the inter packet interval in seconds |
Definition at line 61 of file test-lte-epc-e2e-data.cc.
Ptr<Application> BearerTestData::dlClientApp |
the DL client app
Definition at line 55 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
Ptr<PacketSink> BearerTestData::dlServerApp |
the DL server app
Definition at line 54 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
Time BearerTestData::interPacketInterval |
the inter packet interval time
Definition at line 52 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
uint32_t BearerTestData::numPkts |
the number of packets
Definition at line 50 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
uint32_t BearerTestData::pktSize |
the packet size
Definition at line 51 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
Ptr<Application> BearerTestData::ulClientApp |
the UL client app
Definition at line 58 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
Ptr<PacketSink> BearerTestData::ulServerApp |
the UL server app
Definition at line 57 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().