Index: local/stinger_config.h =================================================================== RCS file: /home/CVS/emerald/local/stinger_config.h,v retrieving revision 1.470 diff -u -r1.470 stinger_config.h --- local/stinger_config.h 24 Aug 2022 20:35:05 -0000 1.470 +++ local/stinger_config.h 24 Aug 2022 20:43:28 -0000 @@ -314,12 +314,12 @@ // off by default. // Level 1 diagnostics that we always want to see when special // StingerTeam diagnostics are enabled. -#define dStingerTeamDebug (FALSE) +#define dStingerTeamDebug (TRUE) // Level 2 diagnostics that we understand well enough and we may // only want to see under some specific circumstances. #define dStingerTeamDebug2 (FALSE) // Store/restore reference week # for RF replay/simulator systems? -#define RESTORE_RF_SIM_REF_WEEK (FALSE) +#define RESTORE_RF_SIM_REF_WEEK (TRUE) // Enable L2C/L5 GPS/QZSS CNAV decoding #define ENABLE_L2C_CNAV_DECODING (L2_INSTALLED) Index: system/argon_feature.h =================================================================== RCS file: /home/CVS/panem/system/argon_feature.h,v retrieving revision 1.94 diff -u -r1.94 argon_feature.h --- system/argon_feature.h 8 Sep 2022 18:48:57 -0000 1.94 +++ system/argon_feature.h 6 Nov 2022 16:48:51 -0000 @@ -144,7 +144,7 @@ //#if ENABLE_KF_LM_TRACK //#define UNAIDED_L2E_ENABLED (TRUE) //#endif - //#define AIDED_L2E_IONO_ENABLED (TRUE) + #define AIDED_L2E_IONO_ENABLED (TRUE) //#if INS_CAPABLE // #define INS_AIDED_TRACKING (TRUE) //#endif