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

Function driveLoop2

SIP/SIP2Interface.cpp:675–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675static void driveLoop2( SipInterface * si)
676{
677 while (true) {
678 si->siDrive2();
679 }
680}
681
682// (pat) Every now and then check every SipDialog engine for SIP timer expiration.
683static void periodicServiceLoop(SipInterface *si)

Callers

nothing calls this directly

Calls 1

siDrive2Method · 0.80

Tested by

no test coverage detected