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