Carles Fernandez
9d09ce2bed
Merge branch 'simplify_configuration' of https://github.com/vladisslav2011/gnss-sdr into vladisslav2011-simplify_configuration
2022-07-15 19:17:30 +02:00
Vladisslav P
1153544fca
Implement support of new GEO BeiDou satellites
...
Update tracking blocks to support PRN59...PRN63
Update telemetry decoder block to support PRN59...PRN63
Update RTKLIB to support PRN59...PRN63
Signed-off-by: Vladisslav P <vladisslav2011@gmail.com>
2022-07-14 12:48:41 +03:00
Vlad P
bcad6db988
Implement processing of BeiDou PRN34..PRN63
...
Signed-off-by: Vlad P <vladisslav2011@gmail.com>
2022-07-14 12:48:41 +03:00
Vladisslav P
eb56367f05
Simplify multiple signal source configuration
...
Make it possible to specify signal sorce per channel group.
Example:
;Set GPS L1 C/A channels RF channel ID to 1
Channels_1C.RF_channel_ID=1
instead of
;Set GPS L1 C/A channels RF channel ID to 1
Channel0.RF_channel_ID=1
Channel1.RF_channel_ID=1
Channel2.RF_channel_ID=1
....
Signed-off-by: Vladisslav P <vladisslav2011@gmail.com>
2022-07-12 11:46:59 +03:00
Carles Fernandez
525a8ba602
Fix units of ephemeris angles in comments
...
Fix angle units in retrieval of reduced CED ephemeris
2022-06-22 12:48:25 +02:00
Carles Fernandez
5ec7548886
Prepare for boost::any to std::any transition
2022-06-11 13:55:12 +02:00
Carles Fernandez
f076c6afd9
Avoid segmentation fault due to misconfiguration
2022-06-08 17:10:34 +02:00
Carles Fernandez
ac0209f16f
Get TOW in E6 channels
2022-06-04 11:49:44 +02:00
Carles Fernandez
e349422b43
Merge branch 'next' into e6-pvt
2022-06-02 23:01:33 +02:00
Carles Fernandez
fa55a5b0b6
Fix Galileo time when reading from XML ephemeris
2022-06-02 21:51:06 +02:00
Carles Fernandez
cfa7a4af48
Improve source code visualization in some code editors
2022-06-02 21:41:19 +02:00
Carles Fernandez
266b3bdfe8
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into e6-pvt
2022-06-01 17:10:36 +02:00
Marc Majoral
918477d61f
fix the control of the FPGA acquisition HW accelerator
2022-06-01 16:52:35 +02:00
Carles Fernandez
b6762bf438
Use E6 channels in PVT
2022-06-01 12:17:50 +02:00
Carles Fernandez
1ae6cac249
Add work on getting TOW for E6 channels
2022-06-01 10:33:36 +02:00
Carles Fernandez
e92ef5c1c1
Print IGM messages if TOW is available
2022-05-26 11:53:39 +02:00
Carles Fernandez
8622f51380
Read galileo assistance also for 7X and E6
...
Replace logical operators 'and' and 'or' by '&&' and '||'
2022-05-25 09:53:13 +02:00
Carles Fernandez
0dbecdaa80
Use naming as in HAS SIS ICD 1.0, document sources
2022-05-15 13:43:59 +02:00
Carles Fernandez
0804429f2c
Merge branch 'next' into galileo-e6
2022-05-12 21:09:18 +02:00
Carles Fernandez
4297667ffa
Set HAS SIS ICD reference
2022-05-12 21:09:11 +02:00
Marc Majoral
efbbdc6987
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fix_FPGA_IP_address_ranges
2022-04-28 18:43:43 +02:00
Carles Fernandez
08889f238b
Make use of CMAKE_CURRENT_SOURCE_DIR, improve maintainability
2022-04-27 16:18:51 +02:00
Will Silberman
f8c3b41796
Add types/ to CMakeLists.txt. Delete duped files between asn-supl/ and asn-rrlp.
2022-04-26 14:56:03 -07:00
Marc Majoral
d3bd4ed626
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fix_FPGA_IP_address_ranges
2022-04-19 15:55:30 +02:00
Marc Majoral
337c9c7d1f
set the FPGA page size to 0x1000 for compatibility with the FPGA IP cores compiled for the ZynqMP
2022-04-19 15:53:00 +02:00
Carles Fernandez
7ac77f123f
Update URLs
2022-04-14 19:33:02 +02:00
Carles Fernandez
d15bcd87e2
Merge branch 'next' into galileo-e6
2022-03-30 09:26:32 +02:00
Carles Fernandez
c1f03135aa
Fix documentation and typos
2022-03-21 11:53:13 +01:00
Carles Fernandez
9a91fb3192
Add Doppler prediction in almanacs
2022-03-20 10:44:26 +01:00
Carles Fernandez
08782a2085
Remove unused variables
2022-03-19 10:59:44 +01:00
Carles Fernandez
9af3e6c125
Add a Doppler prediction method to Ephemeris objects
2022-03-19 10:57:33 +01:00
Carles Fernandez
55021d2531
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into galileo-e6
2021-12-20 08:05:51 +01:00
Carles Fernandez
14d38def84
Remove unnecessary comparisons
2021-12-19 21:56:53 +01:00
Carles Fernandez
df4c965447
Fix flowgraph
2021-12-19 17:29:00 +01:00
Carles Fernandez
1b4390b16c
Fix error message
2021-12-19 09:41:47 +01:00
Carles Fernandez
3dffec1e81
Fix Glonass receiver
2021-12-18 18:54:47 +01:00
Carles Fernandez
7478069da9
Fix ambiguous overload
2021-12-17 15:01:09 +01:00
Carles Fernandez
9f0f1186c2
Simplify flowgraph disconnection
2021-12-17 14:43:37 +01:00
Carles Fernandez
eb6d8da59a
Fix repetition of satellites in conf with large number of channels
...
The maximum number of channels per signal is now limited to the number of available satellites per system
2021-12-17 13:24:24 +01:00
Carles Fernandez
5694562476
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into galileo-e6
2021-12-14 17:48:29 +01:00
Carles Fernandez
2c7bead089
Prefer initialization to assignment in constructors
2021-12-14 17:03:29 +01:00
Carles Fernandez
47024cc283
Prefer initialization to assignment in constructors
2021-12-14 15:27:57 +01:00
Carles Fernandez
fdc378c04b
Fix error computing the Galileo week
2021-12-14 13:04:55 +01:00
Carles Fernandez
5a36925d52
Merge branch 'next' into galileo-e6
2021-12-13 22:53:03 +01:00
Carles Fernandez
589690a645
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into pps_lime
2021-12-07 15:26:50 +01:00
Carles Fernandez
f6ff0bbe89
Add two new Galileo satellites
2021-12-07 13:42:31 +01:00
Carles Fernandez
4b1c6a2b35
Improve const correctness
2021-12-07 08:21:14 +01:00
Javier Arribas
28e9d20be7
Fix more cpplint format errors
2021-12-05 19:52:25 +01:00
Javier Arribas
c1f6da0ce1
Improve PVT to Tracking experimental VTL message port detection
2021-12-01 15:32:28 +01:00
Javier Arribas
c8f7966688
Fix cmakelint and cpplint reported format errors
2021-12-01 14:52:27 +01:00