# HG changeset patch # User Mychaela Falconia # Date 1507151108 0 # Node ID ebf40b5f448c02ab104e9785afc63273003938dd # Parent fcbeafbb010676bf3b92378bd7a8bfb8a7c274ae l1p_func.c: initialize_l1pvar() reconstructed diff -r fcbeafbb0106 -r ebf40b5f448c chipsetsw/layer1/p_cfile/l1p_func.c --- 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;