mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-07 00:54:09 +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
|
block_ = std::string("IIF"); // Plane E
|
||||||
break;
|
break;
|
||||||
case 11:
|
case 11:
|
||||||
block_ = std::string("IIR"); // Plane D
|
block_ = std::string("III"); // Plane D
|
||||||
break;
|
break;
|
||||||
case 12:
|
case 12:
|
||||||
block_ = std::string("IIR-M"); // Plane B
|
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
|
block_ = std::string("IIR"); // Plane F
|
||||||
break;
|
break;
|
||||||
case 14:
|
case 14:
|
||||||
block_ = std::string("Decommissioned"); // Plane F
|
block_ = std::string("III"); // Plane B
|
||||||
break;
|
break;
|
||||||
case 15:
|
case 15:
|
||||||
block_ = std::string("IIR-M"); // Plane F
|
block_ = std::string("IIR-M"); // Plane F
|
||||||
|
Loading…
x
Reference in New Issue
Block a user