mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Added dev feedback
This commit is contained in:
parent
268b01b717
commit
619689dad6
@ -17,7 +17,7 @@ ms.date: 09/12/2019
|
||||
> [!WARNING]
|
||||
> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
|
||||
|
||||
The SUPL configuration service provider is used to configure the location client, as shown in the following table.
|
||||
The SUPL configuration service provider is used to configure the location client, as shown in the following table:
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
@ -51,7 +51,7 @@ The SUPL configuration service provider is used to configure the location client
|
||||
<li><p>MCC/MNC value pairs which are used to specify which networks' UUIC the SUPL account matches.</p></li>
|
||||
</ul></td>
|
||||
<td><ul>
|
||||
<li><p>Address of the server—a mobile positioning center for non-trusted mode.</p></li>
|
||||
<li><p>Address of the server — a mobile positioning center for non-trusted mode.</p></li>
|
||||
<li><p>The positioning method used by the MPC for non-trusted mode.</p></li>
|
||||
</ul></td>
|
||||
</tr>
|
||||
@ -68,7 +68,7 @@ The following diagram shows the SUPL configuration service provider management o
|
||||
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@ -86,10 +86,10 @@ If this value is not specified, the device infers the H-SLP address from the IMS
|
||||
For OMA DM, if the format for this node is incorrect the entry will be ignored and an error will be returned, but the configuration service provider will continue processing the rest of the parameters.
|
||||
|
||||
<a href="" id="version"></a>**Version**
|
||||
Optional. Determines which SUPL major version the GPS driver should use. (Refer to the FullVersion field for extended usage.) For SUPL 1.0.0, set this value to `1`. For SUPL 2.0.0, set this value to `2`. The default is 1.
|
||||
Optional. Determines the major version of the SUPL protocol to use. For SUPL 1.0.0, set this value to 1. For SUPL 2.0.0, set this value to 2. The default is 1. Refer to FullVersion to define the minor version and the service indicator.
|
||||
|
||||
<a href="" id="fullversion"></a>**FullVersion**
|
||||
Added in the next major release of Windows 10. Optional. Determines which full version (X, Y, or Z) the GPS driver should use. X, Y, and Z are the major, minor, and service indicator versions, respectively. If FullVersion field is defined, a Version field that defines only the major version is ignored.
|
||||
Added in the next major release of Windows 10. Optional. Determines the full version (X.Y.Z where X, Y, and Z are the major version, the minor version, and the service indicator, respectively) of the SUPL protocol to use. The default is 1.0.0. If FullVersion is defined, Version field is ignored.
|
||||
|
||||
<a href="" id="mccmncpairs"></a>**MCCMNCPairs**
|
||||
Required. List all of the MCC and MNC pairs owned by the mobile operator. This list is used to verify that the UICC matches the network and SUPL can be used. When the UICC and network do not match, the device uses the default location service and does not use SUPL.
|
||||
@ -298,7 +298,7 @@ Optional. Specifies the positioning method that the SUPL client will use for mob
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td><p>0</p></td>
|
||||
<td><p>None: The device uses the default positioning method. In this default mode, the GNSS obtains assistance (time injection, coarse position injection and ephemeris data) from the Microsoft Positioning Service.</p></td>
|
||||
<td><p>None: The device uses the default positioning method. In this default mode, the GNSS obtains assistance (time injection, coarse position injection, and ephemeris data) from the Microsoft Positioning Service.</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td><p>1</p></td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user