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/carlesfernandez/gnss-sdr into next
This commit is contained in:
		| @@ -543,7 +543,7 @@ endif() | |||||||
|  |  | ||||||
|  |  | ||||||
| ################################################################################ | ################################################################################ | ||||||
| # Lib4cpp - http://log4cpp.sourceforge.net/ | # Log4cpp - http://log4cpp.sourceforge.net/ | ||||||
| ################################################################################ | ################################################################################ | ||||||
| find_package(Log4cpp) | find_package(Log4cpp) | ||||||
| if(NOT LOG4CPP_FOUND) | if(NOT LOG4CPP_FOUND) | ||||||
|   | |||||||
| @@ -187,7 +187,7 @@ int decode_sbstype6(const sbsmsg_t *msg, sbssat_t *sbssat) | |||||||
|         } |         } | ||||||
|     for (i = 0; i < sbssat->nsat && i < MAXSAT; i++) |     for (i = 0; i < sbssat->nsat && i < MAXSAT; i++) | ||||||
|         { |         { | ||||||
|             if (sbssat->sat[i].fcorr.iodf != iodf[i/23]) continue; |             if (sbssat->sat[i].fcorr.iodf != iodf[i/28]) continue; | ||||||
|             udre = getbitu(msg->msg, 22+i*4, 4); |             udre = getbitu(msg->msg, 22+i*4, 4); | ||||||
|             sbssat->sat[i].fcorr.udre = udre+1; |             sbssat->sat[i].fcorr.udre = udre+1; | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez