From 9193d5afe8f0e1ce953a59f1fa5bd947d3f2f4aa Mon Sep 17 00:00:00 2001 From: Albert Tang Date: Mon, 23 May 2022 15:07:12 -0500 Subject: [PATCH] dre: Update GPS configs from OOS 11.0.6.0.DE17AA Change-Id: Ied19b3f8a9e01c9b15c7a6265716f8c2c430393d --- gps/gps.conf | 34 +++++++++++++--------------------- gps/lowi.conf | 6 ++---- 2 files changed, 15 insertions(+), 25 deletions(-) diff --git a/gps/gps.conf b/gps/gps.conf index 4134ebe..c5e9dd1 100644 --- a/gps/gps.conf +++ b/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 ##################################### diff --git a/gps/lowi.conf b/gps/lowi.conf index 749f02c..6d4de75 100644 --- a/gps/lowi.conf +++ b/gps/lowi.conf @@ -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 +