diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-05-30 17:31:36 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-08-04 00:07:39 +0200 |
commit | a642f72b6524056a71157b39f9875c7617b1ccbb (patch) | |
tree | 8bb5a8b7c4afd87670cbc1805aa5d9f97ea62b4b /gps/etc/gps.conf | |
parent | 1ef77062033c8f22dbad114a470cce098103320f (diff) |
msm8996-common: Update to stock GPS configs and clean up
* Remove QC location and other unused GPS blobs
* Ship with the same premium features enabled in stock builds
Change-Id: I2e76e45160f028464eca34bb78da028f7d8dba8c
Diffstat (limited to 'gps/etc/gps.conf')
-rw-r--r-- | gps/etc/gps.conf | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/gps/etc/gps.conf b/gps/etc/gps.conf index 3caef9c..2ef3f2d 100644 --- a/gps/etc/gps.conf +++ b/gps/etc/gps.conf @@ -18,6 +18,8 @@ ERR_ESTIMATE=0 #NTP server NTP_SERVER=time.izatcloud.net +NTP_SERVER_2=asia.pool.ntp.org +NTP_SERVER_3=0.cn.pool.ntp.org #XTRA CA path XTRA_CA_PATH=/system/etc/security/cacerts @@ -28,7 +30,7 @@ XTRA_CA_PATH=/system/etc/security/cacerts DEBUG_LEVEL = 2 # Intermediate position report, 1=enable, 0=disable -INTERMEDIATE_POS=0 +INTERMEDIATE_POS=1 # Below bit mask configures how GPS functionalities # should be locked when user turns off GPS on Settings @@ -66,7 +68,7 @@ CAPABILITIES=0x37 # Accuracy threshold for intermediate positions # less accurate positions are ignored, 0 for passing all positions -# ACCURACY_THRES=5000 +ACCURACY_THRES=70 ################################ ##### AGPS server settings ##### @@ -95,7 +97,7 @@ CAPABILITIES=0x37 # 1: Enable LPP_User_Plane on LTE # 2: Enable LPP_Control_Plane # 3: Enable both LPP_User_Plane and LPP_Control_Plane -LPP_PROFILE = 2 +LPP_PROFILE = 0 ################################ # EXTRA SETTINGS @@ -205,3 +207,10 @@ MISSING_PULSE_TIME_DELTA = 900 # This settings enables time uncertainty propagation # logic incase of missing PPS pulse PROPAGATION_TIME_UNCERTAINTY = 1 +XTRA_TEST_ENABLED = 1 +XTRA_THROTTLE_ENABLED = 0 + +#################################### +#system time injection +#################################### +XTRA_SYSTEM_TIME_INJECT = 1 |