# HG changeset patch # User Mychaela Falconia # Date 1506928138 0 # Node ID cffa1b8dbf2c24340827509fc83e0c4c30e872f6 # Parent cd22ba21ac2f1027d949cba2d8271e52cda297f3 l1p_cmpl.c: l1_trace_burst_param() calls eliminated diff -r cd22ba21ac2f -r cffa1b8dbf2c chipsetsw/layer1/p_cfile/l1p_cmpl.c --- 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)