mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-16 12:12:57 +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
|
block = std::string("IIR-M"); //Plane A
|
||||||
break;
|
break;
|
||||||
case 8 :
|
case 8 :
|
||||||
block = std::string("UNKNOWN"); // Decommissioned
|
block = std::string("IIA*"); // Decommissed
|
||||||
break;
|
break;
|
||||||
case 9 :
|
case 9 :
|
||||||
block = std::string("IIF"); //Plane F
|
block = std::string("IIF"); //Plane F
|
||||||
|
Loading…
Reference in New Issue
Block a user