MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / HandoverEntry

Method HandoverEntry

Control/L3TranEntry.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87HandoverEntry::HandoverEntry(const TranEntry *tran) :
88 mMyTranID(tran->tranID()),
89 mHandoverOtherBSTransactionID(0)
90{
91};
92
93HandoverEntry *TranEntry::getHandoverEntry(bool create) const // It is not const, but we want C++ to be a happy compiler.
94{

Callers

nothing calls this directly

Calls 1

tranIDMethod · 0.45

Tested by

no test coverage detected