Commit d86c5a90 authored by gabrielC's avatar gabrielC

Merge branch 'UE_Remove_LOG' into develop_integration_w11

parents 2011c7d6 1e2f952a
...@@ -705,7 +705,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form, ...@@ -705,7 +705,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
} }
else 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, ...@@ -721,7 +721,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
} }
else 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, ...@@ -739,7 +739,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
} }
else 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");
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment