Skip to content

Commit a06333b

Browse files
tokangasrlubos
authored andcommitted
doc: supl: Update SUPL documentation
Updated SUPL client and SUPL client OS integration documentation for v0.8.0 of the nRF91 Series SUPL client library. Signed-off-by: Tommi Kangas <[email protected]>
1 parent c04be26 commit a06333b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/nrf/libraries/others/supl_os_client.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SUPL client and SUPL client OS integration
99

1010
This section documents both the Secure User-Plane Location (SUPL) client library and the SUPL client OS integration library.
1111

12-
The Secure User-Plane Location (SUPL) client library is an OS-independent library that is distributed separately with a different license than the |NCS|.
12+
The SUPL client library is an OS-independent library that is distributed separately with a different license than the |NCS|.
1313
This library can be used to receive A-GNSS data from a SUPL server using the SUPL protocol.
1414

1515
The SUPL client OS integration library is a source code library distributed with the |NCS|.
@@ -21,7 +21,7 @@ For example, Google hosts a SUPL server (supl.google.com), but for commercial us
2121
Secure User-Plane Location
2222
**************************
2323

24-
SUPL enables the transfer of assistance and network-based positioning data of a SUPL Enabled Terminal (SET), such as an nRF9160 DK or a Thingy:91, over an IP User Plane bearer.
24+
SUPL enables the transfer of assistance and network-based positioning data of a SUPL Enabled Terminal (SET), such as an nRF91 Series DK, a Thingy:91, or a Thingy:91 X, over an IP User Plane bearer.
2525
See `SUPL context model`_ for more information on the SUPL architecture.
2626
SUPL is designed to support future positioning technologies.
2727
The SUPL version supported by the SUPL client library is 2.0.4.
@@ -89,9 +89,9 @@ You must accept the license before you can download the library.
8989
Downloading and installing
9090
==========================
9191

92-
You can download the SUPL client library from the `nRF9160 DK product page <SUPL client download_>`_.
92+
You can download the nRF91 Series SUPL client library from the `nRF9160 DK product page <SUPL client download_>`_.
9393

94-
Download the nRF9160 SiP SUPL client library zip file and extract it into the :file:`nrf/ext/lib/bin/` folder.
94+
Download the nRF91 Series SUPL client library zip file and extract it into the :file:`nrf/ext/lib/bin/` folder.
9595
Make sure to maintain the folder structure that is used in the zip file.
9696

9797
Configuration
@@ -102,8 +102,7 @@ See :ref:`configure_application` for information on how to change configuration
102102

103103
.. note::
104104

105-
The SUPL client library requires that the newlib C library is used.
106-
You can enable it using the :kconfig:option:`CONFIG_NEWLIB_LIBC` Kconfig option.
105+
SUPL client library v0.8.0 or later is required when picolibc is used.
107106

108107
Resource initialization and ownership
109108
=====================================

0 commit comments

Comments
 (0)