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

Method setMaxDelay

TRXManager/TRXManager.cpp:520–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520bool ::ARFCNManager::setMaxDelay(unsigned km)
521{
522 int status = sendCommand("SETMAXDLY",km);
523 if (status!=0) {
524 LOG(ALERT) << "SETMAXDLY failed with status " << status;
525 return false;
526 }
527 return true;
528}
529
530signed ::ARFCNManager::setRxGain(signed rxGain)
531{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected