Index: stinger/mm/mm_clean.c =================================================================== RCS file: /home/CVS/stinger/mm/mm_clean.c,v retrieving revision 1.9 diff -u -r1.9 mm_clean.c --- stinger/mm/mm_clean.c 22 Jul 2021 23:52:37 -0000 1.9 +++ stinger/mm/mm_clean.c 23 Jul 2021 23:34:56 -0000 @@ -15,7 +15,7 @@ #define ENABLE_MISS_DETECTION1 (FALSE) #define ENABLE_MISS_DETECTION2 (TRUE) -#define DEBUG_CSLIP_CLEANSING (FALSE) +#define DEBUG_CSLIP_CLEANSING (TRUE) #if DEBUG_CSLIP_CLEANSING #include Index: system/argon_feature.h =================================================================== RCS file: /home/CVS/panem/system/argon_feature.h,v retrieving revision 1.84 diff -u -r1.84 argon_feature.h --- system/argon_feature.h 28 May 2021 21:49:15 -0000 1.84 +++ system/argon_feature.h 23 Jul 2021 23:34:56 -0000 @@ -154,7 +154,7 @@ #define ENABLE_MULTI_FREQ_IN_WLS (TRUE) #endif - //#define ENABLE_MM_CSLIP_CLEANSING (TRUE) + #define ENABLE_MM_CSLIP_CLEANSING (TRUE) // Set EGM96 as the default internal geoid used within pm. Stinger // internally will continue to use DMA WGS84 as its Geoid. Index: system/debug.h =================================================================== RCS file: /home/CVS/panem/system/debug.h,v retrieving revision 1.94 diff -u -r1.94 debug.h --- system/debug.h 1 Jul 2021 22:27:59 -0000 1.94 +++ system/debug.h 23 Jul 2021 23:34:56 -0000 @@ -30,7 +30,7 @@ #endif #endif -#if 0 +#if 1 // Unstub this section if you want to force debug output out a port // without concern of what the appfile specifies. // NOTE! This feature overrides the IO setting that is displayed on @@ -44,7 +44,7 @@ // IoChanSerialPort1 = Port 0 (aka Serial 1), // IoChanSerialPort2 = Port 1, etc. // IoChanEtherStart = first ethernet port (probably port 5017), etc - #define FORCED_DEBUG_PORT (IoChanEtherStart) + #define FORCED_DEBUG_PORT (IoChanEtherStart+3) #define FORCED_DEBUG_MASK (DBG_STINGER) // NOTE: You may want DEBUG_BUFFER_WRITE_SIZE in debug.c too!