# HG changeset patch # User Mychaela Falconia # Date 1446048688 0 # Node ID af3fc4e0ea8da630d79cb474430b297ee8071ab9 # Parent 9d4ff52edc368db3d24e5f737954b725661905ff l1_cmplx.c: l1_trace_burst_param() calls removed to pass link diff -r 9d4ff52edc36 -r af3fc4e0ea8d chipsetsw/layer1/cfile/l1_cmplx.c --- 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)