changeset 162:06e309c63fd4

l1_trace.c: reconstruction complete
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 06 Jun 2016 21:32:57 +0000
parents 325234bc6ee2
children edd53ceb2069
files chipsetsw/layer1/cfile/l1_trace.c
diffstat 1 files changed, 11 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_trace.c	Mon Jun 06 21:24:14 2016 +0000
+++ b/chipsetsw/layer1/cfile/l1_trace.c	Mon Jun 06 21:32:57 2016 +0000
@@ -8461,15 +8461,17 @@
 
         ((T_TRACE_INFO *)(msg->SigP))->tab[0] = l1s.actual_time.fn_mod42432;
 
-        if (trace_info.current_config->l1_dyn_trace & 1<<L1_DYN_TRACE_GAUGING)
-        {
-          // dynamic trace for all gauging parameters
-          ((T_TRACE_INFO *)(msg->SigP))->tab[1] = l1s.pw_mgr.state;
-          ((T_TRACE_INFO *)(msg->SigP))->tab[2] = l1s.pw_mgr.lf;
-          ((T_TRACE_INFO *)(msg->SigP))->tab[3] = l1s.pw_mgr.hf;
-          ((T_TRACE_INFO *)(msg->SigP))->tab[4] = l1s.pw_mgr.root;
-          ((T_TRACE_INFO *)(msg->SigP))->tab[5] = l1s.pw_mgr.frac;
-        }
+	#if 0	/* FreeCalypso: code not present in TCS211 binary object */
+          if (trace_info.current_config->l1_dyn_trace & 1<<L1_DYN_TRACE_GAUGING)
+          {
+            // dynamic trace for all gauging parameters
+            ((T_TRACE_INFO *)(msg->SigP))->tab[1] = l1s.pw_mgr.state;
+            ((T_TRACE_INFO *)(msg->SigP))->tab[2] = l1s.pw_mgr.lf;
+            ((T_TRACE_INFO *)(msg->SigP))->tab[3] = l1s.pw_mgr.hf;
+            ((T_TRACE_INFO *)(msg->SigP))->tab[4] = l1s.pw_mgr.root;
+            ((T_TRACE_INFO *)(msg->SigP))->tab[5] = l1s.pw_mgr.frac;
+          }
+	#endif
 
         // send message...
         os_send_sig(msg, L1C1_QUEUE);