added entries into gps.conf for v2.0 of GPS
This commit is contained in:
parent
12861a9115
commit
16c60556b3
34
gps.conf
34
gps.conf
@ -15,3 +15,37 @@ SUPL_HOST=FQDN
|
||||
SUPL_PORT=7275
|
||||
SUPL_TLS_HOST=FQDN
|
||||
SUPL_TLS_CERT=/etc/SuplRootCert
|
||||
|
||||
###########################################
|
||||
# Enable/disable automatic (periodic) #
|
||||
# download requests of gpsOneXTRA #
|
||||
# assistance data to client #
|
||||
# Range: 0 to 1 #
|
||||
# Default: 0 (Disabled) #
|
||||
###########################################
|
||||
GPS1_XTRA_AUTO_DOWNLOAD_ENABLED=0
|
||||
|
||||
###########################################
|
||||
# Time (in hours) between automatic #
|
||||
# download requests of gpsOneXTRA #
|
||||
# assistance data to client #
|
||||
# Range: 1 to 168 (168 = hr in a week) #
|
||||
# Default: 24 hr #
|
||||
###########################################
|
||||
GPS1_XTRA_DOWNLOAD_INTERVAL=24
|
||||
|
||||
###########################################
|
||||
# Enable/disable to shutdown the gpsOne #
|
||||
# engine properly on GPS off #
|
||||
# Range: 0 to 1 #
|
||||
# Default: 1 (Enabled) #
|
||||
###########################################
|
||||
GPS1_CLEANUP_ENABLED=1
|
||||
|
||||
###########################################
|
||||
# Time (in seconds) between invoking #
|
||||
# pdsm_get_position() #
|
||||
# Range: 2 to 120 #
|
||||
# Default: 2 seconds #
|
||||
###########################################
|
||||
GPS1_SESSION_TIMEOUT=2
|
||||
|
Loading…
x
Reference in New Issue
Block a user