b9fdaff70a
Change-Id: Ia76265a8c3326f2b5f9f260ce98807276af80ee3
57 lines
1.7 KiB
Text
57 lines
1.7 KiB
Text
###################################
|
|
##### Batching settings #####
|
|
###################################
|
|
|
|
###################################
|
|
# BATCH SIZE
|
|
###################################
|
|
# The number of batched locations
|
|
# requested to modem. 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
|
|
# batch size defined as 20 as below.
|
|
BATCH_SIZE=20
|
|
|
|
###################################
|
|
# OUTDOOR TRIP BATCH SIZE
|
|
###################################
|
|
# 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
|
|
|
|
###################################
|
|
# BATCHING SESSION TIMEOUT
|
|
###################################
|
|
# Duration with which batch session timeout
|
|
# happens in milliseconds. If not specified
|
|
# or set to zero, batching session timeout
|
|
# defaults to 20 seconds by the modem.
|
|
# BATCH_SESSION_TIMEOUT=20000
|
|
|
|
###################################
|
|
# BATCHING ACCURACY
|
|
###################################
|
|
# Set to one of the defined values below
|
|
# to define the accuracy of batching.
|
|
# If not specified, accuracy defaults
|
|
# to LOW.
|
|
# BATCHING ACCURACY values:
|
|
# Low accuracy = 0
|
|
# Medium accuracy = 1
|
|
# High accuracy = 2
|
|
ACCURACY=1
|
|
|
|
####################################
|
|
# 1: FORCE USING LB 1.0
|
|
# 0: adaptive LB or LB 2.0 would be invoked
|
|
# which would rely on CMC sensors
|
|
####################################
|
|
USE_LB_1_0 = 1
|