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

Method writeClockInterface

TransceiverRAD1/Transceiver.cpp:852–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850
851
852void Transceiver::writeClockInterface()
853{
854 char command[50];
855 // FIME -- See tracker #315.
856 //sprintf(command,"IND CLOCK %llu",(unsigned long long) (mTransmitDeadlineClock.FN()+10));
857 sprintf(command,"IND CLOCK %llu",(unsigned long long) (mTransmitDeadlineClock.FN()+2));
858
859 LOG(INFO) << "ClockInterface: sending " << command;
860
861 mClockSocket.write(command,strlen(command)+1);
862
863 mLastClockUpdateTime = mTransmitDeadlineClock;
864
865}
866
867void *FIFOServiceLoopAdapter(Transceiver *transceiver)
868{

Calls 2

FNMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected