diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2017-09-30 17:16:07 -0400 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-12 20:00:48 +0100 |
commit | 054e3b4583a8af2a8ac45a87afd5a23836ba730f (patch) | |
tree | c370046342af89c10c5915fc5ce08d9b1e70aa5d /gps/etc/flp.conf | |
parent | 208973f8599fdb786e9a53139e8896bc0bf5d659 (diff) |
msm8996: Update GPS configs for oreo
Change-Id: Iff0084580c3a496b7b2d73f3778a54b89cbcad2c
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'gps/etc/flp.conf')
-rw-r--r-- | gps/etc/flp.conf | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/gps/etc/flp.conf b/gps/etc/flp.conf index 7d6002f..dae3b82 100644 --- a/gps/etc/flp.conf +++ b/gps/etc/flp.conf @@ -14,6 +14,16 @@ # batch size defined as 20 as below. BATCH_SIZE=20 +# The number of batched locations +# requested to modem for outdoor +# trip batching. The desired number +# defined below may not be satisfied, as +# the modem can only return the number +# of batched locations that can be allocated, +# which is limited by memory. The default +# trip batch size defined as 600 as below. +OUTDOOR_TRIP_BATCH_SIZE=600 + ################################### # FLP BATCHING SESSION TIMEOUT ################################### @@ -42,7 +52,7 @@ CAPABILITIES=0x03 # Low accuracy = 0 # Medium accuracy = 1 # High accuracy = 2 -ACCURACY=0 +ACCURACY=1 ################################### # FLP GEOFENCE RESPONSIVENESS @@ -58,3 +68,24 @@ ACCURACY=0 # 2: MEDIUM responsiveness # 3: HIGH responsiveness FLP_GEOFENCE_RESPONSIVENESS_OVERRIDE = 0 + +#################################### +# By default APPS must support LB only if modem support +# LB 1.5 and above. This parameter adds an exception +# for targets where modem only supports LB 1.0. +# This might be useful for primarily outdoor devices. +# 0: MUST NOT ALLOW LB IF MODEM ONLY SUPPORTS +# LB 1.0 +# 1: ALLOW LB IF MODEM ONLY SUPPORTS LB 1.0 +#################################### +ALLOW_LB_1_0 = 0 + +#################################### +# By default if network fixes are not sensor assisted +# these fixes must be dropped. This parameter adds an exception +# for targets where there is no PDR and we still want to +# report out network fixes +# 0: MUST NOT ALLOW NETWORK FIXES +# 1: ALLOW NETWORK FIXES +#################################### +ALLOW_NETWORK_FIXES = 0 |