You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: doc/nrf/libraries/others/supl_os_client.rst
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ SUPL client and SUPL client OS integration
9
9
10
10
This section documents both the Secure User-Plane Location (SUPL) client library and the SUPL client OS integration library.
11
11
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|.
13
13
This library can be used to receive A-GNSS data from a SUPL server using the SUPL protocol.
14
14
15
15
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
21
21
Secure User-Plane Location
22
22
**************************
23
23
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.
25
25
See `SUPL context model`_ for more information on the SUPL architecture.
26
26
SUPL is designed to support future positioning technologies.
27
27
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.
89
89
Downloading and installing
90
90
==========================
91
91
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_>`_.
93
93
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.
95
95
Make sure to maintain the folder structure that is used in the zip file.
96
96
97
97
Configuration
@@ -102,8 +102,7 @@ See :ref:`configure_application` for information on how to change configuration
102
102
103
103
.. note::
104
104
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.
0 commit comments