From 8ed2893fa3b746215f8e6d42dab527c3f85f282c Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 10 Jun 2024 12:55:37 +0200 Subject: [PATCH] Update block of GPS satellite --- src/core/system_parameters/gnss_satellite.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/system_parameters/gnss_satellite.cc b/src/core/system_parameters/gnss_satellite.cc index c2b2516fd..7a13616e1 100644 --- a/src/core/system_parameters/gnss_satellite.cc +++ b/src/core/system_parameters/gnss_satellite.cc @@ -391,7 +391,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_ block_ = std::string("IIF"); // Plane C break; case 28: - block_ = std::string("IIR"); // Plane B + block_ = std::string("III"); // Plane B break; case 29: block_ = std::string("IIR-M"); // Plane C