mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-16 04:05:46 +00:00
GPS satellite with PNR 8 seems to be still transmitting
This commit is contained in:
parent
3a98f0765e
commit
f811d09d9c
@ -273,7 +273,7 @@ void Gnss_Satellite::set_block(const std::string& system_, unsigned int PRN_ )
|
||||
block = std::string("IIR-M"); //Plane A
|
||||
break;
|
||||
case 8 :
|
||||
block = std::string("UNKNOWN"); // Decommissioned
|
||||
block = std::string("IIA*"); // Decommissed
|
||||
break;
|
||||
case 9 :
|
||||
block = std::string("IIF"); //Plane F
|
||||
|
Loading…
Reference in New Issue
Block a user