From 6a283495b5ee3016bf145d05d0f23eb6c764f82a Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 22 Mar 2017 11:04:49 +0800 Subject: Disable LPPe feature on SDM660 CRM build Set the LPPE_UP_TECHNOLOGY and LPPE_CP_TECHNOLOGY as 0 in gps.conf to disable LPPe feature as default. Change-Id: I656cbf1ee9456189fd0ddbcbf7b70cc74a75656e CRs-fixed: 2015517 --- etc/gps.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/gps.conf b/etc/gps.conf index 3ea9aab..1027d76 100644 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -120,7 +120,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 = 4 +LPPE_CP_TECHNOLOGY = 0 ################################################## # Select technology for LPPe User Plane @@ -129,7 +129,7 @@ LPPE_CP_TECHNOLOGY = 4 # 0x2: WLAN AP Measurements for LPPe UP # 0x4: SRN AP measurement for UP # 0x8: Sensor Barometer Measurement LPPe UP -LPPE_UP_TECHNOLOGY = 4 +LPPE_UP_TECHNOLOGY = 0 ################################################## # AGPS_CONFIG_INJECT -- cgit v1.2.3