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

Function AlignRadioServiceLoopAdapter

TransceiverRAD1/radioInterface.cpp:269–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void *AlignRadioServiceLoopAdapter(RadioInterface *radioInterface)
270{
271 while (1) {
272 radioInterface->alignRadio();
273 pthread_testcancel();
274 }
275 return NULL;
276}
277
278void RadioInterface::alignRadio() {
279 sleep(60);

Callers

nothing calls this directly

Calls 1

alignRadioMethod · 0.45

Tested by

no test coverage detected