summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTushar Janefalkar <tusharj@codeaurora.org>2013-01-24 17:41:46 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2013-03-19 15:57:50 -0700
commitd2873a0bafad8099d16c69711b626b79c89354bb (patch)
treeba431e4f02d56ace22215360b2e0ada7d43c35ba /etc
parentcb30de1efcc47260654e3e1e6315f694b08c2ce7 (diff)
downloadgps-d2873a0bafad8099d16c69711b626b79c89354bb.tar.gz
Split gps configuration file (change 1/2)
gps.conf now split into izat.conf: proprietary items sap.conf : sensor assisted positioning items gps.conf : items used in open source (gps.conf moved to open source) CRs-fixed: 461129 Change-Id: I819230ee3bb13aad0b91f7d33bfb9e57b6d1abe1
Diffstat (limited to 'etc')
-rw-r--r--etc/gps.conf66
1 files changed, 21 insertions, 45 deletions
diff --git a/etc/gps.conf b/etc/gps.conf
index 322fe16..b38526a 100644
--- a/etc/gps.conf
+++ b/etc/gps.conf
@@ -1,3 +1,12 @@
+XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
+XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
+XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
+
+# Error Estimate
+# _SET = 1
+# _CLEAR = 0
+ERR_ESTIMATE=0
+
#Test
NTP_SERVER=time.gpsonextra.net
#Asia
@@ -7,13 +16,9 @@ NTP_SERVER=time.gpsonextra.net
#North America
# NTP_SERVER=north-america.pool.ntp.org
-XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
-XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
-XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
-
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
# 4 - Debug, 5 - Verbose
-DEBUG_LEVEL = 2
+DEBUG_LEVEL = 3
# Intermediate position report, 1=enable, 0=disable
INTERMEDIATE_POS=0
@@ -21,15 +26,11 @@ INTERMEDIATE_POS=0
# supl version 1.0
SUPL_VER=0x10000
-# Error Estimate
-# _SET = 1
-# _CLEAR = 0
-ERR_ESTIMATE=0
-
# GPS Capabilities bit mask
# SCHEDULING = 1
# MSB = 2
# MSA = 4
+# ON_DEMAND_TIME = 0x10
# ULP = 0x20
# default = MSA | MSB | SCHEDULING | ULP
CAPABILITIES=0x27
@@ -50,42 +51,17 @@ CAPABILITIES=0x27
# C2K_HOST=c2k.pde.com or IP
# C2K_PORT=1234
-################################
-# Sensor Settings
-################################
-
-# Needs to be set explicitly based on sensor
-# There is no default value.
-#GYRO_BIAS_RANDOM_WALK=
-
-SENSOR_ACCEL_BATCHES_PER_SEC=2
-SENSOR_ACCEL_SAMPLES_PER_BATCH=5
-SENSOR_GYRO_BATCHES_PER_SEC=2
-SENSOR_GYRO_SAMPLES_PER_BATCH=5
-
-# Sensor Control Mode (0=AUTO, 1=FORCE_ON)
-SENSOR_CONTROL_MODE=0
-
-# Enable or Disable Sensors for GPS use (0=Enable, 1=Disable)
-SENSOR_USAGE=0
-
-# Choose GSIFF sensor provider (1=DSPS, 2=Android NDK)
-SENSOR_PROVIDER=1
-
-################################
-# Indoor Positioning Settings
-################################
-# 0: QUIPC disabled, 1: QUIPC enabled, 2: forced QUIPC only
-QUIPC_ENABLED = 0
-
-################################
-# EXTRA SETTINGS
-################################
-# Enable or Disable Wiper (1=Enable, 0=Disable)
-ENABLE_WIPER=1
-
####################################
# LTE Positioning Profile Settings
####################################
-# 0: Enable RRLP on LTE(Default) 1: Enable LPP_User_Plane on LTE
+# 0: Enable RRLP on LTE(Default)
+# 1: Enable LPP_User_Plane on LTE
+# 2: Enable LPP_Control_Plane
+# 3: Enable both LPP_User_Plane and LPP_Control_Plane
LPP_PROFILE = 0
+
+################################
+# EXTRA SETTINGS
+################################
+# NMEA provider (1=Modem Processor, 0=Application Processor)
+NMEA_PROVIDER=0