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

Method msCountUSFGrant

GPRS/MSInfo.cpp:159–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void 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
174const char *RROperatingMode::name(RROperatingMode::type mode)

Callers 1

findNeedyUSFFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected