diff --git a/gps.conf b/gps.conf index 674147d..2628719 100644 --- a/gps.conf +++ b/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