mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 23:33:03 +00:00 
			
		
		
		
	Merge branch 'stefanlinden-next' into next
This commit is contained in:
		| @@ -37,6 +37,7 @@ SPDX-FileCopyrightText: 2011-2021 Carles Fernandez-Prades <carles.fernandez@cttc | ||||
|   some common inconsistencies in the configuration file. | ||||
| - Provide hints to the user in case of failed flow graph connection due to | ||||
|   inconsistencies in the configuration file. | ||||
| - Fix segmentation fault if the RINEX output was disabled. | ||||
|  | ||||
|   | ||||
|  | ||||
|   | ||||
| @@ -1062,7 +1062,7 @@ void rtklib_pvt_gs::msg_handler_telemetry(const pmt::pmt_t& msg) | ||||
|                                << "inserted with Toe=" << gps_eph->d_Toe << " and GPS Week=" | ||||
|                                << gps_eph->i_GPS_week; | ||||
|                     // update/insert new ephemeris record to the global ephemeris map | ||||
|                     if (d_rp->is_rinex_header_written())  // The header is already written, we can now log the navigation message data | ||||
|                     if (d_rinex_output_enabled && d_rp->is_rinex_header_written())  // The header is already written, we can now log the navigation message data | ||||
|                         { | ||||
|                             bool new_annotation = false; | ||||
|                             if (d_internal_pvt_solver->gps_ephemeris_map.find(gps_eph->i_satellite_PRN) == d_internal_pvt_solver->gps_ephemeris_map.cend()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez