# HG changeset patch # User Mychaela Falconia # Date 1459138134 0 # Node ID f5bb8ea497cb4a9e6347c4ab78a1bc3a96ce43e2 # Parent 7f883b7071826e49a25554a9542b26ed053d2725 l1_cmplx.c: l1s_ctrl_nnb() reconstructed diff -r 7f883b707182 -r f5bb8ea497cb chipsetsw/layer1/cfile/l1_cmplx.c --- a/chipsetsw/layer1/cfile/l1_cmplx.c Mon Mar 28 04:01:33 2016 +0000 +++ b/chipsetsw/layer1/cfile/l1_cmplx.c Mon Mar 28 04:08:54 2016 +0000 @@ -3546,9 +3546,9 @@ // is restored at the end of the 4 burst reading. #if (L1_FF_MULTIBAND == 0) - lna_off = l1a_l1s_com.last_input_level[cell_info_ptr->radio_freq - l1_config.std.radio_freq_index_offset].lna_off; // agc is computed from PGC2 algo result. agc = Cust_get_agc_from_IL(cell_info_ptr->radio_freq, l1a_l1s_com.last_input_level[cell_info_ptr->radio_freq - l1_config.std.radio_freq_index_offset].input_level >> 1, AV_ID); + lna_off = l1a_l1s_com.last_input_level[cell_info_ptr->radio_freq - l1_config.std.radio_freq_index_offset].lna_off; #else // L1_FF_MULTIBAND = 1 below