From b80a6660bf06d3471bc2c297319f87dbd81b4615 Mon Sep 17 00:00:00 2001
From: lukashov <elena.lukashova@eurecom.fr>
Date: Thu, 7 Jan 2016 13:50:45 +0100
Subject: [PATCH] Some more clean up in dlsch_demodulation.c

---
 openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c b/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
index e3a0267721c..02e729c07f9 100644
--- a/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
+++ b/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
@@ -585,7 +585,7 @@ int rx_pdsch(PHY_VARS_UE *phy_vars_ue,
                                     lte_ue_pdsch_vars[eNB_id]->log2_maxh);
 
     } 
-    else {
+    else if (dlsch0_harq->dl_power_off==1) {
       
         dlsch_scale_channel(lte_ue_pdsch_vars[eNB_id]->dl_ch_estimates_ext,
 			frame_parms,
-- 
GitLab