summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBhavna Sharma <sbhavna@codeaurora.org>2016-07-05 21:50:00 -0700
committerBhavna Sharma <sbhavna@codeaurora.org>2016-07-08 12:04:07 -0700
commit8e217e229d46f9ecb4d84c617f5f08bb8b47ba5d (patch)
treed507422227601b6d5e756612b0a057ee52d0f855 /etc
parent54794a45e6c754b21b2a48e2b31f1bc2c2910563 (diff)
parent93e8cad4f2b3cf470e6a546d152590f5bc332bf1 (diff)
downloadgps-8e217e229d46f9ecb4d84c617f5f08bb8b47ba5d.tar.gz
Merge remote-tracking branch 'quic/location.lnx.1.0-dev.1.0'
into location.lnx.2.0-dev CRs-Fixed: 1038354 Change-Id: I87b3a7f33a0bb48783554bf5ecb0140695e40c9d
Diffstat (limited to 'etc')
-rw-r--r--etc/gps.conf42
1 files changed, 41 insertions, 1 deletions
diff --git a/etc/gps.conf b/etc/gps.conf
index d1781c8..c74e826 100644
--- a/etc/gps.conf
+++ b/etc/gps.conf
@@ -43,7 +43,7 @@ SUPL_ES=0
#Choose PDN for Emergency SUPL
#1 - Use emergency PDN
#0 - Use regular SUPL PDN for Emergency SUPL
-USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1
+USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0
#SUPL_MODE is a bit mask set in config.xml per carrier by default.
#If it is uncommented here, this value will overwrite the value from
@@ -138,3 +138,43 @@ LPPE_UP_TECHNOLOGY = 0
# 0: disable
# 1: enable
AGPS_CONFIG_INJECT = 1
+# AP Coarse Timestamp Uncertainty
+##################################################
+# default : 10
+# or as per clock uncertainty of product
+AP_TIMESTAMP_UNCERTAINTY = 10
+
+#####################################
+# GNSS PPS settings
+#####################################
+#AP DR engine availability status
+# 0 : NO AP DR (default)
+# 1 : AP DR enabled
+#EXTERNAL_DR_ENABLED = 0
+
+#####################################
+#DR_SYNC Pulse Availability
+#####################################
+# 0 : DR_SYNC pulse not available (default)
+# 1 : DR_SYNC pulse available
+DR_SYNC_ENABLED = 0
+
+#####################################
+#PPS Device name
+#####################################
+PPS_DEVICENAME = /dev/pps0
+
+#####################################
+#AP Clock Accuracy
+#####################################
+AP_CLOCK_PPM = 100
+
+#####################################
+#MAX ms difference to detect missing pulse
+#####################################
+MISSING_PULSE_TIME_DELTA = 900
+
+#####################################
+#Propagation time uncertainty
+#####################################
+PROPAGATION_TIME_UNCERTAINTY = 1