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

Method mtDelete

GPRS/TBF.cpp:198–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196//}
197
198void TBF::mtDelete(bool forever)
199{
200 devassert(! mtAttached);
201 //mtDetach(); // Did this already, but be safe and call again.
202 mtMS->msForgetTBF(this);
203 gL2MAC.macForgetTBF(this,forever); // TBF destruction happens in here.
204}
205
206void MsgTransaction::text(std::ostream &os) const
207{

Callers 1

RN_MAC_FOR_ALL_TBFFunction · 0.80

Calls 2

msForgetTBFMethod · 0.80
macForgetTBFMethod · 0.80

Tested by

no test coverage detected