sanders: update location configs

This commit is contained in:
Vachounet
2017-12-09 18:03:04 +01:00
committed by therootlord
parent 70a281843c
commit efba297b2a
8 changed files with 808 additions and 93 deletions

View File

@@ -42,7 +42,7 @@ CAPABILITIES=0x03
# Low accuracy = 0
# Medium accuracy = 1
# High accuracy = 2
ACCURACY=0
ACCURACY=1
###################################
# FLP GEOFENCE RESPONSIVENESS
@@ -58,3 +58,25 @@ 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