diff --git a/openair1/PHY/defs_nr_UE.h b/openair1/PHY/defs_nr_UE.h index 8a533be5eb1ab9a11a88bcc80f32f5a46f0897e5..2c1fbfdc83b61f253bbd22cd54cc278674a94de8 100644 --- a/openair1/PHY/defs_nr_UE.h +++ b/openair1/PHY/defs_nr_UE.h @@ -802,8 +802,6 @@ typedef struct { uint32_t X_u[64][839]; - - uint32_t perfect_ce; // flag to activate PRB based averaging of channel estimates // when off, defaults to frequency domain interpolation int prb_interpolation; diff --git a/openair1/SIMULATION/NR_PHY/dlsim.c b/openair1/SIMULATION/NR_PHY/dlsim.c index 6aeb7a7afcda0dd20ea1432adb5779e8f3282422..efab2c6e26549d204c98e5e23b1755e95009f105 100644 --- a/openair1/SIMULATION/NR_PHY/dlsim.c +++ b/openair1/SIMULATION/NR_PHY/dlsim.c @@ -945,8 +945,6 @@ int main(int argc, char **argv) if (run_initial_sync==1) UE->is_synchronized = 0; else {UE->is_synchronized = 1; UE->UE_mode[0]=PUSCH;} - - UE->perfect_ce = 0; if (init_nr_ue_signal(UE, 1) != 0) { diff --git a/openair1/SIMULATION/NR_PHY/pbchsim.c b/openair1/SIMULATION/NR_PHY/pbchsim.c index 8fc6410538a25f57c55fc6b70cb60dc1c065fd13..b407632a40982309c7db602e63e366fb021b3378 100644 --- a/openair1/SIMULATION/NR_PHY/pbchsim.c +++ b/openair1/SIMULATION/NR_PHY/pbchsim.c @@ -558,8 +558,6 @@ int main(int argc, char **argv) if (run_initial_sync==1) UE->is_synchronized = 0; else UE->is_synchronized = 1; - UE->perfect_ce = 0; - if(eps!=0.0) UE->UE_fo_compensation = 1; // if a frequency offset is set then perform fo estimation and compensation diff --git a/openair1/SIMULATION/NR_PHY/pucchsim.c b/openair1/SIMULATION/NR_PHY/pucchsim.c index 151d51d7267c77a944f7f3bc1c00a9051130fa51..c61f997ccad894fb2010dfa5022aa2db105e4103 100644 --- a/openair1/SIMULATION/NR_PHY/pucchsim.c +++ b/openair1/SIMULATION/NR_PHY/pucchsim.c @@ -475,7 +475,6 @@ int main(int argc, char **argv) UE = calloc(1,sizeof(PHY_VARS_NR_UE)); memcpy(&UE->frame_parms,frame_parms,sizeof(NR_DL_FRAME_PARMS)); UE->frame_parms.nb_antennas_rx=1; - UE->perfect_ce = 0; if(eps!=0.0) UE->UE_fo_compensation = 1; // if a frequency offset is set then perform fo estimation and compensation