A Discrete-Event Network Simulator
API
Public Member Functions | Public Attributes | List of all members
UeUlTestData Struct Reference

Custom test structure to hold information of data transmitted in the uplink per UE. More...

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< ApplicationclientApp
 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< PacketSinkserverApp
 the server application More...
 

Detailed Description

Custom test structure to hold information of data transmitted in the uplink per UE.

Definition at line 266 of file epc-test-s1u-uplink.cc.

Constructor & Destructor Documentation

◆ UeUlTestData()

UeUlTestData::UeUlTestData ( uint32_t  n,
uint32_t  s,
uint16_t  r,
uint8_t  l 
)

Constructor.

Parameters
nnumber of packets
spacket size
rthe RNTI
lthe BID

Definition at line 287 of file epc-test-s1u-uplink.cc.

Member Data Documentation

◆ bid

uint8_t UeUlTestData::bid

the BID

Definition at line 281 of file epc-test-s1u-uplink.cc.

◆ clientApp

Ptr<Application> UeUlTestData::clientApp

the client application

Definition at line 284 of file epc-test-s1u-uplink.cc.

◆ numPkts

uint32_t UeUlTestData::numPkts

the number of packets sent

Definition at line 278 of file epc-test-s1u-uplink.cc.

◆ pktSize

uint32_t UeUlTestData::pktSize

the packet size

Definition at line 279 of file epc-test-s1u-uplink.cc.

◆ rnti

uint16_t UeUlTestData::rnti

the RNTI

Definition at line 280 of file epc-test-s1u-uplink.cc.

◆ serverApp

Ptr<PacketSink> UeUlTestData::serverApp

the server application

Definition at line 283 of file epc-test-s1u-uplink.cc.


The documentation for this struct was generated from the following file: