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

Method writeClockInterface

Transceiver52M/Transceiver.cpp:810–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808
809
810void Transceiver::writeClockInterface()
811{
812 char command[50];
813 // FIXME -- This should be adaptive.
814 sprintf(command,"IND CLOCK %llu",(unsigned long long) (mTransmitDeadlineClock.FN()+2));
815
816 LOG(INFO) << "ClockInterface: sending " << command;
817
818 mClockSocket.write(command,strlen(command)+1);
819
820 mLastClockUpdateTime = mTransmitDeadlineClock;
821
822}
823
824void *RxServiceLoopAdapter(Transceiver *transceiver)
825{

Calls 2

FNMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected