rosemary: Update blobs from V13.0.6.0
This commit is contained in:
+17
-5
@@ -353,7 +353,14 @@
|
||||
tls_version="2"
|
||||
sha_version="1"
|
||||
/>
|
||||
|
||||
<!--Peru. Auto config HSLP based on IMSI -->
|
||||
<supl_profile name="Entel"
|
||||
addr=""
|
||||
port="7275"
|
||||
tls="true"
|
||||
mcc="716"
|
||||
supl_version="2"
|
||||
/>
|
||||
<!-- nlp_profile
|
||||
|
||||
name:
|
||||
@@ -502,9 +509,13 @@
|
||||
* available value: 10 ~ 500, default is 200
|
||||
|
||||
lppe_dbh_cache_max_age:
|
||||
The max age (in seconds) of cached GNSS / network Locations
|
||||
The max age (in seconds) of cached network Locations
|
||||
available value: 1 ~ 1023, default is 120 (= 2 minutes)
|
||||
|
||||
lppe_dbh_gnss_cache_max_age:
|
||||
The max age (in seconds) of cached GNSS Locations
|
||||
available value: 1 ~ 1023, default is 10 (= 10 seconds)
|
||||
|
||||
lppe_dbh_fill_gnss_when_bad_nlp_enable="false"
|
||||
* to decide if we can use GNSS location to fill LPPe DBH when no network location
|
||||
* available value: true (default), false
|
||||
@@ -528,9 +539,10 @@
|
||||
ignore_emergency_ext_secs_from_framework="false"
|
||||
lppe_dbh_num_sv_level_a="6"
|
||||
lppe_dbh_num_sv_level_b="4"
|
||||
lppe_dbh_nlp_accuracy_level_a="100"
|
||||
lppe_dbh_nlp_accuracy_level_b="200"
|
||||
lppe_dbh_cache_max_age="120"
|
||||
lppe_dbh_nlp_accuracy_level_a="2000"
|
||||
lppe_dbh_nlp_accuracy_level_b="2000"
|
||||
lppe_dbh_cache_max_age="1024"
|
||||
lppe_dbh_gnss_cache_max_age="1024"
|
||||
lppe_dbh_fill_gnss_when_bad_nlp_enable="false"
|
||||
/>
|
||||
|
||||
|
||||
+3
-5
@@ -5,9 +5,10 @@
|
||||
auto_profile_enable is not supported.
|
||||
-->
|
||||
|
||||
<!-- default H-SLP by IMSI: e.g, h-slp.mnc310.mcc170.pub.3gppnetwork.org -->
|
||||
<!-- OK to use Google SUPL Server on Internet by ATnT's 2021 LBS spec.
|
||||
They plan to shutdown ATnT SUPL server in 2023 -->
|
||||
<cur_supl_profile name="ATnT_US"
|
||||
addr=""
|
||||
addr="supl.google.com"
|
||||
port="7275"
|
||||
tls="true"
|
||||
/>
|
||||
@@ -27,9 +28,6 @@
|
||||
|
||||
<up_setting
|
||||
ca_enable="true"
|
||||
preferred_2g3g_cell_age="0"
|
||||
up_lpp_in_2g3g_disable="true"
|
||||
up_rrlp_in_4g_disable="true"
|
||||
/>
|
||||
|
||||
</mtk_agps_profiles>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<mtk_agps_profiles maj_ver="1" min_ver="2">
|
||||
<!-- Refer to agps_profiles_conf2.xml for values not provided in this file.
|
||||
cur_supl_profile is supported but other supl_profile are ignored.
|
||||
auto_profile_enable is not supported.
|
||||
-->
|
||||
|
||||
<cur_supl_profile name="qxwz"
|
||||
addr="supl.qxwz.com"
|
||||
port="7275"
|
||||
tls="true"
|
||||
/>
|
||||
|
||||
<agps_setting
|
||||
emergency_ext_secs="300"
|
||||
/>
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<mtk_agps_profiles maj_ver="1" min_ver="2">
|
||||
<!-- Refer to agps_profiles_conf2.xml for values not provided in this file.
|
||||
cur_supl_profile is supported but other supl_profile are ignored.
|
||||
auto_profile_enable is not supported.
|
||||
-->
|
||||
|
||||
<cur_supl_profile name="qxwz"
|
||||
addr="supl.qxwz.com"
|
||||
port="7275"
|
||||
tls="true"
|
||||
/>
|
||||
|
||||
<agps_setting
|
||||
emergency_ext_secs="300"
|
||||
/>
|
||||
|
||||
</mtk_agps_profiles>
|
||||
|
||||
+1
@@ -19,6 +19,7 @@
|
||||
<agps_setting
|
||||
ignore_si_for_e911="true"
|
||||
agps_nvram_enable="true"
|
||||
emergency_ext_secs="300"
|
||||
/>
|
||||
|
||||
<gnss_setting
|
||||
|
||||
Reference in New Issue
Block a user