changeset 55:196a39d210aa

l1_async.c reconstruction complete
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 27 Mar 2016 05:21:36 +0000
parents 66bf9aa6a4b0
children b7046f3475b6
files chipsetsw/layer1/cfile/l1_async.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_async.c	Sun Mar 27 04:37:02 2016 +0000
+++ b/chipsetsw/layer1/cfile/l1_async.c	Sun Mar 27 05:21:36 2016 +0000
@@ -9486,6 +9486,8 @@
 
       case WAIT_INIT:
       {
+#if 0	/* FreeCalypso: match TCS211 object */
+
 #if (OP_SAP == 0)
         if (SignalCode == MPHC_UPDATE_BA_LIST)
 #else
@@ -9542,15 +9544,18 @@
           *state = WAIT_RESULT;
         }
         else
+#endif	/* FreeCalypso TCS211 reconstruction */
 
         if(SignalCode == L1C_DEDIC_DONE)
         // We enter DEDICATED mode.
         //-------------------------
         {
+#if 0	/* FreeCalypso: match TCS211 object */
 #if (CODE_VERSION == NOT_SIMULATION)
           if (l1a_l1s_com.ba_list.nbr_carrier == 0)
              return;
 #endif
+#endif
 
           // Set parameter synchro semaphore for D_BAMS task.
           l1a_l1s_com.meas_param |= D_BAMS_MEAS;