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

Function csl3ThreadLoop

Control/L3StateMachine.cpp:1068–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066
1067
1068static void *csl3ThreadLoop(void *unusedArg)
1069{
1070 while (1) { gCSL3StateMachine.csl3ServiceLoop(); }
1071 return NULL;
1072}
1073
1074void CSL3StateMachine::csl3Start()
1075{

Callers

nothing calls this directly

Calls 1

csl3ServiceLoopMethod · 0.80

Tested by

no test coverage detected