1#Uncommenting these urls would only enable
2#the power up auto injection and force injection(test case).
3#XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra2.bin
4#XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin
5#XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin
6
7#Version check for XTRA
8#DISABLE = 0
9#AUTO    = 1
10#XTRA2   = 2
11#XTRA3   = 3
12XTRA_VERSION_CHECK=0
13
14# Error Estimate
15# _SET = 1
16# _CLEAR = 0
17ERR_ESTIMATE=0
18
19#NTP server
20NTP_SERVER=time.izatcloud.net
21
22# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
23#               4 - Debug, 5 - Verbose
24# If DEBUG_LEVEL is commented, Android's logging levels will be used
25DEBUG_LEVEL = 3
26
27# Intermediate position report, 1=enable, 0=disable
28INTERMEDIATE_POS=0
29
30# Below bit mask configures how GPS functionalities
31# should be locked when user turns off GPS on Settings
32# Set bit 0x1 if MO GPS functionalities are to be locked
33# Set bit 0x2 if NI GPS functionalities are to be locked
34# default - non is locked for backward compatibility
35#GPS_LOCK = 0
36
37# supl version 1.0
38SUPL_VER=0x10000
39
40# Emergency SUPL, 1=enable, 0=disable
41#SUPL_ES=0
42
43#Choose PDN for Emergency SUPL
44#1 - Use emergency PDN
45#0 - Use regular SUPL PDN for Emergency SUPL
46#USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0
47
48#SUPL_MODE is a bit mask set in config.xml per carrier by default.
49#If it is uncommented here, this value will overwrite the value from
50#config.xml.
51#MSA=0X2
52#MSB=0X1
53#SUPL_MODE=
54
55# GPS Capabilities bit mask
56# SCHEDULING = 0x01
57# MSB = 0x02
58# MSA = 0x04
59# ON_DEMAND_TIME = 0x10
60# GEOFENCE = 0x20
61# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
62CAPABILITIES=0x37
63
64# Accuracy threshold for intermediate positions
65# less accurate positions are ignored, 0 for passing all positions
66# ACCURACY_THRES=5000
67
68################################
69##### AGPS server settings #####
70################################
71
72# FOR SUPL SUPPORT, set the following
73# SUPL_HOST=supl.host.com or IP
74# SUPL_PORT=1234
75
76# FOR C2K PDE SUPPORT, set the following
77# C2K_HOST=c2k.pde.com or IP
78# C2K_PORT=1234
79
80# Bitmask of slots that are available
81# for write/install to, where 1s indicate writable,
82# and the default value is 0 where no slots
83# are writable. For example, AGPS_CERT_WRITABLE_MASK
84# of b1000001010 makes 3 slots available
85# and the remaining 7 slots unwritable.
86#AGPS_CERT_WRITABLE_MASK=0
87
88####################################
89#  LTE Positioning Profile Settings
90####################################
91# 0: Enable RRLP on LTE(Default)
92# 1: Enable LPP_User_Plane on LTE
93# 2: Enable LPP_Control_Plane
94# 3: Enable both LPP_User_Plane and LPP_Control_Plane
95LPP_PROFILE = 2
96
97################################
98# EXTRA SETTINGS
99################################
100# NMEA provider (1=Modem Processor, 0=Application Processor)
101NMEA_PROVIDER=0
102# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
103SGLTE_TARGET=0
104
105##################################################
106# Select Positioning Protocol on A-GLONASS system
107##################################################
108# 0x1: RRC CPlane
109# 0x2: RRLP UPlane
110# 0x4: LLP Uplane
111A_GLONASS_POS_PROTOCOL_SELECT = 0
112
113##################################################
114# Select technology for LPPe Control Plane
115##################################################
116# 0x1: DBH for LPPe CP
117# 0x2: WLAN AP Measurements for LPPe CP
118LPPE_CP_TECHNOLOGY = 0
119
120##################################################
121# Select technology for LPPe User Plane
122##################################################
123# 0x1: DBH for LPPe UP
124# 0x2: WLAN AP Measurements for LPPe UP
125LPPE_UP_TECHNOLOGY = 0
126
127##################################################
128# AGPS_CONFIG_INJECT
129##################################################
130# enable/disable injection of AGPS configurations:
131#     SUPL_VER
132#     SUPL_HOST
133#     SUPL_PORT
134#     C2K_HOST
135#     C2K_PORT
136#     LPP_PROFILE
137#     A_GLONASS_POS_PROTOCOL_SELECT
138# 0: disable
139# 1: enable
140AGPS_CONFIG_INJECT = 1
141# AP Coarse Timestamp Uncertainty
142##################################################
143# default : 10
144# or as per clock uncertainty of product
145AP_TIMESTAMP_UNCERTAINTY = 10
146
147#####################################
148# GNSS PPS settings
149#####################################
150#AP DR engine availability status
151# 0 : NO AP DR (default)
152# 1 : AP DR enabled
153#EXTERNAL_DR_ENABLED = 0
154
155#####################################
156#DR_SYNC Pulse Availability
157#####################################
158# 0 : DR_SYNC pulse not available (default)
159# 1 : DR_SYNC pulse available
160DR_SYNC_ENABLED = 0
161
162#####################################
163#PPS Device name
164#####################################
165PPS_DEVICENAME = /dev/pps0
166
167#####################################
168#AP Clock Accuracy
169#####################################
170AP_CLOCK_PPM = 100
171
172#####################################
173#MAX ms difference to detect missing pulse
174#####################################
175MISSING_PULSE_TIME_DELTA = 900
176
177#####################################
178#Propagation time uncertainty
179#####################################
180PROPAGATION_TIME_UNCERTAINTY = 1
181