diff options
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 |