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

Function AlignRadioServiceLoopAdapter

Transceiver52M/radioInterface.cpp:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170#ifdef USRP1
171void *AlignRadioServiceLoopAdapter(RadioInterface *radioInterface)
172{
173 while (1) {
174 radioInterface->alignRadio();
175 pthread_testcancel();
176 }
177 return NULL;
178}
179
180void RadioInterface::alignRadio() {
181 sleep(60);

Callers

nothing calls this directly

Calls 1

alignRadioMethod · 0.45

Tested by

no test coverage detected