summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSrivastava <ssrivast@codeaurora.org>2017-02-21 00:59:46 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-29 13:00:57 -0700
commit2a9654103b32b86b0894f21505ddb522aa829da9 (patch)
treec3f88832f80f7cbfed3d06d0726853bf1d0774af /etc
parent04eb6ff7ee35eefe420cfa1c3afcc5c9d8366143 (diff)
downloadgps-2a9654103b32b86b0894f21505ddb522aa829da9.tar.gz
Integrating AGPS call flow with LocNetIface
Using LocNetIface AGPS capability in case client doesn't provide status callback to setup data call. Also adding below APN and IP Type config parameters to gps.conf : INTERNET_APN INTERNET_IP_TYPE SUPL_APN SUPL_IP_TYPE CRs-Fixed: 2005565 Change-Id: If52963ed50625db379c958586813850746eb2c4e
Diffstat (limited to 'etc')
-rw-r--r--etc/gps.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/gps.conf b/etc/gps.conf
index 1027d76..d30461e 100644
--- a/etc/gps.conf
+++ b/etc/gps.conf
@@ -205,3 +205,17 @@ MISSING_PULSE_TIME_DELTA = 900
# This settings enables time uncertainty propagation
# logic incase of missing PPS pulse
PROPAGATION_TIME_UNCERTAINTY = 1
+
+#######################################
+# APN / IP Type Configuration
+# APN and IP Type to use for setting
+# up WWAN call.
+# Use below values for IP Type:
+# v4 = 4
+# v6 = 6
+# v4v6 = 10
+#######################################
+# INTERNET_APN = abc.xyz
+# INTERNET_IP_TYPE = 4
+# SUPL_APN = abc.xyz
+# SUPL_IP_TYPE = 4