# HG changeset patch # User Mychaela Falconia # Date 1459110144 0 # Node ID c075c55067ebd267a0164b341ae89c762abb6b64 # Parent 82dc38292412987a63e098ca92c91d69e8687f7e l1_cmplx.c: l1s_read_nnb() reconstructed diff -r 82dc38292412 -r c075c55067eb chipsetsw/layer1/cfile/l1_cmplx.c --- 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);