diff options
Diffstat (limited to 'gps/etc/gps.conf')
-rw-r--r-- | gps/etc/gps.conf | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/gps/etc/gps.conf b/gps/etc/gps.conf index e6861d8..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 @@ -51,7 +38,7 @@ INTERMEDIATE_POS=0 #GPS_LOCK = 0 # supl version 1.0 -SUPL_VER=0x20000 +SUPL_VER=0x10000 # Emergency SUPL, 1=enable, 0=disable #SUPL_ES=0 @@ -79,7 +66,7 @@ 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 ##### @@ -124,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 |