FreeCalypso > hg > tcs211-l1-reconst
changeset 324:ebf40b5f448c
l1p_func.c: initialize_l1pvar() reconstructed
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 04 Oct 2017 21:05:08 +0000 |
parents | fcbeafbb0106 |
children | b410d2a64a59 |
files | chipsetsw/layer1/p_cfile/l1p_func.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/p_cfile/l1p_func.c Wed Oct 04 06:37:33 2017 +0000 +++ b/chipsetsw/layer1/p_cfile/l1p_func.c Wed Oct 04 21:05:08 2017 +0000 @@ -100,7 +100,9 @@ l1ps.last_PR_good = 0; l1ps.ILmin_beacon = 255; +#if 0 /* FreeCalypso TCS211 reconstruction */ l1ps.read_param.assignment_id = 0xFF; /* do not return non initialized value to RLC */ +#endif for(i = 0; i < 8; i++) l1ps.ILmin_others[i] = l1_config.params.il_min;