diff --git a/common/config/commonConfig.h.in b/common/config/commonConfig.h.in index c089c575..88e25877 100644 --- a/common/config/commonConfig.h.in +++ b/common/config/commonConfig.h.in @@ -10,7 +10,7 @@ // CCSDS IP Cores. #define OBSW_USE_CCSDS_IP_CORE 1 // Set to 1 if all telemetry should be sent to the PTME IP Core -#define OBSW_TM_TO_PTME 0 +#define OBSW_TM_TO_PTME 1 // Set to 1 if telecommands are received via the PDEC IP Core #define OBSW_TC_FROM_PDEC 0 diff --git a/linux/fsfwconfig/OBSWConfig.h.in b/linux/fsfwconfig/OBSWConfig.h.in index a714e850..924026af 100644 --- a/linux/fsfwconfig/OBSWConfig.h.in +++ b/linux/fsfwconfig/OBSWConfig.h.in @@ -86,7 +86,7 @@ debugging. */ #define OBSW_TEST_TE7020_HEATER 0 #define OBSW_TEST_GPIO_OPEN_BY_LABEL 0 #define OBSW_TEST_GPIO_OPEN_BY_LINE_NAME 0 -#define OBSW_LINK_IS_UP 0 +#define OBSW_LINK_IS_UP 1 #define OBSW_DEBUG_P60DOCK 0 #define OBSW_DEBUG_PDU1 0 diff --git a/scripts/q7s-port.sh b/scripts/q7s-port.sh index e475e8b7..a4d2e718 100755 --- a/scripts/q7s-port.sh +++ b/scripts/q7s-port.sh @@ -7,5 +7,6 @@ echo "-L 1536:192.168.133.10:7301 for TMTC commanding" ssh -L 1534:192.168.133.10:1534 \ -L 1535:192.168.133.10:22 \ -L 1536:192.168.133.10:7301 \ + -L 1537:192.168.133.10:7100 \ eive@2001:7c0:2018:1099:babe:0:e1fe:f1a5 \ -t 'CONSOLE_PREFIX="[Q7S Tunnel]" /bin/bash'