# HG changeset patch # User Mychaela Falconia # Date 1446011888 0 # Node ID d38c6c5bd9daf2062d796a168c815e9260c20667 # Parent d63f8505bf0cdecf64b38ade7b0e2b5c07710c3c l1_cmplx_intram compiles, but link fails diff -r d63f8505bf0c -r d38c6c5bd9da chipsetsw/layer1/include/l1_const.h --- a/chipsetsw/layer1/include/l1_const.h Wed Oct 28 05:44:43 2015 +0000 +++ b/chipsetsw/layer1/include/l1_const.h Wed Oct 28 05:58:08 2015 +0000 @@ -153,6 +153,14 @@ #define TCH_HS_BLEN 211 // TCH HALF SPEECH block length #define TCH_F_D_BLEN 456 // FACCH, TCH_DATA block length +/* + * FreeCalypso Frankenstein: the following definition was not present in + * our TCS211 version and we had to pull it from the LoCosto version for + * l1_cmplx.c to compile. However, the comment in the place where it is + * used says that it "valuable for code running on target with DSP 3606." + */ +#define MIN_ACCEPTABLE_SNR_FOR_SB 200 // threshold under which a SB shall be considered as not found + // Define max PM/TDMA according to DSP code and TPU RAM size //----------------------------------------------------------