mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-28 09:54:51 +00:00
Fix reading of Galileo ephemeris
This commit is contained in:
parent
e71cbc9f24
commit
6fc0927385
@ -291,6 +291,7 @@ int main(int argc, char** argv)
|
||||
eph.af0_4 = rne.af0;
|
||||
eph.af1_4 = rne.af1;
|
||||
eph.af2_4 = rne.af2;
|
||||
eph.WN_5 = rne.weeknum;
|
||||
eph_gal_map[j] = eph;
|
||||
j++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user