From f97d7aefe4a9c128a359aa32cc912aea60210ba4 Mon Sep 17 00:00:00 2001 From: Nilesh Gharde Date: Fri, 16 Aug 2019 11:02:27 +0530 Subject: Removing GPS_LOCK conf. from gps.conf To avoid confusion removing GPS_LOCK config. OEM can still configure gps_lock in carrier config.xml for Legacy devices that have the Android P type behavior CR's-Fixed: 2503505 Change-Id: I3e75c81f019dfda9eb5572acd9f6284503ff173e --- etc/gps.conf | 7 ------- 1 file changed, 7 deletions(-) (limited to 'etc/gps.conf') diff --git a/etc/gps.conf b/etc/gps.conf index 35a0a7e..37b67d9 100644 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -24,13 +24,6 @@ DEBUG_LEVEL = 3 # Intermediate position report, 1=enable, 0=disable INTERMEDIATE_POS=0 -# Below bit mask configures how GPS functionalities -# should be locked when user turns off GPS on Settings -# Set bit 0x1 if MO GPS functionalities are to be locked -# Set bit 0x2 if NI GPS functionalities are to be locked -# default – both MO and NI locked for maximal privacy -#GPS_LOCK = 3 - # supl version 1.0 SUPL_VER=0x10000 -- cgit v1.2.3 From d3e6df06e217f94033b4e746e639d0b1f2d5fcc5 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 19 Aug 2019 10:57:41 +0800 Subject: Remove LPPe UP/CP config in gps.conf LPPE_CP_TECHNOLOGY and LPPE_UP_TECHNOLOGY can be configured per SIM so they should not be overriden by gps.conf by default. Leave commented out for testing purpose; Add check before LPPe injection when engine up. Change-Id: I1b9b33009ec45d0a14c2e50e29d0a9df636a6319 CRs-fixed: 2505512 --- etc/gps.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/gps.conf') diff --git a/etc/gps.conf b/etc/gps.conf index 37b67d9..f773e81 100644 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -117,7 +117,7 @@ A_GLONASS_POS_PROTOCOL_SELECT = 0 # 0x2: WLAN AP Measurements for LPPe CP # 0x4: SRN AP measurement for CP # 0x8: Sensor Barometer Measurement LPPe CP -LPPE_CP_TECHNOLOGY = 0 +#LPPE_CP_TECHNOLOGY = 0 ################################################## # Select technology for LPPe User Plane @@ -126,7 +126,7 @@ LPPE_CP_TECHNOLOGY = 0 # 0x2: WLAN AP Measurements for LPPe UP # 0x4: SRN AP measurement for UP # 0x8: Sensor Barometer Measurement LPPe UP -LPPE_UP_TECHNOLOGY = 0 +#LPPE_UP_TECHNOLOGY = 0 ################################################## # AGPS_CONFIG_INJECT -- cgit v1.2.3 From 42e8ab01901a627bef050179be7dbb725abd5787 Mon Sep 17 00:00:00 2001 From: Santoshkumar Zalake Date: Fri, 7 Jun 2019 13:55:19 +0530 Subject: Add GNSS Deployment Support. The GNSS Deployment is used to configure GNSS Hardware using gps.conf file CRs-Fixed: 2480150 Change-Id: Ia09d3165de0c2f80f23bef8c0431095b25d16ea2 --- etc/gps.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'etc/gps.conf') diff --git a/etc/gps.conf b/etc/gps.conf index f773e81..c247cbd 100644 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -287,3 +287,13 @@ PROXY_APP_PACKAGE_NAME = com.google.android.carrierlocation ##################################### # CP MTLR ES, 1=enable, 0=disable CP_MTLR_ES=0 + +################################################## +# GNSS_DEPLOYMENT +################################################## +# 0 : Enable QCOM GNSS (default) +# 1 : Enable QCSR SS5 +# This setting use to select between QCOM GNSS +# and QCSR SS5 hardware receiver. +# By default QCOM GNSS receiver is enabled. +# GNSS_DEPLOYMENT = 0 -- cgit v1.2.3 From 772f1d10d51cf5dbfb47ed03680913f65ca28682 Mon Sep 17 00:00:00 2001 From: Santoshkumar Zalake Date: Fri, 13 Sep 2019 15:30:41 +0530 Subject: Change word in comments CRs-Fixed: 2527266 Change-Id: If368406f561836a82f548ad99171a730256cbfdf --- etc/gps.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/gps.conf') diff --git a/etc/gps.conf b/etc/gps.conf index c247cbd..fc37653 100644 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -291,9 +291,9 @@ CP_MTLR_ES=0 ################################################## # GNSS_DEPLOYMENT ################################################## -# 0 : Enable QCOM GNSS (default) +# 0 : Enable QTI GNSS (default) # 1 : Enable QCSR SS5 -# This setting use to select between QCOM GNSS +# This setting use to select between QTI GNSS # and QCSR SS5 hardware receiver. -# By default QCOM GNSS receiver is enabled. +# By default QTI GNSS receiver is enabled. # GNSS_DEPLOYMENT = 0 -- cgit v1.2.3