File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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+
5669Delta DFU
5770=========
5871
You can’t perform that action at this time.
0 commit comments