From 3aeef4e50faf1d8ac50ea428f88aee6d76c1d32d Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 19 Oct 2016 18:43:46 +0000 Subject: [PATCH] filtering out odd logline happening in DMRplus-network --- include/functions.php | 2 ++ version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index ee5d4d6..55e1566 100644 --- a/include/functions.php +++ b/include/functions.php @@ -186,6 +186,8 @@ function getHeardList($logLines, $onlyLast) { continue; } else if(strpos($logLine,"overflow in the DMR slot RF queue")) { continue; + } else if(strpos($logLine,"bad LC received")) { + continue; } if(strpos($logLine,"end of") || strpos($logLine,"watchdog has expired") || strpos($logLine,"ended RF data") || strpos($logLine,"ended network")) { diff --git a/version.php b/version.php index b1ae34f..2f4b4ff 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@