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

Method tuMapRemove

SIP/SIP2Interface.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void SipTUMap::tuMapRemove(SipTransaction*tup, bool /*whine*/) {
230 LOG(DEBUG) <<LOGVAR(tup);
231 mTUMap.remove(tuMakeKey(tup)); // This deletes it!
232}
233
234void SipTUMap::tuMapPeriodicService() {
235 ScopedLock lock(mTUMap.qGetLock());

Callers 1

tuMapPeriodicServiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected