mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Galileo fix
This commit is contained in:
parent
c0da948857
commit
120c1a0614
@ -499,6 +499,15 @@ eph_t *seleph(gtime_t time, int sat, int iode, const nav_t *nav)
|
|||||||
if (iode >= 0 && nav->eph[i].iode != iode) continue;
|
if (iode >= 0 && nav->eph[i].iode != iode) continue;
|
||||||
if (sys == SYS_GAL)
|
if (sys == SYS_GAL)
|
||||||
{
|
{
|
||||||
|
if (nav->eph[i].sat > (NSATGPS + NSATGLO))
|
||||||
|
{
|
||||||
|
galmessagetype = GALMESS_INAV;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
galmessagetype = GALMESS_FNAV;
|
||||||
|
}
|
||||||
|
|
||||||
if (galmessagetype == GALMESS_FNAV)
|
if (galmessagetype == GALMESS_FNAV)
|
||||||
{
|
{
|
||||||
/* Check if F/NAV ephemeris */
|
/* Check if F/NAV ephemeris */
|
||||||
|
Loading…
Reference in New Issue
Block a user