BearerData structure. More...
Public Attributes | |
uint32_t | bid |
BID. | |
uint32_t | dlOldTotalRx |
DL old total receive. | |
Ptr< PacketSink > | dlSink |
DL sink. | |
uint32_t | ulOldTotalRx |
UL old total receive. | |
Ptr< PacketSink > | ulSink |
UL sink. | |
BearerData structure.
Definition at line 118 of file test-lte-x2-handover.cc.
uint32_t LteX2HandoverTestCase::BearerData::bid |
BID.
Definition at line 120 of file test-lte-x2-handover.cc.
uint32_t LteX2HandoverTestCase::BearerData::dlOldTotalRx |
DL old total receive.
Definition at line 123 of file test-lte-x2-handover.cc.
Ptr<PacketSink> LteX2HandoverTestCase::BearerData::dlSink |
DL sink.
Definition at line 121 of file test-lte-x2-handover.cc.
Referenced by LteX2HandoverTestCase::DoRun().
uint32_t LteX2HandoverTestCase::BearerData::ulOldTotalRx |
UL old total receive.
Definition at line 124 of file test-lte-x2-handover.cc.
Ptr<PacketSink> LteX2HandoverTestCase::BearerData::ulSink |
UL sink.
Definition at line 122 of file test-lte-x2-handover.cc.
Referenced by LteX2HandoverTestCase::DoRun().