From 1fc7e419d450903b44654560d914786ee0935742 Mon Sep 17 00:00:00 2001 From: Josh Schindehette Date: Sat, 10 Oct 2020 09:24:51 -0400 Subject: [PATCH] Fixed "monitor" test conf files for typos in PVT keys --- conf/gnss-sdr_GPS_L1_monitor.conf | 5 ++--- conf/gnss-sdr_GPS_L1_udp_with_monitor.conf | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/conf/gnss-sdr_GPS_L1_monitor.conf b/conf/gnss-sdr_GPS_L1_monitor.conf index b9d30927e..a24a4fc9b 100644 --- a/conf/gnss-sdr_GPS_L1_monitor.conf +++ b/conf/gnss-sdr_GPS_L1_monitor.conf @@ -67,9 +67,8 @@ PVT.flag_averaging=true PVT.output_rate_ms=10 PVT.display_rate_ms=500 PVT.enable_monitor=true -PVT.decimation_factor=1 -PVT.client_addresses=127.0.0.1 -PVT.udp_port=1234 +PVT.monitor_client_addresses=127.0.0.1 +PVT.monitor_udp_port=1234 ;######### MONITOR CONFIG ############ Monitor.enable_monitor=true diff --git a/conf/gnss-sdr_GPS_L1_udp_with_monitor.conf b/conf/gnss-sdr_GPS_L1_udp_with_monitor.conf index 228d30dbb..9b7b18b94 100644 --- a/conf/gnss-sdr_GPS_L1_udp_with_monitor.conf +++ b/conf/gnss-sdr_GPS_L1_udp_with_monitor.conf @@ -60,9 +60,8 @@ PVT.flag_averaging=true PVT.output_rate_ms=10 PVT.display_rate_ms=500 PVT.enable_monitor=true -PVT.decimation_factor=1 -PVT.client_addresses=127.0.0.1 -PVT.udp_port=1234 +PVT.monitor_client_addresses=127.0.0.1 +PVT.monitor_udp_port=1234 ;######### MONITOR CONFIG ############ Monitor.enable_monitor=true