mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Fix BeiDou B1I RINEX annotation
This commit is contained in:
		| @@ -1416,7 +1416,7 @@ void rtklib_pvt_gs::msg_handler_telemetry(const pmt::pmt_t& msg) | |||||||
|                                     new_bds_eph[bds_dnav_eph->i_satellite_PRN] = *bds_dnav_eph; |                                     new_bds_eph[bds_dnav_eph->i_satellite_PRN] = *bds_dnav_eph; | ||||||
|                                     switch (type_of_rx) |                                     switch (type_of_rx) | ||||||
|                                         { |                                         { | ||||||
|                                         case 50:  // BDS B1I only |                                         case 500:  // BDS B1I only | ||||||
|                                             rp->log_rinex_nav(rp->navFile, new_bds_eph); |                                             rp->log_rinex_nav(rp->navFile, new_bds_eph); | ||||||
|                                             break; |                                             break; | ||||||
|                                         default: |                                         default: | ||||||
| @@ -2594,7 +2594,7 @@ int rtklib_pvt_gs::work(int noutput_items, gr_vector_const_void_star& input_item | |||||||
|                                                                                         } |                                                                                         } | ||||||
|                                                                                 } |                                                                                 } | ||||||
|                                                                             break; |                                                                             break; | ||||||
|                                                                         case 50:  // BDS B1I only |                                                                         case 500:  // BDS B1I only | ||||||
|                                                                             if (beidou_dnav_ephemeris_iter != d_pvt_solver->beidou_dnav_ephemeris_map.cend()) |                                                                             if (beidou_dnav_ephemeris_iter != d_pvt_solver->beidou_dnav_ephemeris_map.cend()) | ||||||
|                                                                                 { |                                                                                 { | ||||||
|                                                                                     rp->log_rinex_obs(rp->obsFile, beidou_dnav_ephemeris_iter->second, d_rx_time, gnss_observables_map, "B1"); |                                                                                     rp->log_rinex_obs(rp->obsFile, beidou_dnav_ephemeris_iter->second, d_rx_time, gnss_observables_map, "B1"); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez