diff --git a/include/functions.php b/include/functions.php index dafb80c..9196c5a 100644 --- a/include/functions.php +++ b/include/functions.php @@ -218,6 +218,11 @@ function getHeardList($logLines, $onlyLast) { $ysfloss = $loss; $ysfber = $ber; break; + case "P25": + $p25duration = $duration; + $p25loss = $loss; + $p25ber = $ber; + break; } } } @@ -263,6 +268,11 @@ function getHeardList($logLines, $onlyLast) { $loss = $ysfloss; $ber = $ysfber; break; + case "P25": + $duration = $p25duration; + $loss = $p25loss; + $ber = $p25ber; + break; } // Callsign or ID should be less than 11 chars long, otherwise it could be errorneous