pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
22:5febef18443d
Parent:
21:d7f6c28707d8
Child:
23:c89376564196
Child:
38:ce72cc56b85d
--- a/COM_MNG_TMTC.h	Tue Jan 05 10:27:16 2016 +0000
+++ b/COM_MNG_TMTC.h	Tue Jan 05 10:59:56 2016 +0000
@@ -671,7 +671,7 @@
                                 /*SKIP EXECUTION OF OBOSC HERE*/\
                             }\
                             else{\
-                                /*gPC.printf("cdms relay tmtc at %u\r\n", execute_psc);*/\
+                                gPC.printf("cdms relay tmtc at %u\r\n", execute_psc);\
                                 /*call CDMS_RLY_TMTC*/\
                                 /*CDMS_RLY_TMTC(current_TC, put_tm_here);*/\
                             }\
@@ -684,6 +684,7 @@
                                 PUTexec_status(current_TC, temp16);\
                             }\
                             else{\
+                                gPC.puts("TC_STATE_EXECUTION_FAILED");\
                                 uint16_t temp16 = TC_STATE_EXECUTION_FAILED;\
                                 PUTexec_status(current_TC, temp16);\
                             }\
@@ -739,8 +740,9 @@
                                 else{\
                                     length = TM_LONG_SIZE;\
                                 }\
+                                gPC.puts("Printing Call Sign, ACK_L1, TM list");\
                                 for(int i = 0 ; i < length ; ++i){\
-                                   /* gPC.putc(tm_ptr->TM_string[i]);*/\
+                                    gPC.putc(tm_ptr->TM_string[i]);\
                                 }\
                                 tm_ptr = tm_ptr->next_TM;\
                             }\