diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2017-10-16 16:33:38 -0400 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-12 20:00:48 +0100 |
commit | e159a9aa366340abd1405bee49e064bc8a7ad2cb (patch) | |
tree | 0a9bc52dfcd52b6d4d77d212bbf38bb84b7fa211 /gps | |
parent | 054e3b4583a8af2a8ac45a87afd5a23836ba730f (diff) |
msm8996: Remove oneplus edits from gps.conf
Change-Id: I55b3cd45bd5d177e153dada45054db0ea8b2ae99
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'gps')
-rw-r--r-- | gps/etc/gps.conf | 36 |
1 files changed, 8 insertions, 28 deletions
diff --git a/gps/etc/gps.conf b/gps/etc/gps.conf index dfe91c1..1027d76 100644 --- a/gps/etc/gps.conf +++ b/gps/etc/gps.conf @@ -4,19 +4,6 @@ #XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin #XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin -#ifdef VENDOR_EDIT -# zuoyonghua@oneplus.cn add gps xtra server for speed up gps cold start -XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra3grc.bin -XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grc.bin -XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grc.bin -#endif - -#ifdef VENDOR_EDIT -# songhao@oneplus.cn,XTRA download config for debug -XTRA_TEST_ENABLED = 1 -XTRA_THROTTLE_ENABLED = 0 -#endif - #Version check for XTRA #DISABLE = 0 #AUTO = 1 @@ -31,17 +18,14 @@ ERR_ESTIMATE=0 #NTP server NTP_SERVER=time.izatcloud.net -#Asia -# NTP_SERVER=asia.pool.ntp.org -#Europe -# NTP_SERVER=europe.pool.ntp.org -#North America -# NTP_SERVER=north-america.pool.ntp.org + +#XTRA CA path +XTRA_CA_PATH=/system/etc/security/cacerts # DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info # 4 - Debug, 5 - Verbose # If DEBUG_LEVEL is commented, Android's logging levels will be used -DEBUG_LEVEL = 2 +DEBUG_LEVEL = 3 # Intermediate position report, 1=enable, 0=disable INTERMEDIATE_POS=0 @@ -78,11 +62,11 @@ SUPL_VER=0x10000 # ON_DEMAND_TIME = 0x10 # GEOFENCE = 0x20 # default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE -CAPABILITIES=0x31 +CAPABILITIES=0x37 # Accuracy threshold for intermediate positions # less accurate positions are ignored, 0 for passing all positions -ACCURACY_THRES=100 +# ACCURACY_THRES=5000 ################################ ##### AGPS server settings ##### @@ -111,7 +95,7 @@ ACCURACY_THRES=100 # 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 +LPP_PROFILE = 2 ################################ # EXTRA SETTINGS @@ -127,11 +111,7 @@ SGLTE_TARGET=0 # 0x1: RRC CPlane # 0x2: RRLP UPlane # 0x4: LLP Uplane -#ifndef zuoyonghua@oneplus.cn enable all bit mask for GLONASS -#A_GLONASS_POS_PROTOCOL_SELECT = 0 -#else -A_GLONASS_POS_PROTOCOL_SELECT = 15 -#endif +A_GLONASS_POS_PROTOCOL_SELECT = 0 ################################################## # Select technology for LPPe Control Plane |