Custom test structure to hold information of data transmitted in the uplink per UE. More...
 Collaboration diagram for UeUlTestData:
 Collaboration diagram for UeUlTestData:| Public Member Functions | |
| UeUlTestData (uint32_t n, uint32_t s, uint16_t r, uint8_t l) | |
| Constructor.  More... | |
| Public Attributes | |
| uint8_t | bid | 
| the BID  More... | |
| Ptr< Application > | clientApp | 
| the client application  More... | |
| uint32_t | numPkts | 
| the number of packets sent  More... | |
| uint32_t | pktSize | 
| the packet size  More... | |
| uint16_t | rnti | 
| the RNTI  More... | |
| Ptr< PacketSink > | serverApp | 
| the server application  More... | |
Custom test structure to hold information of data transmitted in the uplink per UE.
Definition at line 264 of file epc-test-s1u-uplink.cc.
| UeUlTestData::UeUlTestData | ( | uint32_t | n, | 
| uint32_t | s, | ||
| uint16_t | r, | ||
| uint8_t | l | ||
| ) | 
Constructor.
| n | number of packets | 
| s | packet size | 
| r | the RNTI | 
| l | the BID | 
Definition at line 285 of file epc-test-s1u-uplink.cc.
| uint8_t UeUlTestData::bid | 
the BID
Definition at line 279 of file epc-test-s1u-uplink.cc.
| Ptr<Application> UeUlTestData::clientApp | 
the client application
Definition at line 282 of file epc-test-s1u-uplink.cc.
| uint32_t UeUlTestData::numPkts | 
the number of packets sent
Definition at line 276 of file epc-test-s1u-uplink.cc.
| uint32_t UeUlTestData::pktSize | 
the packet size
Definition at line 277 of file epc-test-s1u-uplink.cc.
| uint16_t UeUlTestData::rnti | 
the RNTI
Definition at line 278 of file epc-test-s1u-uplink.cc.
| Ptr<PacketSink> UeUlTestData::serverApp | 
the server application
Definition at line 281 of file epc-test-s1u-uplink.cc.