A Discrete-Event Network Simulator
API
UeDlTestData Struct Reference

Custom structure for testing UE downlink data. More...

+ Collaboration diagram for UeDlTestData:

Public Member Functions

 UeDlTestData (uint32_t n, uint32_t s)
 Constructor. More...
 

Public Attributes

Ptr< ApplicationclientApp
 Client application. More...
 
uint32_t numPkts
 number of packets More...
 
uint32_t pktSize
 packet size More...
 
Ptr< PacketSinkserverApp
 Server application. More...
 

Detailed Description

Custom structure for testing UE downlink data.

Definition at line 55 of file epc-test-s1u-downlink.cc.

Constructor & Destructor Documentation

◆ UeDlTestData()

UeDlTestData::UeDlTestData ( uint32_t  n,
uint32_t  s 
)

Constructor.

Parameters
nnumber of packets
spacket size

Definition at line 72 of file epc-test-s1u-downlink.cc.

Member Data Documentation

◆ clientApp

Ptr<Application> UeDlTestData::clientApp

Client application.

Definition at line 69 of file epc-test-s1u-downlink.cc.

◆ numPkts

uint32_t UeDlTestData::numPkts

number of packets

Definition at line 65 of file epc-test-s1u-downlink.cc.

◆ pktSize

uint32_t UeDlTestData::pktSize

packet size

Definition at line 66 of file epc-test-s1u-downlink.cc.

◆ serverApp

Ptr<PacketSink> UeDlTestData::serverApp

Server application.

Definition at line 68 of file epc-test-s1u-downlink.cc.


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