From faeaa23b624f2148e7e5cc0438077d502ccbae2d Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Javier Morgade" <javier.morgade@ieee.org> Date: Wed, 11 Dec 2019 13:26:16 +0100 Subject: [PATCH] -Remove LOG_M in rx_pdsch -rxF_comp_d.m dump files was continuously being written to disc ... -hence affecting UE real time perfomance --> "[PHY] Missed real time" -TODO there are a few more left ... --- openair1/PHY/LTE_UE_TRANSPORT/dlsch_demodulation.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_demodulation.c b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_demodulation.c index 412cd3fbef..18a2b6970f 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_demodulation.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_demodulation.c @@ -547,9 +547,9 @@ int rx_pdsch(PHY_VARS_UE *ue, pdsch_vars[eNB_id]->log2_maxh, measurements); // log2_maxh+I0_shift - if (symbol == 5) { - LOG_M("rxF_comp_d.m","rxF_c_d",&pdsch_vars[eNB_id]->rxdataF_comp0[0][symbol*frame_parms->N_RB_DL*12],frame_parms->N_RB_DL*12,1,1); - } + //if (symbol == 5) { + //LOG_M("rxF_comp_d.m","rxF_c_d",&pdsch_vars[eNB_id]->rxdataF_comp0[0][symbol*frame_parms->N_RB_DL*12],frame_parms->N_RB_DL*12,1,1); + //} if ((rx_type==rx_IC_single_stream) && (eNB_id_i<ue->n_connected_eNB)) { -- 2.26.2