comparison chipsetsw/layer1/cfile/l1_cmplx.c @ 41:9d4ff52edc36

l1_cmplx.c: l1ddsp_read_iq_dump() calls removed to pass link
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 28 Oct 2015 16:04:40 +0000
parents d63f8505bf0c
children af3fc4e0ea8d
comparison
equal deleted inserted replaced
40:d38c6c5bd9da 41:9d4ff52edc36
6900 6900
6901 angle = l1s_dsp_com.dsp_db_r_ptr->a_serv_demod[D_ANGLE] & 0xffff; 6901 angle = l1s_dsp_com.dsp_db_r_ptr->a_serv_demod[D_ANGLE] & 0xffff;
6902 snr = l1s_dsp_com.dsp_db_r_ptr->a_serv_demod[D_SNR] & 0xffff; 6902 snr = l1s_dsp_com.dsp_db_r_ptr->a_serv_demod[D_SNR] & 0xffff;
6903 data = &(l1s_dsp_com.dsp_db_r_ptr->a_sch[3]); // Set data block pointer (skip header). 6903 data = &(l1s_dsp_com.dsp_db_r_ptr->a_sch[3]); // Set data block pointer (skip header).
6904 6904
6905 l1ddsp_read_iq_dump(task); 6905 #if (L1_DEBUG_IQ_DUMP == 1)
6906 l1ddsp_read_iq_dump(task);
6907 #endif
6906 6908
6907 l1_check_pm_error(pm, task); 6909 l1_check_pm_error(pm, task);
6908 pm = pm >> 5; 6910 pm = pm >> 5;
6909 6911
6910 // CQ30474. In case SNR is too low, the SB shall be considered as failed. 6912 // CQ30474. In case SNR is too low, the SB shall be considered as failed.
7670 } 7672 }
7671 } 7673 }
7672 #endif /* #if (FF_L1_FAST_DECODING == 1) */ 7674 #endif /* #if (FF_L1_FAST_DECODING == 1) */
7673 } 7675 }
7674 7676
7675 l1ddsp_read_iq_dump(task); 7677 #if (L1_DEBUG_IQ_DUMP == 1)
7678 l1ddsp_read_iq_dump(task);
7679 #endif
7680
7676 // Flag the use of the MCU/DSP dual page read interface. 7681 // Flag the use of the MCU/DSP dual page read interface.
7677 // ****************************************************** 7682 // ******************************************************
7678 7683
7679 // Set flag used to change the read page at the end of "l1_synch". 7684 // Set flag used to change the read page at the end of "l1_synch".
7680 l1s_dsp_com.dsp_r_page_used = TRUE; 7685 l1s_dsp_com.dsp_r_page_used = TRUE;
7865 // ****************** 7870 // ******************
7866 7871
7867 // End of task -> task must become INACTIVE. 7872 // End of task -> task must become INACTIVE.
7868 l1s.task_status[task].current_status = INACTIVE; 7873 l1s.task_status[task].current_status = INACTIVE;
7869 7874
7870 l1ddsp_read_iq_dump(task); 7875 #if (L1_DEBUG_IQ_DUMP == 1)
7876 l1ddsp_read_iq_dump(task);
7877 #endif
7871 7878
7872 // Flag the use of the MCU/DSP dual page read interface. 7879 // Flag the use of the MCU/DSP dual page read interface.
7873 // ****************************************************** 7880 // ******************************************************
7874 7881
7875 // Set flag used to change the read page at the end of "l1_synch". 7882 // Set flag used to change the read page at the end of "l1_synch".
9832 l1s.task_status[task].current_status = INACTIVE; 9839 l1s.task_status[task].current_status = INACTIVE;
9833 } 9840 }
9834 break; 9841 break;
9835 } // End switch... 9842 } // End switch...
9836 9843
9837 l1ddsp_read_iq_dump(task); 9844 #if (L1_DEBUG_IQ_DUMP == 1)
9845 l1ddsp_read_iq_dump(task);
9846 #endif
9847
9838 // Flag the use of the MCU/DSP dual page read interface. 9848 // Flag the use of the MCU/DSP dual page read interface.
9839 // ****************************************************** 9849 // ******************************************************
9840 9850
9841 // Set flag used to change the read page at the end of "l1_synch". 9851 // Set flag used to change the read page at the end of "l1_synch".
9842 l1s_dsp_com.dsp_r_page_used = TRUE; 9852 l1s_dsp_com.dsp_r_page_used = TRUE;