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