2018-05-04 21:44:00 +00:00
|
|
|
; This is a GNSS-SDR configuration file
|
2018-05-09 18:20:57 +00:00
|
|
|
; The configuration API is described at https://gnss-sdr.org/docs/sp-blocks/
|
2020-02-08 00:20:02 +00:00
|
|
|
; SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
; SPDX-FileCopyrightText: (C) 2010-2020 (see AUTHORS file for a list of contributors)
|
2018-05-04 21:44:00 +00:00
|
|
|
|
2014-06-10 16:58:17 +00:00
|
|
|
; You can define your own receiver and invoke it by doing
|
|
|
|
; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
|
|
|
|
;
|
|
|
|
|
|
|
|
[GNSS-SDR]
|
|
|
|
|
|
|
|
;######### GLOBAL OPTIONS ##################
|
2017-09-02 09:24:44 +00:00
|
|
|
;internal_fs_sps: Internal signal sampling frequency after the signal conditioning stage [samples per second].
|
|
|
|
GNSS-SDR.internal_fs_sps=4000000
|
2014-06-10 16:58:17 +00:00
|
|
|
|
2015-05-19 05:58:23 +00:00
|
|
|
|
|
|
|
;######### SUPL RRLP GPS assistance configuration #####
|
2020-02-05 20:24:46 +00:00
|
|
|
; Check https://www.mcc-mnc.com/
|
2016-05-15 12:27:51 +00:00
|
|
|
; On Android: https://play.google.com/store/apps/details?id=net.its_here.cellidinfo&hl=en
|
2015-05-19 05:58:23 +00:00
|
|
|
GNSS-SDR.SUPL_gps_enabled=false
|
|
|
|
GNSS-SDR.SUPL_read_gps_assistance_xml=true
|
2016-05-07 08:00:49 +00:00
|
|
|
GNSS-SDR.SUPL_gps_ephemeris_server=supl.google.com
|
2015-05-19 05:58:23 +00:00
|
|
|
GNSS-SDR.SUPL_gps_ephemeris_port=7275
|
|
|
|
GNSS-SDR.SUPL_gps_acquisition_server=supl.google.com
|
|
|
|
GNSS-SDR.SUPL_gps_acquisition_port=7275
|
|
|
|
GNSS-SDR.SUPL_MCC=244
|
2018-10-22 22:16:36 +00:00
|
|
|
GNSS-SDR.SUPL_MNC=5
|
2015-05-19 05:58:23 +00:00
|
|
|
GNSS-SDR.SUPL_LAC=0x59e2
|
|
|
|
GNSS-SDR.SUPL_CI=0x31b0
|
|
|
|
|
|
|
|
|
2014-06-10 16:58:17 +00:00
|
|
|
;######### SIGNAL_SOURCE CONFIG ############
|
2018-01-29 17:56:02 +00:00
|
|
|
;#implementation
|
2014-06-10 16:58:17 +00:00
|
|
|
SignalSource.implementation=File_Signal_Source
|
2016-05-13 15:36:11 +00:00
|
|
|
SignalSource.filename=/datalogger/signals/CTTC/2013_04_04_GNSS_SIGNAL_at_CTTC_SPAIN/2013_04_04_GNSS_SIGNAL_at_CTTC_SPAIN.dat ; <- PUT YOUR FILE HERE
|
2015-12-26 12:41:54 +00:00
|
|
|
SignalSource.item_type=ishort
|
2014-06-10 16:58:17 +00:00
|
|
|
SignalSource.sampling_frequency=4000000
|
|
|
|
SignalSource.samples=0
|
|
|
|
SignalSource.repeat=false
|
|
|
|
SignalSource.enable_throttle_control=false
|
|
|
|
|
|
|
|
|
|
|
|
;######### SIGNAL_CONDITIONER CONFIG ############
|
|
|
|
SignalConditioner.implementation=Signal_Conditioner
|
|
|
|
|
|
|
|
;######### DATA_TYPE_ADAPTER CONFIG ############
|
|
|
|
DataTypeAdapter.implementation=Ishort_To_Complex
|
|
|
|
|
|
|
|
;######### INPUT_FILTER CONFIG ############
|
|
|
|
InputFilter.implementation=Pass_Through
|
|
|
|
InputFilter.input_item_type=gr_complex
|
|
|
|
InputFilter.output_item_type=gr_complex
|
|
|
|
|
|
|
|
|
|
|
|
;######### RESAMPLER CONFIG ############
|
|
|
|
Resampler.implementation=Pass_Through
|
|
|
|
Resampler.item_type=gr_complex
|
2018-01-29 22:30:50 +00:00
|
|
|
Resampler.dump=false
|
|
|
|
Resampler.dump_filename=../data/resampler.dat
|
2014-06-10 16:58:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### CHANNELS GLOBAL CONFIG ############
|
2016-05-12 21:34:46 +00:00
|
|
|
Channels_1C.count=0
|
|
|
|
Channels_1B.count=5
|
2014-06-10 16:58:17 +00:00
|
|
|
Channels.in_acquisition=1
|
|
|
|
|
2015-12-25 09:25:22 +00:00
|
|
|
;#signal:
|
2015-05-11 19:36:39 +00:00
|
|
|
;# "1C" GPS L1 C/A
|
|
|
|
;# "2S" GPS L2 L2C (M)
|
|
|
|
;# "1B" GALILEO E1 B (I/NAV OS/CS/SoL)
|
|
|
|
;# "5X" GALILEO E5a I+Q
|
2016-05-12 21:34:46 +00:00
|
|
|
Channel0.signal=1B
|
|
|
|
Channel1.signal=1B
|
|
|
|
Channel2.signal=1B
|
|
|
|
Channel3.signal=1B
|
|
|
|
Channel4.signal=1B
|
2016-04-13 16:26:19 +00:00
|
|
|
Channel5.signal=1B
|
|
|
|
Channel6.signal=1B
|
|
|
|
Channel7.signal=1B
|
2015-05-07 18:49:06 +00:00
|
|
|
|
2014-06-10 16:58:17 +00:00
|
|
|
|
|
|
|
;######### GPS ACQUISITION CONFIG ############
|
2018-01-29 22:30:50 +00:00
|
|
|
Acquisition_1C.implementation=GPS_L1_CA_PCPS_Acquisition
|
2015-05-11 19:36:39 +00:00
|
|
|
Acquisition_1C.item_type=gr_complex
|
2018-05-04 21:44:00 +00:00
|
|
|
Acquisition_1C.coherent_integration_time_ms=1
|
2020-02-05 21:15:50 +00:00
|
|
|
Acquisition_1C.pfa=0.015
|
2015-05-11 19:36:39 +00:00
|
|
|
;Acquisition_1C.pfa=0.01
|
|
|
|
Acquisition_1C.doppler_max=10000
|
|
|
|
Acquisition_1C.doppler_step=500
|
2018-01-29 22:30:50 +00:00
|
|
|
Acquisition_1C.dump=false
|
|
|
|
Acquisition_1C.dump_filename=./acq_dump.dat
|
2014-06-10 16:58:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### GALILEO ACQUISITION CONFIG ############
|
2018-01-29 22:30:50 +00:00
|
|
|
Acquisition_1B.implementation=Galileo_E1_PCPS_Ambiguous_Acquisition
|
2015-05-11 19:36:39 +00:00
|
|
|
Acquisition_1B.item_type=gr_complex
|
2018-05-04 21:44:00 +00:00
|
|
|
Acquisition_1B.coherent_integration_time_ms=4
|
2015-05-11 19:36:39 +00:00
|
|
|
;Acquisition_1B.threshold=0
|
2016-05-12 21:34:46 +00:00
|
|
|
Acquisition_1B.pfa=0.0000008; 0.0000008
|
2015-05-11 19:36:39 +00:00
|
|
|
Acquisition_1B.doppler_max=15000
|
|
|
|
Acquisition_1B.doppler_step=125
|
2016-05-12 21:34:46 +00:00
|
|
|
Acquisition_1B.cboc=false;
|
2018-01-29 22:30:50 +00:00
|
|
|
Acquisition_1B.dump=false
|
|
|
|
Acquisition_1B.dump_filename=./acq_dump.dat
|
2014-06-10 16:58:17 +00:00
|
|
|
|
|
|
|
|
2018-01-29 22:30:50 +00:00
|
|
|
;######### TRACKING GPS CONFIG ############
|
2019-06-11 08:11:20 +00:00
|
|
|
Tracking_1C.implementation=GPS_L1_CA_DLL_PLL_Tracking
|
2015-05-11 19:36:39 +00:00
|
|
|
Tracking_1C.item_type=gr_complex
|
2016-04-13 16:26:19 +00:00
|
|
|
Tracking_1C.pll_bw_hz=50.0;
|
|
|
|
Tracking_1C.dll_bw_hz=5.0;
|
2015-05-11 19:36:39 +00:00
|
|
|
Tracking_1C.order=3;
|
2018-01-29 22:30:50 +00:00
|
|
|
Tracking_1C.dump=false
|
|
|
|
Tracking_1C.dump_filename=../data/epl_tracking_ch_
|
2014-06-10 16:58:17 +00:00
|
|
|
|
|
|
|
|
2018-01-29 22:30:50 +00:00
|
|
|
;######### TRACKING GALILEO CONFIG ############
|
2015-05-11 19:36:39 +00:00
|
|
|
Tracking_1B.implementation=Galileo_E1_DLL_PLL_VEML_Tracking
|
|
|
|
Tracking_1B.item_type=gr_complex
|
2016-05-12 21:34:46 +00:00
|
|
|
Tracking_1B.pll_bw_hz=20.0;
|
2015-05-11 19:36:39 +00:00
|
|
|
Tracking_1B.dll_bw_hz=2.0;
|
|
|
|
Tracking_1B.order=3;
|
|
|
|
Tracking_1B.early_late_space_chips=0.15;
|
|
|
|
Tracking_1B.very_early_late_space_chips=0.6;
|
2018-01-29 22:30:50 +00:00
|
|
|
Tracking_1B.dump=false
|
|
|
|
Tracking_1B.dump_filename=../data/veml_tracking_ch_
|
2014-06-10 16:58:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### TELEMETRY DECODER GPS CONFIG ############
|
2015-05-11 19:36:39 +00:00
|
|
|
TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder
|
|
|
|
TelemetryDecoder_1C.dump=false
|
2018-01-29 22:30:50 +00:00
|
|
|
|
2014-06-10 16:58:17 +00:00
|
|
|
|
|
|
|
;######### TELEMETRY DECODER GALILEO CONFIG ############
|
2015-05-11 19:36:39 +00:00
|
|
|
TelemetryDecoder_1B.implementation=Galileo_E1B_Telemetry_Decoder
|
|
|
|
TelemetryDecoder_1B.dump=false
|
2018-01-29 22:30:50 +00:00
|
|
|
|
2014-06-10 16:58:17 +00:00
|
|
|
|
|
|
|
;######### OBSERVABLES CONFIG ############
|
|
|
|
Observables.implementation=Hybrid_Observables
|
|
|
|
Observables.dump=false
|
|
|
|
Observables.dump_filename=./observables.dat
|
|
|
|
|
|
|
|
|
|
|
|
;######### PVT CONFIG ############
|
2017-05-08 19:12:32 +00:00
|
|
|
PVT.implementation=RTKLIB_PVT
|
|
|
|
PVT.positioning_mode=PPP_Static ; options: Single, Static, Kinematic, PPP_Static, PPP_Kinematic
|
|
|
|
PVT.iono_model=Broadcast ; options: OFF, Broadcast, SBAS, Iono-Free-LC, Estimate_STEC, IONEX
|
|
|
|
PVT.trop_model=Saastamoinen ; options: OFF, Saastamoinen, SBAS, Estimate_ZTD, Estimate_ZTD_Grad
|
2014-06-10 16:58:17 +00:00
|
|
|
PVT.output_rate_ms=100;
|
|
|
|
PVT.display_rate_ms=500;
|
2016-04-13 16:26:19 +00:00
|
|
|
PVT.flag_rtcm_server=true
|
2015-12-25 09:25:22 +00:00
|
|
|
PVT.flag_rtcm_tty_port=false
|
|
|
|
PVT.rtcm_dump_devname=/dev/pts/1
|
2016-05-13 15:36:11 +00:00
|
|
|
PVT.rtcm_tcp_port=2101
|
|
|
|
PVT.rtcm_MT1045_rate_ms=5000 ; Period (in ms) of Galileo ephemeris messages. 0 mutes this message
|
|
|
|
PVT.rtcm_MT1045_rate_ms=5000 ; Period (in ms) of GPS ephemeris messages. 0 mutes this message
|
|
|
|
PVT.rtcm_MT1097_rate_ms=1000 ; Period (in ms) of Galileo observables. 0 mutes this message
|
|
|
|
PVT.rtcm_MT1077_rate_ms=1000 ; Period (in ms) of GPS observables. 0 mutes this message
|
2018-01-29 22:30:50 +00:00
|
|
|
PVT.dump=false
|
2014-06-10 16:58:17 +00:00
|
|
|
PVT.dump_filename=./PVT
|