configuration to ignore PPS pulse at start and after long outage
First PPS pulse is impacting on AP time uncertanity in QDR. Made necessary changes to ignore first few PPS pulses at startup and after long gnss RF outage. These parameters are controlled through IGNORE_PPS_PULSE_COUNT and GNSS_OUTAGE_DURATION in gps.cof. Change-Id: I19c7495d281b70c393844d02ca83642c2314ab96 CRs-Fixed: 2132152
This commit is contained in:
parent
be207684d6
commit
453ea46352
1 changed files with 10 additions and 0 deletions
10
etc/gps.conf
10
etc/gps.conf
|
@ -185,6 +185,16 @@ DR_SYNC_ENABLED = 0
|
|||
#####################################
|
||||
PPS_DEVICENAME = /dev/pps0
|
||||
|
||||
#####################################
|
||||
# Ignore PPS at Startup and after long outage
|
||||
#####################################
|
||||
IGNORE_PPS_PULSE_COUNT = 1
|
||||
|
||||
#####################################
|
||||
# Long GNSS RF outage in seconds
|
||||
#####################################
|
||||
GNSS_OUTAGE_DURATION = 10
|
||||
|
||||
#####################################
|
||||
# AP Clock Accuracy
|
||||
#####################################
|
||||
|
|
Loading…
Reference in a new issue