# HG changeset patch # User paul # Date 2016-01-28 10:01:34 # Node ID 1259d1eafcafc49c34454175ae557d7e0ab30485 # Parent 132f1c3627d77b59e5ec69d3128414c800a86b08 3.0.0.15 diff --git a/FSW-qt/fsw-qt.pro b/FSW-qt/fsw-qt.pro --- a/FSW-qt/fsw-qt.pro +++ b/FSW-qt/fsw-qt.pro @@ -20,7 +20,7 @@ SWVERSION=-1-0 DEFINES += SW_VERSION_N1=3 # major DEFINES += SW_VERSION_N2=0 # minor DEFINES += SW_VERSION_N3=0 # patch -DEFINES += SW_VERSION_N4=14 # internal +DEFINES += SW_VERSION_N4=15 # internal # #QMAKE_CFLAGS_RELEASE += -fprofile-arcs -ftest-coverage diff --git a/src/tc_handler.c b/src/tc_handler.c --- a/src/tc_handler.c +++ b/src/tc_handler.c @@ -146,9 +146,11 @@ int action_reset(ccsdsTelecommandPacket_ * */ - PRINTF("this is the end!!!\n") - exit(0); + PRINTF("this is the end!!!\n"); + exit(0); + send_tm_lfr_tc_exe_not_implemented( TC, queue_id, time ); + return LFR_DEFAULT; } @@ -228,6 +230,11 @@ int action_enter_mode(ccsdsTelecommandPa } } + if (status != RTEMS_SUCCESSFUL) + { + status = LFR_EXE_ERROR; + } + return status; } @@ -791,8 +798,8 @@ int enter_mode_sbm1( unsigned int transi if (status != RTEMS_SUCCESSFUL) { - PRINTF1("ERR *** in enter_mode_sbm1 *** status = %d\n", status) - status = RTEMS_UNSATISFIED; + PRINTF1("ERR *** in enter_mode_sbm1 *** status = %d\n", status); + status = RTEMS_UNSATISFIED; } return status;