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

Method msFailUSFs

GPRS/MSInfo.cpp:230–236  ·  view source on GitHub ↗

The TBF died, so reserve the USF resources for 5 seconds.

Source from the content-addressed store, hash-verified

228
229// The TBF died, so reserve the USF resources for 5 seconds.
230void MSInfo::msFailUSFs()
231{
232 PDCHL1Uplink *up;
233 RN_FOR_ALL(PDCHL1UplinkList_t,msPCHUps,up) {
234 up->mchParent->freeUSF(this,true);
235 }
236}
237
238//void MSInfo::setUSFGrantBSN(int usf)
239//{

Callers 1

mtCancelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected