FreeCalypso > hg > tcs211-l1-reconst
changeset 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 | 549dc74942a0 |
files | chipsetsw/layer1/cfile/l1_cmplx.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_cmplx.c Sun Mar 27 19:56:23 2016 +0000 +++ b/chipsetsw/layer1/cfile/l1_cmplx.c Sun Mar 27 20:22:24 2016 +0000 @@ -7854,7 +7854,9 @@ // the mean power level is impossible for the neighbor bloc, so the las input level is used. neigh_radio_freq = l1a_l1s_com.bcchn.list[active_neigh_id].radio_freq; -#if (L1_FF_MULTIBAND == 0) +#if 1 /* FreeCalypso TCS211 reconstruction */ + pwr_level = l1a_l1s_com.last_input_level[neigh_radio_freq].input_level; +#elif (L1_FF_MULTIBAND == 0) pwr_level = l1a_l1s_com.last_input_level[neigh_radio_freq - l1_config.std.radio_freq_index_offset].input_level; #else operative_radio_freq = l1_multiband_radio_freq_convert_into_operative_radio_freq(neigh_radio_freq);