| 1193 | } |
| 1194 | |
| 1195 | bool TBF::wantsMultislot() |
| 1196 | { |
| 1197 | if (mtDir == RLCDir::Down) { |
| 1198 | return mtMS->msPCHDowns.size() >= 2; |
| 1199 | } else { |
| 1200 | return mtMS->msPCHUps.size() >= 2; |
| 1201 | } |
| 1202 | } |
| 1203 | |
| 1204 | // If we get a response to TbfRelease, try to restart the TBF. |
| 1205 | // Return true if we sent something on the downlink. |