A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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.
 

Public Attributes

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

Detailed Description

Custom structure for testing UE downlink data.

Definition at line 51 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 68 of file epc-test-s1u-downlink.cc.

Member Data Documentation

◆ clientApp

Ptr<Application> UeDlTestData::clientApp

Client application.

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

◆ numPkts

uint32_t UeDlTestData::numPkts

number of packets

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

◆ pktSize

uint32_t UeDlTestData::pktSize

packet size

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

◆ serverApp

Ptr<PacketSink> UeDlTestData::serverApp

Server application.

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


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