From 2a9654103b32b86b0894f21505ddb522aa829da9 Mon Sep 17 00:00:00 2001 From: Srivastava Date: Tue, 21 Feb 2017 00:59:46 +0530 Subject: [PATCH] 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 --- etc/gps.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/etc/gps.conf b/etc/gps.conf index 1027d76b..d30461e6 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