diff --git a/README.md b/README.md index 6381ed9ca..089cdd032 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ $ pybombs recipes add gr-recipes https://github.com/gnuradio/gr-recipes.git $ pybombs recipes add gr-etcetera https://github.com/gnuradio/gr-etcetera.git $ sudo pybombs prefix init /usr/local -a myprefix $ pybombs config default_prefix myprefix -$ sudo pybombs install gnuradio gr-osmosdr armadillo glog +$ pybombs install gnuradio gr-osmosdr armadillo glog ~~~~~~ Other installation and configuration options are available from https://github.com/gnuradio/pybombs diff --git a/conf/gnss-sdr_Hybrid_short.conf b/conf/gnss-sdr_Hybrid_short.conf index 03455ff6b..bf31786c4 100644 --- a/conf/gnss-sdr_Hybrid_short.conf +++ b/conf/gnss-sdr_Hybrid_short.conf @@ -172,9 +172,9 @@ Resampler.sample_freq_out=4000000 ;######### CHANNELS GLOBAL CONFIG ############ ;#count: Number of available GPS satellite channels. -Channels_1C.count=2 +Channels_1C.count=5 ;#count: Number of available Galileo satellite channels. -Channels_1B.count=4 +Channels_1B.count=0 ;#in_acquisition: Number of channels simultaneously acquiring for the whole receiver Channels.in_acquisition=1 @@ -185,9 +185,9 @@ Channels.in_acquisition=1 ;# "5X" GALILEO E5a I+Q Channel0.signal=1C Channel1.signal=1C -Channel2.signal=1B -Channel3.signal=1B -Channel4.signal=1B +Channel2.signal=1C +Channel3.signal=1C +Channel4.signal=1C Channel5.signal=1B Channel6.signal=1B Channel7.signal=1B