FreeCalypso > hg > tcs211-l1-reconst
changeset 323:fcbeafbb0106
l1p_func.c: passes compilation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 04 Oct 2017 06:37:33 +0000 |
parents | b21e34ef9a80 |
children | ebf40b5f448c |
files | chipsetsw/layer1/p_cfile/l1p_func.c |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/p_cfile/l1p_func.c Wed Oct 04 06:31:53 2017 +0000 +++ b/chipsetsw/layer1/p_cfile/l1p_func.c Wed Oct 04 06:37:33 2017 +0000 @@ -55,13 +55,14 @@ #include "l1p_sign.h" #if(RF_FAM == 61) - #include "l1_rf61.h" + #include "l1_rf61.h" + #include "tpudrv61.h" #endif + #if (CODE_VERSION == SIMULATION) #include "l1_rf2.h" #endif -#include "tpudrv61.h" /*-------------------------------------------------------*/ /* Prototypes of external functions used in this file. */ /*-------------------------------------------------------*/ @@ -594,7 +595,9 @@ #define ASET l1pa_l1ps_com.transfer.aset // Copy of the "aset" parameters in the "read_param" structure +#if 0 /* FreeCalypso TCS211 reconstruction */ READ_PARAM.dl_tn = l1a_l1s_com.dl_tn; +#endif READ_PARAM.new_set = 0; READ_PARAM.assignment_id = ASET->assignment_id; READ_PARAM.allocated_tbf = ASET->allocated_tbf;