From c7828888abe50d9cac0d312f0a916d5056bd55f2 Mon Sep 17 00:00:00 2001 From: Florian Kaltenberger <florian.kaltenberger@eurecom.fr> Date: Wed, 9 Mar 2016 20:36:06 +0100 Subject: [PATCH] small fix --- openair1/PHY/TOOLS/lte_phy_scope.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openair1/PHY/TOOLS/lte_phy_scope.c b/openair1/PHY/TOOLS/lte_phy_scope.c index a82934fc7fd..fc6af36776a 100644 --- a/openair1/PHY/TOOLS/lte_phy_scope.c +++ b/openair1/PHY/TOOLS/lte_phy_scope.c @@ -626,7 +626,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form, pdsch_magb0 = (int16_t*) phy_vars_ue->lte_ue_pdsch_vars[eNB_id]->dl_ch_magb0[0]; pdsch_magb1 = (int16_t*) phy_vars_ue->lte_ue_pdsch_vars[eNB_id]->dl_ch_magb1[0]; - fl_freeze_form(form); + fl_freeze_form(form->lte_phy_scope_ue); // Received signal in time domain of receive antenna 0 if (rxsig_t != NULL) { @@ -918,7 +918,7 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form, fl_set_xyplot_ybounds(form->pdsch_tput,0,tput_ue_max[UE_id]); */ - fl_unfreeze_form(form); + fl_unfreeze_form(form->lte_phy_scope_ue); fl_check_forms(); -- GitLab