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

Method wantsMultislot

GPRS/TBF.cpp:1195–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193}
1194
1195bool 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.

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected