SI SUPL for Bullhead

Enabling SI SUPL for Verizon on Bullhead
Adding GPS config (enables SI SUPL also) to ATT on Bullhead

BUG:63457096
Change-Id: If612a9e34b97e215804081767129e0a145c5582c
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>