Skip to content

Commit f80d8eb

Browse files
tokangascvinayak
authored andcommitted
doc improvement: Add GNSS API changes to nrf_modem changelog
Added better description of A-GNSS related GNSS API changes to nrf_modem changelog. Signed-off-by: Tommi Kangas <[email protected]>
1 parent 5834aee commit f80d8eb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

nrf_modem/doc/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,21 @@ GNSS interface
5151
* Added:
5252

5353
* Support for QZSS assistance.
54+
Because of this, all ``A-GPS`` references in the API have been updated to `A-GNSS`_.
5455
* Maximum speeds for dynamics modes.
5556

57+
* Updated:
58+
59+
* The ``NRF_MODEM_GNSS_EVT_AGPS_REQ`` event has been renamed to :c:macro:`NRF_MODEM_GNSS_EVT_AGNSS_REQ`.
60+
* The ``NRF_MODEM_GNSS_DATA_AGPS_REQ`` data type has been renamed to :c:macro:`NRF_MODEM_GNSS_DATA_AGNSS_REQ`.
61+
* The ``nrf_modem_gnss_agps_data_frame`` struct has been renamed to :c:struct:`nrf_modem_gnss_agnss_data_frame`.
62+
* The ``nrf_modem_gnss_agps_expiry`` struct has been renamed to :c:struct:`nrf_modem_gnss_agnss_expiry`.
63+
* The ``nrf_modem_gnss_system_mask_set()`` function has been renamed to :c:func:`nrf_modem_gnss_signal_mask_set`.
64+
* The ``nrf_modem_gnss_agps_write()`` function has been renamed to :c:func:`nrf_modem_gnss_agnss_write`.
65+
* The ``nrf_modem_gnss_agps_expiry_get()`` function has been renamed to :c:func:`nrf_modem_gnss_agnss_expiry_get`.
66+
* :c:struct:`nrf_modem_gnss_agnss_data_frame` and :c:struct:`nrf_modem_gnss_agnss_expiry` structs to contain A-GNSS data need for multiple systems.
67+
* Expiration times in :c:struct:`nrf_modem_gnss_agnss_expiry` struct from seconds to minutes.
68+
5669
Delta DFU
5770
=========
5871

0 commit comments

Comments
 (0)