mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-06 02:37:20 +00:00
Update block for GPS satellites PRN 11 and 14
This commit is contained in:
parent
57d090d29d
commit
6289d920cc
@ -321,7 +321,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
||||
block_ = std::string("IIF"); // Plane E
|
||||
break;
|
||||
case 11:
|
||||
block_ = std::string("IIR"); // Plane D
|
||||
block_ = std::string("III"); // Plane D
|
||||
break;
|
||||
case 12:
|
||||
block_ = std::string("IIR-M"); // Plane B
|
||||
@ -330,7 +330,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
||||
block_ = std::string("IIR"); // Plane F
|
||||
break;
|
||||
case 14:
|
||||
block_ = std::string("Decommissioned"); // Plane F
|
||||
block_ = std::string("III"); // Plane B
|
||||
break;
|
||||
case 15:
|
||||
block_ = std::string("IIR-M"); // Plane F
|
||||
|
Loading…
x
Reference in New Issue
Block a user