summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMadhanraj Chelladurai <mchellad@codeaurora.org>2016-06-02 15:31:10 +0530
committerMadhanraj Chelladurai <mchellad@codeaurora.org>2016-06-02 15:33:03 +0530
commit4c2156ec8a47612dd0be88d51c448c316bfd23bf (patch)
tree05f2b8146f9ae8b1f603b6f033e2397b5d5634d8 /etc
parent83144d0f3252481f742eac44b5ef8413a9377870 (diff)
parent88e1de76b04fa04e5f62e722c74c69764c838d30 (diff)
downloadgps-4c2156ec8a47612dd0be88d51c448c316bfd23bf.tar.gz
Merge branch 'quic/LA.AF.1.2.1' into location.lnx.1.0-dev
merge automotive specific changes from LA.AF.1.2.1 into location development branch Change-Id: I90a5e60c46bb5b1aafaf4cd9aaf2dcb79449f288 CRs-Fixed: 1017254
Diffstat (limited to 'etc')
-rw-r--r--etc/gps.conf44
1 files changed, 43 insertions, 1 deletions
diff --git a/etc/gps.conf b/etc/gps.conf
index 4e6b436..e3b663a 100644
--- a/etc/gps.conf
+++ b/etc/gps.conf
@@ -49,7 +49,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
@@ -115,3 +115,45 @@ SGLTE_TARGET=0
# 0x2: RRLP UPlane
# 0x4: LLP Uplane
A_GLONASS_POS_PROTOCOL_SELECT = 0
+
+##################################################
+# 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