BearerData structure. More...
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 129 of file test-lte-x2-handover.cc.
uint32_t LteX2HandoverTestCase::BearerData::bid |
BID.
Definition at line 131 of file test-lte-x2-handover.cc.
uint32_t LteX2HandoverTestCase::BearerData::dlOldTotalRx |
DL old total receive.
Definition at line 134 of file test-lte-x2-handover.cc.
Ptr<PacketSink> LteX2HandoverTestCase::BearerData::dlSink |
DL sink.
Definition at line 132 of file test-lte-x2-handover.cc.
Referenced by LteX2HandoverTestCase::DoRun().
uint32_t LteX2HandoverTestCase::BearerData::ulOldTotalRx |
UL old total receive.
Definition at line 135 of file test-lte-x2-handover.cc.
Ptr<PacketSink> LteX2HandoverTestCase::BearerData::ulSink |
UL sink.
Definition at line 133 of file test-lte-x2-handover.cc.
Referenced by LteX2HandoverTestCase::DoRun().