summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorzenith.lee <zenith.lee@lge.com>2015-06-19 19:07:29 +0900
committerVineeta Srivastava <vsrivastava@google.com>2015-06-26 17:44:46 -0700
commit4162a113539951a052cdf916a8d90bddb9813af6 (patch)
tree50fb499282d50d80c7f2cd82bf4d2854d6c18b92 /overlay
parent8297b73b7271eede40be2168d72a15d96f68e3e5 (diff)
downloadbullhead-4162a113539951a052cdf916a8d90bddb9813af6.tar.gz
bullhead/gps: Add Verizon Test SIM configuration for GPS Test
This contains GNSS setting configuration for Verizon test sim (MCC-MNC:001-010). Change-Id: Icbfea00d378c8c11f7cbea670126b34c5c14d2a2
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc001-mnc010/config.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values-mcc001-mnc010/config.xml b/overlay/frameworks/base/core/res/res/values-mcc001-mnc010/config.xml
index 9027dfd..24f97a6 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc001-mnc010/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc001-mnc010/config.xml
@@ -24,4 +24,23 @@
provisioning, availability etc -->
<bool name="config_carrier_volte_available">true</bool>
+ <!-- Values for GPS Test configuration -->
+ <string-array translatable="false" name="config_gpsParameters">
+ <item>SUPL_HOST=www.spirent-lcs.com</item>
+ <item>SUPL_PORT=7275</item>
+ <item>XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra2.bin</item>
+ <item>XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin</item>
+ <item>XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin</item>
+ <item>NTP_SERVER=north-america.pool.ntp.org</item>
+ <item>SUPL_MODE=1</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>GPS_LOCK=3</item>
+ <item>SUPL_ES=1</item>
+ </string-array>
+
</resources>