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

Method AccessGrantServiceLoop

Control/RadioResource.cpp:309–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307
308
309void* Control::AccessGrantServiceLoop(void*)
310{
311 while (true) {
312 ChannelRequestRecord *req = gBTS.nextChannelRequest();
313 if (!req) continue;
314 AccessGrantResponder(
315 req->RA(), req->frame(),
316 req->RSSI(), req->timingError()
317 );
318 delete req;
319 }
320 return NULL;
321}
322
323
324

Callers

nothing calls this directly

Calls 6

AccessGrantResponderFunction · 0.85
nextChannelRequestMethod · 0.80
frameMethod · 0.80
RAMethod · 0.45
RSSIMethod · 0.45
timingErrorMethod · 0.45

Tested by

no test coverage detected