changeset 42:af3fc4e0ea8d

l1_cmplx.c: l1_trace_burst_param() calls removed to pass link
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 28 Oct 2015 16:11:28 +0000
parents 9d4ff52edc36
children bb18bf561f02
files chipsetsw/layer1/cfile/l1_cmplx.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_cmplx.c	Wed Oct 28 16:04:40 2015 +0000
+++ b/chipsetsw/layer1/cfile/l1_cmplx.c	Wed Oct 28 16:11:28 2015 +0000
@@ -7520,7 +7520,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)
     #endif
-    #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
+    #if ((TRACE_TYPE == 1) || (TRACE_TYPE == 4)) && HAVE_L1_TRACE_BURST_PARAM
       l1_trace_burst_param(angle, snr, l1s.afc, task, pm, toa, l1a_l1s_com.Scell_IL_for_rxlev);
     #endif
     #if (BURST_PARAM_LOG_ENABLE == 1)
@@ -8179,7 +8179,7 @@
        #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
          RTTL1_FILL_DL_BURST(angle, snr, l1s.afc, task, pm, toa, IL_for_rxlev)
        #endif
-       #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
+       #if ((TRACE_TYPE == 1) || (TRACE_TYPE == 4)) && HAVE_L1_TRACE_BURST_PARAM
          l1_trace_burst_param(angle, snr, l1s.afc, task, pm, toa, IL_for_rxlev);
        #endif
        #if (BURST_PARAM_LOG_ENABLE == 1)
@@ -8448,7 +8448,7 @@
       #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
         RTTL1_FILL_DL_BURST(angle, snr, l1s.afc, task, pm, toa, IL_for_rxlev)
       #endif
-      #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
+      #if ((TRACE_TYPE == 1) || (TRACE_TYPE == 4)) && HAVE_L1_TRACE_BURST_PARAM
         l1_trace_burst_param(angle, snr, l1s.afc, task, pm, toa, IL_for_rxlev);
       #endif
       #if (BURST_PARAM_LOG_ENABLE == 1)
@@ -9183,7 +9183,7 @@
       #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
         RTTL1_FILL_DL_BURST(angle, snr, l1s.afc, task, pm, toa, IL_for_rxlev)
       #endif
-      #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
+      #if ((TRACE_TYPE == 1) || (TRACE_TYPE == 4)) && HAVE_L1_TRACE_BURST_PARAM
         l1_trace_burst_param(angle, snr, l1s.afc, task, pm, toa, IL_for_rxlev);
       #endif
       #if (BURST_PARAM_LOG_ENABLE == 1)
@@ -9781,7 +9781,7 @@
        #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
          RTTL1_FILL_DL_BURST(angle, snr, l1s.afc, task, pm, toa, IL_for_rxlev)
        #endif
-       #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
+       #if ((TRACE_TYPE == 1) || (TRACE_TYPE == 4)) && HAVE_L1_TRACE_BURST_PARAM
          l1_trace_burst_param(angle, snr, l1s.afc, task, pm, toa, IL_for_rxlev);
        #endif
        #if (BURST_PARAM_LOG_ENABLE == 1)