changeset 40:d38c6c5bd9da

l1_cmplx_intram compiles, but link fails
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 28 Oct 2015 05:58:08 +0000
parents d63f8505bf0c
children 9d4ff52edc36
files chipsetsw/layer1/include/l1_const.h
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 //----------------------------------------------------------