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

Function ControlServiceLoopAdapter

TransceiverRAD1/Transceiver.cpp:890–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888
889
890void *ControlServiceLoopAdapter(ThreadStruct *ts)
891{
892 Transceiver *transceiver = ts->trx;
893 unsigned CN = ts->CN;
894 while (1) {
895 transceiver->driveControl(CN);
896 pthread_testcancel();
897 }
898 return NULL;
899}
900
901void *DemodServiceLoopAdapter(Demodulator *demodulator)
902{

Callers

nothing calls this directly

Calls 1

driveControlMethod · 0.45

Tested by

no test coverage detected