[hamradio-commits] [gnss-sdr] 14/27: Added PRN 24 to available_gps_prn (was missing)

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Fri May 1 08:09:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 7163d8502a479f74a0a25f938dd086438f06cb05
Author: Johannes Pillmann <johannes.pillmann at tu-dortmund.de>
Date:   Tue Apr 28 17:07:28 2015 +0200

    Added PRN 24 to available_gps_prn (was missing)
---
 src/core/receiver/gnss_flowgraph.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/receiver/gnss_flowgraph.cc b/src/core/receiver/gnss_flowgraph.cc
index 7f9d287..0f5def0 100644
--- a/src/core/receiver/gnss_flowgraph.cc
+++ b/src/core/receiver/gnss_flowgraph.cc
@@ -578,7 +578,7 @@ void GNSSFlowgraph::set_signals_list()
              * Loop to create GPS L1 C/A signals
              */
             std::set<unsigned int> available_gps_prn = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
-                    11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28,
+                    11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
                     29, 30, 31, 32 };
 
             for (available_gnss_prn_iter = available_gps_prn.begin();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list