From 1e2f952a9cc898970b51458ceee57b350e1f69c8 Mon Sep 17 00:00:00 2001
From: gabrielC <couturier.gabriel@gmail.com>
Date: Mon, 20 Mar 2017 09:18:02 +0100
Subject: [PATCH] Remove to frequent log in 20 MHz

---
 openair1/PHY/TOOLS/lte_phy_scope.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/openair1/PHY/TOOLS/lte_phy_scope.c b/openair1/PHY/TOOLS/lte_phy_scope.c
index 0a5470e7b8..13beb469e4 100644
--- a/openair1/PHY/TOOLS/lte_phy_scope.c
+++ b/openair1/PHY/TOOLS/lte_phy_scope.c
@@ -705,7 +705,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
     }
     else
     {
-        LOG_E(PHY,"PDCCH LLR plot is bugged in 20 MHz BW, to be fixed !!!");
+        LOG_D(PHY,"UE PDCCH LLR plot is bugged in 20 MHz BW, to be fixed !!!\n");
     }
   }
 
@@ -721,7 +721,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
     }
     else
     {
-        LOG_E(PHY,"PDCCH COMP plot is bugged in 20 MHz BW, to be fixed !!!");
+        LOG_D(PHY,"UE PDCCH COMP plot is bugged in 20 MHz BW, to be fixed !!!\n");
     }
   }
 
@@ -739,7 +739,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
     }
     else
     {
-        LOG_E(PHY,"PDSCH LLR plot is bugged in 20 MHz BW, to be fixed !!!");
+        LOG_D(PHY,"UE PDSCH LLR plot is bugged in 20 MHz BW, to be fixed !!!\n");
     }
   }
 
-- 
GitLab