diff --git a/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c b/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
index cb1129f8cb6118d78551f85f55cb003053e28168..e7f98cea1a5adcf3cb4c4b362a7d3ae93205cca8 100644
--- a/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
+++ b/openair1/PHY/LTE_TRANSPORT/dlsch_demodulation.c
@@ -123,8 +123,8 @@ int rx_pdsch(PHY_VARS_UE *ue,
 
   int32_t **rxdataF_comp_ptr;
   int32_t **dl_ch_mag_ptr;
-  int32_t codeword_TB0;
-  int32_t codeword_TB1;
+  int32_t codeword_TB0 = -1;
+  int32_t codeword_TB1 = -1;