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

Method terminationRequested

Control/L3TranEntry.cpp:840–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838
839
840bool TranEntry::terminationRequested()
841{
842 ScopedLock lock(mAnotherLock,__FILE__,__LINE__);
843 //if (isRemoved()) throw RemovedTransaction(tranID());
844 bool retVal = mTerminationRequested;
845 mTerminationRequested = false;
846 return retVal;
847}
848
849
850// The handover is from BS1 to BS2.

Callers 1

l3CallTrafficLoopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected