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

Method powerOn

TRXManager/TRXManager.cpp:445–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443
444
445bool ::ARFCNManager::powerOn(bool warn)
446{
447 int status = sendCommand("POWERON");
448 if (status!=0) {
449 if (warn) {
450 LOG(ALERT) << "POWERON failed with status " << status;
451 } else {
452 LOG(INFO) << "POWERON failed with status " << status;
453 }
454
455 return false;
456 }
457 return true;
458}
459
460bool ::ARFCNManager::trxRunning()
461{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected