Commit 202f8cd0 authored by jiangx's avatar jiangx

bug fixed when OPENAIR2=0


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7024 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a40acec4
......@@ -1506,6 +1506,7 @@ void lte_ue_measurement_procedures(uint16_t l, PHY_VARS_UE *phy_vars_ue,uint8_t
if ((openair_daq_vars.rx_gain_mode == DAQ_AGC_ON) &&
(mode != rx_calib_ue) && (mode != rx_calib_ue_med) && (mode != rx_calib_ue_byp) )
if (phy_vars_ue->frame_rx%100==0)
gain_control_all(phy_vars_ue->PHY_measurements.rx_power_avg_dB[eNB_id],0);
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment