[hamradio-commits] [gnss-sdr] branch next updated (ab06617 -> f4aaa0f)

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


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

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

      from  ab06617   Tell git-buildpackage the name of the tag
       new  892295d   A new home and version for Gflags
       new  5dcc4d7   A new home and version for glog
       new  acb35cc   Adding more Teleorbit Flexiband frontend configurations (gnss-sdr config files)
       new  ccca607   finding recently submitted libgtest-dev port in Mac OS X
       new  7f8dc3e   Adding info about selecting a python version
       new  0691778   Merge branch 'next' of ssh://git.code.sf.net/p/gnss-sdr/cttc into next
       new  a709874   Added support for new features of Flexiband GNURadio driver developed by CTTC: Now it is possible to read signal from USB front-end frames captured by Flexiband native driver.
       new  a97d987   Added config file sample to use the CTTC's Flexiband GNURadio driver with binary multiplexed multichannel GNSS signal captures
       new  faeeed6   small fix
       new  f250e08   adding ref to Ubuntu 15.04
       new  099dd5f   Merge branch 'next' of git://github.com/gnss-sdr/gnss-sdr into next
       new  64b069f   Try to get the Volk version
       new  9b4435a   Pointer safety, code cleaning
       new  7163d85   Added PRN 24 to available_gps_prn (was missing)
       new  5f68f92   Merge pull request #7 from joh2511/next
       new  bf1c612   Added PRN 24 to available_gps_prn (was missing)
       new  a9c7793   OsmoSdr args
       new  9ecf17a   Link dependencies
       new  9f49473   Merge branch 'link' into osmoflags
       new  9a3980c   Reset gflags URL
       new  b059d5a   Print args
       new  9d61617   Example config
       new  f556660   Merge branch 'osmoflags' of https://github.com/anthony-arnold/gnss-sdr into anthony-arnold-osmoflags
       new  4fb3ec2   small fix for packaging
       new  cec1aa2   Merge branch 'anthony-arnold-osmoflags' into next
       new  7cbc0a6   changing integer absolute value function 'abs' when argument is of floating point type by std::abs
       new  f4aaa0f   Merge remote-tracking branch 'origin/next' into next

The 27 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |  109 +--
 README.md                                          |   41 +-
 cmake/Modules/FindVolk.cmake                       |    4 +-
 ....conf => gnss-sdr_GPS_L1_rtl_tcp_realtime.conf} |   45 +-
 ...5a.conf => gnss-sdr_Galileo_E5a_IFEN_CTTC.conf} |   25 +-
 ...ichannel_GPS_L1_Flexiband_bin_file_III_1a.conf} |   28 +-
 ...ichannel_GPS_L1_Flexiband_realtime_III_1a.conf} |   25 +-
 ...ichannel_GPS_L1_Flexiband_realtime_III_1b.conf} |   25 +-
 ...tichannel_GPS_L1_Flexiband_realtime_II_3b.conf} |   23 +-
 ...ltichannel_GPS_L1_Flexiband_realtime_I_1b.conf} |   19 +-
 ...alileo_e5a_noncoherent_iq_acquisition_caf_cc.cc | 1022 ++++++++++----------
 .../pcps_acquisition_fine_doppler_cc.cc            |    4 +-
 src/algorithms/libs/CMakeLists.txt                 |   16 +-
 .../volk_gnsssdr/lib/volk_gnsssdr_malloc.c         |   35 +-
 .../volk_gnsssdr/lib/volk_gnsssdr_prefs.c          |    8 +-
 .../gnuradio_blocks/CMakeLists.txt                 |   10 +-
 .../adapters/flexiband_signal_source.cc            |    5 +-
 .../adapters/flexiband_signal_source.h             |    2 +
 .../adapters/nsr_file_signal_source.cc             |    2 +-
 .../adapters/osmosdr_signal_source.cc              |    8 +-
 .../signal_source/adapters/osmosdr_signal_source.h |    1 +
 .../galileo_e1b_telemetry_decoder_cc.cc            |    2 +-
 .../gps_l1_ca_telemetry_decoder_cc.cc              |    2 +-
 .../tracking/gnuradio_blocks/CMakeLists.txt        |    6 +-
 src/core/receiver/gnss_flowgraph.cc                |    2 +-
 .../galileo_navigation_message.cc                  |    4 +-
 src/core/system_parameters/galileo_utc_model.cc    |    3 +-
 .../system_parameters/gps_navigation_message.cc    |    3 +-
 src/core/system_parameters/gps_utc_model.cc        |    3 +-
 src/core/system_parameters/sbas_telemetry_data.cc  |    7 +-
 src/main/CMakeLists.txt                            |   24 +-
 ...pcps_8ms_ambiguous_acquisition_gsoc2013_test.cc |    4 +-
 ..._e1_pcps_ambiguous_acquisition_gsoc2013_test.cc |    4 +-
 .../galileo_e1_pcps_ambiguous_acquisition_test.cc  |    4 +-
 ...s_cccwsr_ambiguous_acquisition_gsoc2013_test.cc |    4 +-
 ...uicksync_ambiguous_acquisition_gsoc2014_test.cc |    4 +-
 ...cps_tong_ambiguous_acquisition_gsoc2013_test.cc |    4 +-
 ...e5a_pcps_acquisition_gsoc2014_gensource_test.cc |   16 +-
 .../gps_l1_ca_pcps_acquisition_gsoc2013_test.cc    |    4 +-
 ...a_pcps_multithread_acquisition_gsoc2013_test.cc |    4 +-
 ..._l1_ca_pcps_opencl_acquisition_gsoc2013_test.cc |    4 +-
 ..._ca_pcps_quicksync_acquisition_gsoc2014_test.cc |    4 +-
 ...ps_l1_ca_pcps_tong_acquisition_gsoc2013_test.cc |    4 +-
 src/tests/single_test_main.cc                      |    1 +
 src/tests/test_main.cc                             |    4 +-
 src/utils/front-end-cal/CMakeLists.txt             |   49 +-
 46 files changed, 799 insertions(+), 828 deletions(-)
 copy conf/{gnss-sdr_GPS_L1_rtlsdr_realtime.conf => gnss-sdr_GPS_L1_rtl_tcp_realtime.conf} (92%)
 copy conf/{gnss-sdr_Galileo_E5a.conf => gnss-sdr_Galileo_E5a_IFEN_CTTC.conf} (96%)
 copy conf/{gnss-sdr_multichannel_GPS_L1_Flexiband_realtime.conf => gnss-sdr_multichannel_GPS_L1_Flexiband_bin_file_III_1a.conf} (95%)
 copy conf/{gnss-sdr_multichannel_GPS_L1_Flexiband_realtime.conf => gnss-sdr_multichannel_GPS_L1_Flexiband_realtime_III_1a.conf} (96%)
 copy conf/{gnss-sdr_multichannel_GPS_L1_Flexiband_realtime.conf => gnss-sdr_multichannel_GPS_L1_Flexiband_realtime_III_1b.conf} (96%)
 copy conf/{gnss-sdr_multichannel_GPS_L1_Flexiband_realtime.conf => gnss-sdr_multichannel_GPS_L1_Flexiband_realtime_II_3b.conf} (96%)
 rename conf/{gnss-sdr_multichannel_GPS_L1_Flexiband_realtime.conf => gnss-sdr_multichannel_GPS_L1_Flexiband_realtime_I_1b.conf} (97%)

-- 
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