mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-03 09:17:02 +00:00
Update changelog
This commit is contained in:
parent
49ce3de848
commit
2265cc4301
@ -14,6 +14,11 @@ All notable changes to GNSS-SDR will be documented in this file.
|
||||
|
||||
## [Unreleased](https://github.com/gnss-sdr/gnss-sdr/tree/next)
|
||||
|
||||
### Improvements in Interoperability:
|
||||
|
||||
- Fix setting of the signal source gain if the AGC is enabled when using the
|
||||
AD9361 front-end.
|
||||
|
||||
### Improvements in Usability:
|
||||
|
||||
- Added a new monitor to extract the decoded data bits of the navigation
|
||||
@ -22,9 +27,9 @@ All notable changes to GNSS-SDR will be documented in this file.
|
||||
`NavDataMonitor.client_addresses=127.0.0.1` and `NavDataMonitor.port=1237` in
|
||||
the configuration file. Format described in the `nav_message.proto` file. A
|
||||
simple listener application written in C++ is included in
|
||||
`src/utils/nav-listener` as a example.
|
||||
`src/utils/nav-listener` as an example.
|
||||
- Extract successful rate of the CRC check in the decoding of navigation
|
||||
messages. This can be enbled by setting
|
||||
messages. This can be enabled by setting
|
||||
`TelemetryDecoder_XX.dump_crc_stats=true` and, optionally,
|
||||
`TelemetryDecoder_XX.dump_crc_stats_filename=./crc_stats` in the configuration
|
||||
file. At the end of the processing (or exiting with `q` + `[Enter]`), the CRC
|
||||
|
Loading…
x
Reference in New Issue
Block a user