changeset 302:cffa1b8dbf2c

l1p_cmpl.c: l1_trace_burst_param() calls eliminated
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Oct 2017 07:08:58 +0000
parents cd22ba21ac2f
children 5408ac162f16
files chipsetsw/layer1/p_cfile/l1p_cmpl.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/p_cfile/l1p_cmpl.c	Mon Oct 02 07:03:11 2017 +0000
+++ b/chipsetsw/layer1/p_cfile/l1p_cmpl.c	Mon Oct 02 07:08:58 2017 +0000
@@ -1834,7 +1834,7 @@
         #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
           RTTL1_FILL_DL_BURST(angle, snr, l1s.afc, task, pm, toa, IL_for_rxlev[ts])
         #endif
-        #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
+        #if 0 //(TRACE_TYPE == 1) || (TRACE_TYPE == 4) // TCS211 reconstruction
           l1_trace_burst_param(angle, snr, l1s.afc, task, pm, toa, IL_for_rxlev[ts]);
         #endif
         #if (BURST_PARAM_LOG_ENABLE == 1)
@@ -2675,7 +2675,7 @@
     #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
       RTTL1_FILL_DL_BURST(angle, snr, l1s.afc, task, pm, toa, l1a_l1s_com.Scell_IL_for_rxlev + l1a_l1s_com.Scell_info.pb)
     #endif
-    #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
+    #if 0 //(TRACE_TYPE == 1) || (TRACE_TYPE == 4) // TCS211 reconstruction
       l1_trace_burst_param(angle, snr, l1s.afc, task, pm, toa, l1a_l1s_com.Scell_IL_for_rxlev + l1a_l1s_com.Scell_info.pb);
     #endif
     #if (BURST_PARAM_LOG_ENABLE == 1)