diff --git a/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c b/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
index e5b01f2ebdaae7c6c19272e1a8884bfd129aa9e0..b7439260b6a9bde3124bfa195741e2db4f8e2b10 100644
--- a/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
+++ b/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
@@ -452,7 +452,8 @@ int rx_pdsch(PHY_VARS_UE *phy_vars_ue,
 	else
 	// to avoid tails in SNR/BLER curves
 	avg[0] = log2_approx(avg[0]) - 13 + interf_unaw_shift;
-	lte_ue_pdsch_vars[eNB_id]->log2_maxh = cmax(avg[0],0);
+	lte_ue_pdsch_vars[eNB_id]->log2_maxh0 = cmax(avg[0],0);
+	lte_ue_pdsch_vars[eNB_id]->log2_maxh1 = cmax(avg[0],0);
 	printf("TM4 I-UA shift = %d\n",interf_unaw_shift); 
 	//lte_ue_pdsch_vars[eNB_id]->log2_maxh0 = (log2_approx(avg[0])/2) +interf_unaw_shift_tm4_mcs[dlsch0_harq->mcs]; 
 	//lte_ue_pdsch_vars[eNB_id]->log2_maxh1 = (log2_approx(avg[0])/2) +interf_unaw_shift_tm4_mcs[dlsch1_harq->mcs];