# HG changeset patch # User Mychaela Falconia # Date 1506927167 0 # Node ID b9d1ec19876c632e76d91ce989605696645a7b1f # Parent 3d0f510f0420866af455adee81b8b80d447a3799 l1p_cmpl.c: l1ddsp_read_iq_dump() calls eliminated diff -r 3d0f510f0420 -r b9d1ec19876c chipsetsw/layer1/p_cfile/l1p_cmpl.c --- a/chipsetsw/layer1/p_cfile/l1p_cmpl.c Mon Oct 02 06:44:23 2017 +0000 +++ b/chipsetsw/layer1/p_cfile/l1p_cmpl.c Mon Oct 02 06:52:47 2017 +0000 @@ -2046,7 +2046,9 @@ l1s.task_status[task].current_status = INACTIVE; } - l1ddsp_read_iq_dump(task); + #if 0 /* FreeCalypso TCS211 reconstruction */ + l1ddsp_read_iq_dump(task); + #endif // Flag the use of the MCU/DSP dual page read interface. // ****************************************************** @@ -2181,7 +2183,9 @@ } } - l1ddsp_read_iq_dump(task); + #if 0 /* FreeCalypso TCS211 reconstruction */ + l1ddsp_read_iq_dump(task); + #endif // Set flag used to change the read page at the end of "l1_synch". l1s_dsp_com.dsp_r_page_used = TRUE; } @@ -2781,7 +2785,9 @@ #endif /* #if (FF_L1_FAST_DECODING == 1) */ } - l1ddsp_read_iq_dump(task); + #if 0 /* FreeCalypso TCS211 reconstruction */ + l1ddsp_read_iq_dump(task); + #endif // Flag the use of the MCU/DSP dual page read interface. // ******************************************************