The TBF died, so reserve the USF resources for 5 seconds.
| 228 | |
| 229 | // The TBF died, so reserve the USF resources for 5 seconds. |
| 230 | void 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 | //{ |