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

Function ControlServiceLoopAdapter

Transceiver52M/Transceiver.cpp:844–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844void *ControlServiceLoopAdapter(Transceiver *transceiver)
845{
846 while (1) {
847 transceiver->driveControl();
848 pthread_testcancel();
849 }
850 return NULL;
851}
852
853void *TransmitPriorityQueueServiceLoopAdapter(Transceiver *transceiver)
854{

Callers

nothing calls this directly

Calls 1

driveControlMethod · 0.45

Tested by

no test coverage detected