From 594daf969230b494783b0e6c11bf7613bb46d6f1 Mon Sep 17 00:00:00 2001 From: Kevin Tang Date: Mon, 19 Oct 2015 22:30:58 -0700 Subject: Add AP Coarse Timestamp Uncertainty configuration parameter Change-Id: Ic93291d451704ced88bdf45df3cb9215acf6f2de --- etc/gps.conf | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'etc') diff --git a/etc/gps.conf b/etc/gps.conf index 142c828..9c9e5e9 100644 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -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 -- cgit v1.2.3