# HG changeset patch # User Mychaela Falconia # Date 1507099053 0 # Node ID fcbeafbb010676bf3b92378bd7a8bfb8a7c274ae # Parent b21e34ef9a800d70376754eda159db3105350974 l1p_func.c: passes compilation diff -r b21e34ef9a80 -r fcbeafbb0106 chipsetsw/layer1/p_cfile/l1p_func.c --- 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;