1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-28 22:17:39 +00:00

Small fixes

This commit is contained in:
Carles Fernandez
2018-02-05 11:18:06 +01:00
parent e4c5a28d6a
commit d780de445a
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[GNSS-SDR] [GNSS-SDR]
;######### GLOBAL OPTIONS ################## ;######### GLOBAL OPTIONS ##################
GNSS-SDR.internal_fs_hz=2000000 GNSS-SDR.internal_fs_sps=2000000
;######### SIGNAL_SOURCE CONFIG ############ ;######### SIGNAL_SOURCE CONFIG ############
SignalSource.implementation=Osmosdr_Signal_Source SignalSource.implementation=Osmosdr_Signal_Source
@@ -86,7 +86,6 @@ Tracking_1C.dump_filename=./tracking_ch_
;######### TELEMETRY DECODER GPS CONFIG ############ ;######### TELEMETRY DECODER GPS CONFIG ############
TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder
TelemetryDecoder_1C.dump=false TelemetryDecoder_1C.dump=false
TelemetryDecoder_1C.decimation_factor=1;
;######### OBSERVABLES CONFIG ############ ;######### OBSERVABLES CONFIG ############
Observables.implementation=GPS_L1_CA_Observables Observables.implementation=GPS_L1_CA_Observables

View File

@@ -78,7 +78,7 @@ OsmosdrSignalSource::OsmosdrSignalSource(ConfigurationInterface* configuration,
// 1. Make the driver instance // 1. Make the driver instance
OsmosdrSignalSource::driver_instance(); OsmosdrSignalSource::driver_instance();
// For LimeSDR: Set RX antenna // For LimeSDR: Set RX antenna
if (!antenna_.empty()) if (!antenna_.empty())
{ {
osmosdr_source_->set_antenna(antenna_, 0); osmosdr_source_->set_antenna(antenna_, 0);