| 157 | } |
| 158 | |
| 159 | void MSInfo::msCountUSFGrant(bool penalize) |
| 160 | { |
| 161 | // It does not matter that this is not the exact slot when the USF was granted, |
| 162 | // because the msLastUsfGrant is used only to compare the same value in other MS. |
| 163 | msLastUsfGrant = gBSNNext; |
| 164 | msNumDataUSFGrants++; |
| 165 | // Note: We are supposed to set N3101 if the uplink USF block |
| 166 | // is unused, not when we grant it - so add a bit to |
| 167 | // the N3101 max count to account for this. |
| 168 | if (penalize) { |
| 169 | msN3101++; |
| 170 | } |
| 171 | } |
| 172 | |
| 173 | |
| 174 | const char *RROperatingMode::name(RROperatingMode::type mode) |