FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/layer1/cfile/l1_cmplx.c @ 70:f5bb8ea497cb
l1_cmplx.c: l1s_ctrl_nnb() reconstructed
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 28 Mar 2016 04:08:54 +0000 |
parents | 7f883b707182 |
children | f2d3ee22dea7 |
comparison
equal
deleted
inserted
replaced
69:7f883b707182 | 70:f5bb8ea497cb |
---|---|
3544 // cope with the time difference between the serving and the | 3544 // cope with the time difference between the serving and the |
3545 // neighbor cells. The serving cell offset value (l1s.tpu_offset) | 3545 // neighbor cells. The serving cell offset value (l1s.tpu_offset) |
3546 // is restored at the end of the 4 burst reading. | 3546 // is restored at the end of the 4 burst reading. |
3547 #if (L1_FF_MULTIBAND == 0) | 3547 #if (L1_FF_MULTIBAND == 0) |
3548 | 3548 |
3549 lna_off = l1a_l1s_com.last_input_level[cell_info_ptr->radio_freq - l1_config.std.radio_freq_index_offset].lna_off; | |
3550 // agc is computed from PGC2 algo result. | 3549 // agc is computed from PGC2 algo result. |
3551 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); | 3550 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); |
3551 lna_off = l1a_l1s_com.last_input_level[cell_info_ptr->radio_freq - l1_config.std.radio_freq_index_offset].lna_off; | |
3552 | 3552 |
3553 #else // L1_FF_MULTIBAND = 1 below | 3553 #else // L1_FF_MULTIBAND = 1 below |
3554 | 3554 |
3555 operative_radio_freq = | 3555 operative_radio_freq = |
3556 l1_multiband_radio_freq_convert_into_operative_radio_freq(cell_info_ptr->radio_freq); | 3556 l1_multiband_radio_freq_convert_into_operative_radio_freq(cell_info_ptr->radio_freq); |