mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into obs_jump_fix
This commit is contained in:
		| @@ -550,7 +550,7 @@ int beidou_b1i_telemetry_decoder_gs::general_work(int noutput_items __attribute_ | |||||||
|             flag_SOW_set = true; |             flag_SOW_set = true; | ||||||
|             d_nav.flag_new_SOW_available = false; |             d_nav.flag_new_SOW_available = false; | ||||||
|  |  | ||||||
|             if (last_d_TOW_at_current_symbol_ms != 0 and abs(static_cast<int64_t>(d_TOW_at_current_symbol_ms) - int64_t(last_d_TOW_at_current_symbol_ms)) > d_symbol_duration_ms) |             if (last_d_TOW_at_current_symbol_ms != 0 and abs(static_cast<int64_t>(d_TOW_at_current_symbol_ms) - int64_t(last_d_TOW_at_current_symbol_ms)) > static_cast<int64_t>(d_symbol_duration_ms)) | ||||||
|                 { |                 { | ||||||
|                     LOG(INFO) << "Warning: BEIDOU B1I TOW update in ch " << d_channel |                     LOG(INFO) << "Warning: BEIDOU B1I TOW update in ch " << d_channel | ||||||
|                               << " does not match the TLM TOW counter " << static_cast<int64_t>(d_TOW_at_current_symbol_ms) - int64_t(last_d_TOW_at_current_symbol_ms) << " ms \n"; |                               << " does not match the TLM TOW counter " << static_cast<int64_t>(d_TOW_at_current_symbol_ms) - int64_t(last_d_TOW_at_current_symbol_ms) << " ms \n"; | ||||||
|   | |||||||
| @@ -581,7 +581,7 @@ int beidou_b3i_telemetry_decoder_gs::general_work( | |||||||
|             flag_SOW_set = true; |             flag_SOW_set = true; | ||||||
|             d_nav.flag_new_SOW_available = false; |             d_nav.flag_new_SOW_available = false; | ||||||
|  |  | ||||||
|             if (last_d_TOW_at_current_symbol_ms != 0 and abs(static_cast<int64_t>(d_TOW_at_current_symbol_ms) - int64_t(last_d_TOW_at_current_symbol_ms)) > d_symbol_duration_ms) |             if (last_d_TOW_at_current_symbol_ms != 0 and abs(static_cast<int64_t>(d_TOW_at_current_symbol_ms) - int64_t(last_d_TOW_at_current_symbol_ms)) > static_cast<int64_t>(d_symbol_duration_ms)) | ||||||
|                 { |                 { | ||||||
|                     LOG(INFO) << "Warning: BEIDOU B3I TOW update in ch " << d_channel |                     LOG(INFO) << "Warning: BEIDOU B3I TOW update in ch " << d_channel | ||||||
|                               << " does not match the TLM TOW counter " << static_cast<int64_t>(d_TOW_at_current_symbol_ms) - int64_t(last_d_TOW_at_current_symbol_ms) << " ms \n"; |                               << " does not match the TLM TOW counter " << static_cast<int64_t>(d_TOW_at_current_symbol_ms) - int64_t(last_d_TOW_at_current_symbol_ms) << " ms \n"; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Javier Arribas
					Javier Arribas