dre: Update GPS configs from OOS 11.0.6.0.DE17AA
Change-Id: Ied19b3f8a9e01c9b15c7a6265716f8c2c430393d
This commit is contained in:
parent
7df199a10c
commit
9193d5afe8
2 changed files with 15 additions and 25 deletions
34
gps/gps.conf
34
gps/gps.conf
|
@ -1,13 +1,3 @@
|
|||
#Socket keepalive, 1=enable, 0=disable
|
||||
XTRA_SOCK_KEEPALIVE=1
|
||||
|
||||
#Version check for XTRA
|
||||
#DISABLE = 0
|
||||
#AUTO = 1
|
||||
#XTRA2 = 2
|
||||
#XTRA3 = 3
|
||||
XTRA_VERSION_CHECK=1
|
||||
|
||||
# Error Estimate
|
||||
# _SET = 1
|
||||
# _CLEAR = 0
|
||||
|
@ -27,8 +17,8 @@ DEBUG_LEVEL = 2
|
|||
# Intermediate position report, 1=enable, 0=disable
|
||||
INTERMEDIATE_POS=0
|
||||
|
||||
# supl version 2.04
|
||||
SUPL_VER=0x20004
|
||||
# supl version 2.0
|
||||
SUPL_VER=0x20000
|
||||
|
||||
# Emergency SUPL, 1=enable, 0=disable
|
||||
#SUPL_ES=1
|
||||
|
@ -62,8 +52,6 @@ CAPABILITIES=0x17
|
|||
################################
|
||||
|
||||
# FOR SUPL SUPPORT, set the following
|
||||
# SUPL_HOST=supl.host.com or IP
|
||||
# SUPL_PORT=1234
|
||||
SUPL_HOST=supl.google.com
|
||||
SUPL_PORT=7275
|
||||
|
||||
|
@ -92,7 +80,7 @@ SUPL_PORT=7275
|
|||
# 0x2: LPP Control Plane
|
||||
# 0x4: LPP User Plane for NR5G
|
||||
# 0x8: LPP Control Plane for NR5G
|
||||
LPP_PROFILE = 0xf
|
||||
LPP_PROFILE = 3
|
||||
|
||||
####################################
|
||||
#Datum Type
|
||||
|
@ -107,6 +95,15 @@ DATUM_TYPE = 0
|
|||
# NMEA provider (1=Modem Processor, 0=Application Processor)
|
||||
NMEA_PROVIDER=0
|
||||
|
||||
################################
|
||||
# NMEA TAG BLOCK GROUPING
|
||||
################################
|
||||
# NMEA tag block grouping is only applicable to GSA
|
||||
# Default is disabled
|
||||
# 0 - disabled
|
||||
# 1 - enabled
|
||||
NMEA_TAG_BLOCK_GROUPING_ENABLED = 0
|
||||
|
||||
# Customized NMEA GGA fix quality that can be used to tell
|
||||
# whether SENSOR contributed to the fix.
|
||||
#
|
||||
|
@ -167,7 +164,7 @@ LPPE_CP_TECHNOLOGY = 0xb
|
|||
# 0x2: WLAN AP Measurements for LPPe UP
|
||||
# 0x4: SRN AP measurement for UP
|
||||
# 0x8: Sensor Barometer Measurement LPPe UP
|
||||
#LPPE_UP_TECHNOLOGY = 0xb
|
||||
#LPPE_UP_TECHNOLOGY = 0
|
||||
|
||||
##################################################
|
||||
# AGPS_CONFIG_INJECT
|
||||
|
@ -313,11 +310,6 @@ MODEM_TYPE = 1
|
|||
# in nfwNotifyCb callback
|
||||
PROXY_APP_PACKAGE_NAME = com.oneplus.carrierlocation
|
||||
|
||||
####################################
|
||||
# SUPL NI DENY ON NFW LOCKED
|
||||
####################################
|
||||
NI_SUPL_DENY_ON_NFW_LOCKED = 1
|
||||
|
||||
#####################################
|
||||
# CP_MTLR_ES
|
||||
#####################################
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
|
||||
#
|
||||
# LOWI Config file - lahaina
|
||||
# LOWI Config file - default
|
||||
#
|
||||
# GENERAL DESCRIPTION
|
||||
# This file contains the config params for LOWI
|
||||
|
@ -24,6 +24,4 @@
|
|||
# EL_LOG_OFF = 0, EL_ERROR = 1, EL_WARNING = 2, EL_INFO = 3, EL_DEBUG = 4, EL_VERBOSE = 5, EL_LOG_ALL = 100
|
||||
LOWI_LOG_LEVEL = 2
|
||||
LOWI_USE_LOWI_LP = 0
|
||||
LOWI_HE_RTT_SUPPORT = 1
|
||||
LOWI_USE_NLMSG_FOR_CAPS = 1
|
||||
LOWI_RTT_WEIGHTED_MEAN = 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue