-
Notifications
You must be signed in to change notification settings - Fork 28
/
xtwifi.conf
93 lines (76 loc) · 3.59 KB
/
xtwifi.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#GTP WiFi Project client core config file
#
#GENERAL DESCRIPTION
#This is used by client core
#
#Copyright (c) 2012-2013 Qualcomm Atheros, Inc.
#All Rights Reserved.
#Qualcomm Atheros Confidential and Proprietary.
# Log verbosity control for most of the GTP WiFi system, including native and
# Java componenets
# OFF = 0, ERROR = 1, WARNING = 2, INFO = 3, DEBUG = 4, VERBOSE = 5, ALL = 100
DEBUG_GLOBAL_LOG_LEVEL = 2
# Log verbosity control for the location mq process
# OFF = 0, ERROR = 1, WARNING = 2, INFO = 3, DEBUG = 4, VERBOSE = 5, ALL = 100
DEBUG_LOC_MQ_LOG_LEVEL = 2
# this is used at the server side to distinguish uploads from different maker/model
# default "Qualcomm"
OEM_ID_IN_REQUEST_TO_SERVER = "Qualcomm"
# this is used at the server side to distinguish uploads from different maker/model
# default "UNKNOWN"
MODEL_ID_IN_REQUEST_TO_SERVER = "UNKNOWN"
##############################################################################
# GTP-WiFi positioning #
##############################################################################
# URL for the server position request
XT_SERVER_ROOT_URL = https://xt1.qsp.qualcomm.com:447/uds/v2
# size, in bytes, of the cache on device
SIZE_BYTE_TOTAL_CACHE = 5000000
# if we should use fake wifi scanner to report injected MAC address
# value 0: (default) we are going to use the real wifi scanner on board.
# value non-zero: we are going to use the injected MAC address
ENABLE_TEST_FAKE_WIFI_SCAN = 0
##############################################################################
# XT-WiFi crowd sourcing #
##############################################################################
#
# Without specify XT_CS_SERVER_ROOT_URL, it will be the same as the
# XT_SERVER_ROOT_URL
XT_CS_SERVER_ROOT_URL = https://xtoem1.qsp.qualcomm.com:447/uds/v2
# Use server suggestion for crowd sourcing configuration
ENABLE_SERVER_SUGGESTION_FOR_CROWD_SOURCING = 1
# Maximum number of APs to be collected for upload
NUM_MAX_AP_PER_UPLOAD = 16383
# Number of minutes between upload: 24 hours
INTERVAL_MIN_UPLOAD = 1440
# Number of minutes between forced upload: 5 days
INTERVAL_MIN_FORCED_UPLOAD = 7200
# The minimum time between two collected AP data sets in seconds
INTERVAL_SEC_AP_SETS_COLLECT = 10
# Timeout for scan interval when phone is on: 600 seconds (10 minute)
INTERVAL_SEC_SCAN = 600
# Timeout for scan interval when phone has not continusouly on for INTERVAL_MIN_SCAN
INTERVAL_MIN_FORCED_SCAN = 300
# Maximum number of Cell DB records for upload
WWAN_MAX_CELLDB_RECORDS_PER_UPLOAD = 1000
##############################################################################
# XT_WWAN Lite config #
##############################################################################
#Enable or disable XTRA-T WWAN Lite feature on MS
#Values that are not 1 will all be treated as 0.
# DISABLE = 0, ENABLE = 1
XTRAT_WWAN_LITE_FEATURE_CONTROL = 0
# This item specifies the RIL server name
XTRAT_WWAN_LITE_LOC_RIL_SERVER_NAME = "OS-Agent"
# Maximum total number of SNA records cached in mobile storage.
# Max allowed value is 10000
# Min value is 100
XTRAT_WWAN_LITE_MAX_DL_SNA = 10000
# Maximum total number of BSA records cached in mobile storage.
# Max allowed value is 65000
# Min value is 100
XTRAT_WWAN_LITE_MAX_DL_BSA = 65000
# URL for the server position request.
# Without specify XTRAT_WWAN_LITE_SERVER_ROOT_URL, it will be the same as the
# XT_SERVER_ROOT_DIR in xtwifi.conf
XTRAT_WWAN_LITE_SERVER_ROOT_URL = https://xtoem1.qsp.qualcomm.com:447/uds/v2