|
@@ -63,12 +63,6 @@ class ZtePonStatsCommand extends BaseCommand
|
|
$voltage = $this->getSNMP("oltPonOpticalVltage","ponVoltage");
|
|
$voltage = $this->getSNMP("oltPonOpticalVltage","ponVoltage");
|
|
$biasCurrent = $this->getSNMP("oltPonOpticalCurrent","ponBiasCurrent");
|
|
$biasCurrent = $this->getSNMP("oltPonOpticalCurrent","ponBiasCurrent");
|
|
|
|
|
|
- /* print_r($rxPower);
|
|
|
|
- print_r($txPower);
|
|
|
|
- print_r($temperature);
|
|
|
|
- print_r($voltage);
|
|
|
|
- print_r($biasCurrent); */
|
|
|
|
-
|
|
|
|
$ponStatsCached = $sendData = array();
|
|
$ponStatsCached = $sendData = array();
|
|
|
|
|
|
$subId = $this->d_s;
|
|
$subId = $this->d_s;
|