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