gps.conf revision c74962df0d30bdb176472a1775a794fd93b1cd7a
1#Test
2NTP_SERVER=time.gpsonextra.net
3#Asia
4# NTP_SERVER=asia.pool.ntp.org
5#Europe
6# NTP_SERVER=europe.pool.ntp.org
7#North America
8# NTP_SERVER=north-america.pool.ntp.org
9
10XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
11XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
12XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
13
14# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
15#               4 - Debug, 5 - Verbose
16DEBUG_LEVEL = 2
17
18# Intermediate position report, 1=enable, 0=disable
19INTERMEDIATE_POS=0
20
21# supl version 1.0
22SUPL_VER=0x10000
23
24# Error Estimate
25# _SET = 1
26# _CLEAR = 0
27ERR_ESTIMATE=0
28
29# GPS Capabilities bit mask
30# SCHEDULING = 1
31# MSB = 2
32# MSA = 4
33# ULP = 0x20
34# default = MSA | MSB | SCHEDULING | ULP
35CAPABILITIES=0x27
36
37# Accuracy threshold for intermediate positions
38# less accurate positions are ignored, 0 for passing all positions
39# ACCURACY_THRES=5000
40
41################################
42##### AGPS server settings #####
43################################
44
45# FOR SUPL SUPPORT, set the following
46# SUPL_HOST=supl.host.com or IP
47# SUPL_PORT=1234
48
49# FOR C2K PDE SUPPORT, set the following
50# C2K_HOST=c2k.pde.com or IP
51# C2K_PORT=1234
52
53################################
54# Sensor Settings
55################################
56
57# Needs to be set explicitly based on sensor
58# There is no default value.
59#GYRO_BIAS_RANDOM_WALK=
60
61SENSOR_ACCEL_BATCHES_PER_SEC=2
62SENSOR_ACCEL_SAMPLES_PER_BATCH=5
63SENSOR_GYRO_BATCHES_PER_SEC=2
64SENSOR_GYRO_SAMPLES_PER_BATCH=5
65
66# Sensor Control Mode (0=AUTO, 1=FORCE_ON)
67SENSOR_CONTROL_MODE=0
68
69# Enable or Disable Sensors for GPS use (0=Enable, 1=Disable)
70SENSOR_USAGE=0
71
72# Choose GSIFF sensor provider (1=DSPS, 2=Android NDK)
73SENSOR_PROVIDER=1
74
75################################
76# Indoor Positioning Settings
77################################
78# 0: QUIPC disabled, 1: QUIPC enabled, 2: forced QUIPC only
79QUIPC_ENABLED = 0
80
81################################
82# EXTRA SETTINGS
83################################
84# Enable or Disable Wiper (1=Enable, 0=Disable)
85ENABLE_WIPER=1
86
87####################################
88#  LTE Positioning Profile Settings
89####################################
90# 0: Enable RRLP on LTE(Default) 1: Enable LPP_User_Plane on LTE
91LPP_PROFILE = 0
92