mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-01 15:53:03 +00:00
GPS satellite with PNR 8 seems to be still transmitting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user