summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiddharth Ray <siddharthr@google.com>2017-09-06 22:29:09 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-06 22:29:09 +0000
commit8504752a368e6f62157485f58f01f5ec094996fe (patch)
tree4b68109894e97ce46491fd709dc8fd2fe6735c9d
parent8130845ba233e600f350cfcc0d1dd9d468df0ed0 (diff)
parentfc51bb53a4c251a604348cb4a7b44b7219161604 (diff)
downloadbullhead-8504752a368e6f62157485f58f01f5ec094996fe.tar.gz
SI SUPL for Bullhead
am: fc51bb53a4 Change-Id: Icc72351ca91b620a260a0398765f4bb9ac19aadd
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml2
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml15
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml2
3 files changed, 17 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml
index 430867d..d88acd6 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml
@@ -46,7 +46,7 @@
<item>INTERMEDIATE_POS=0</item>
<item>LPP_PROFILE=3</item>
<item>GPS_LOCK=3</item>
- <item>SUPL_MODE=0</item>
+ <item>SUPL_MODE=1</item>
<item>SUPL_ES=1</item>
</string-array>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml
index f521c62..c889b69 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc410/config.xml
@@ -48,4 +48,19 @@
<string translatable="false" name="config_mobile_hotspot_provision_app_no_ui">com.lge.entitlement.SILENT_ENTITLEMENT_CHECK</string>
<string translatable="false" name="config_mobile_hotspot_provision_response">com.lge.entitlement.SILENT_ENTITLEMENT_CHECK_RESULT</string>
+ <!-- Values for GPS configuration (AT&T) -->
+ <string-array translatable="false" name="config_gpsParameters">
+ <item>SUPL_HOST=supl.google.com</item>
+ <item>SUPL_PORT=7275</item>
+ <item>NTP_SERVER=north-america.pool.ntp.org</item>
+ <item>SUPL_MODE=3</item>
+ <item>SUPL_VER=0x20000</item>
+ <item>LPP_PROFILE=3</item>
+ <item>NMEA_PROVIDER=0</item>
+ <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item>
+ <item>ERR_ESTIMATE=0</item>
+ <item>INTERMEDIATE_POS=0</item>
+ <item>SUPL_ES=0</item>
+ </string-array>
+
</resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
index 4acfdcc..2cd087b 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
@@ -46,7 +46,7 @@
<item>INTERMEDIATE_POS=0</item>
<item>GPS_LOCK=3</item>
<item>LPP_PROFILE=3</item>
- <item>SUPL_MODE=0</item>
+ <item>SUPL_MODE=1</item>
<item>SUPL_ES=1</item>
</string-array>