FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/layer1/cfile/l1_cmplx.c @ 64:c075c55067eb
l1_cmplx.c: l1s_read_nnb() reconstructed
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 27 Mar 2016 20:22:24 +0000 |
parents | 82dc38292412 |
children | 0633e0378176 |
comparison
equal
deleted
inserted
replaced
63:82dc38292412 | 64:c075c55067eb |
---|---|
7852 else // BCCHN_TRAN and BCCHN_TOP tasks | 7852 else // BCCHN_TRAN and BCCHN_TOP tasks |
7853 active_neigh_id = l1a_l1s_com.bcchn.active_neigh_id_top; | 7853 active_neigh_id = l1a_l1s_com.bcchn.active_neigh_id_top; |
7854 | 7854 |
7855 // the mean power level is impossible for the neighbor bloc, so the las input level is used. | 7855 // the mean power level is impossible for the neighbor bloc, so the las input level is used. |
7856 neigh_radio_freq = l1a_l1s_com.bcchn.list[active_neigh_id].radio_freq; | 7856 neigh_radio_freq = l1a_l1s_com.bcchn.list[active_neigh_id].radio_freq; |
7857 #if (L1_FF_MULTIBAND == 0) | 7857 #if 1 /* FreeCalypso TCS211 reconstruction */ |
7858 pwr_level = l1a_l1s_com.last_input_level[neigh_radio_freq].input_level; | |
7859 #elif (L1_FF_MULTIBAND == 0) | |
7858 pwr_level = l1a_l1s_com.last_input_level[neigh_radio_freq - l1_config.std.radio_freq_index_offset].input_level; | 7860 pwr_level = l1a_l1s_com.last_input_level[neigh_radio_freq - l1_config.std.radio_freq_index_offset].input_level; |
7859 #else | 7861 #else |
7860 operative_radio_freq = l1_multiband_radio_freq_convert_into_operative_radio_freq(neigh_radio_freq); | 7862 operative_radio_freq = l1_multiband_radio_freq_convert_into_operative_radio_freq(neigh_radio_freq); |
7861 pwr_level = l1a_l1s_com.last_input_level[operative_radio_freq].input_level; | 7863 pwr_level = l1a_l1s_com.last_input_level[operative_radio_freq].input_level; |
7862 #endif | 7864 #endif |