A Discrete-Event Network Simulator
API
LteX2HandoverTestCase::BearerData Struct Reference

BearerData structure. More...

+ Collaboration diagram for LteX2HandoverTestCase::BearerData:

Public Attributes

uint32_t bid
 BID. More...
 
uint32_t dlOldTotalRx
 DL old total receive. More...
 
Ptr< PacketSinkdlSink
 DL sink. More...
 
uint32_t ulOldTotalRx
 UL old total receive. More...
 
Ptr< PacketSinkulSink
 UL sink. More...
 

Detailed Description

BearerData structure.

Definition at line 122 of file test-lte-x2-handover.cc.

Member Data Documentation

◆ bid

uint32_t LteX2HandoverTestCase::BearerData::bid

BID.

Definition at line 124 of file test-lte-x2-handover.cc.

◆ dlOldTotalRx

uint32_t LteX2HandoverTestCase::BearerData::dlOldTotalRx

DL old total receive.

Definition at line 127 of file test-lte-x2-handover.cc.

◆ dlSink

Ptr<PacketSink> LteX2HandoverTestCase::BearerData::dlSink

DL sink.

Definition at line 125 of file test-lte-x2-handover.cc.

Referenced by LteX2HandoverTestCase::DoRun().

◆ ulOldTotalRx

uint32_t LteX2HandoverTestCase::BearerData::ulOldTotalRx

UL old total receive.

Definition at line 128 of file test-lte-x2-handover.cc.

◆ ulSink

Ptr<PacketSink> LteX2HandoverTestCase::BearerData::ulSink

UL sink.

Definition at line 126 of file test-lte-x2-handover.cc.

Referenced by LteX2HandoverTestCase::DoRun().


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