| 518 | } |
| 519 | |
| 520 | bool ::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 | |
| 530 | signed ::ARFCNManager::setRxGain(signed rxGain) |
| 531 | { |