• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#Version check for XTRA
2#DISABLE = 0
3#AUTO    = 1
4#XTRA2   = 2
5#XTRA3   = 3
6XTRA_VERSION_CHECK=0
7
8# Error Estimate
9# _SET = 1
10# _CLEAR = 0
11ERR_ESTIMATE=0
12
13#NTP server
14NTP_SERVER = time.google.com
15
16#XTRA CA path
17XTRA_CA_PATH=/usr/lib/ssl-1.1/certs
18
19# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
20#               4 - Debug, 5 - Verbose
21# If DEBUG_LEVEL is commented, Android's logging levels will be used
22DEBUG_LEVEL = 2
23
24# Intermediate position report, 1=enable, 0=disable
25INTERMEDIATE_POS=0
26
27# Below bit mask configures how GPS functionalities
28# should be locked when user turns off GPS on Settings
29# Set bit 0x1 if MO GPS functionalities are to be locked
30# Set bit 0x2 if NI GPS functionalities are to be locked
31# default � both MO and NI locked for maximal privacy
32#GPS_LOCK = 3
33
34# supl version 1.0
35#SUPL_VER=0x10000
36
37# Emergency SUPL, 1=enable, 0=disable
38SUPL_ES=1
39
40#Choose PDN for Emergency SUPL
41#1 - Use emergency PDN
42#0 - Use regular SUPL PDN for Emergency SUPL
43#USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0
44
45#SUPL_MODE is a bit mask set in config.xml per carrier by default.
46#If it is uncommented here, this value will overwrite the value from
47#config.xml.
48#MSA=0X2
49#MSB=0X1
50#SUPL_MODE=
51
52# GPS Capabilities bit mask
53# SCHEDULING = 0x01
54# MSB = 0x02
55# MSA = 0x04
56# ON_DEMAND_TIME = 0x10
57# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING
58CAPABILITIES=0x17
59
60# Accuracy threshold for intermediate positions
61# less accurate positions are ignored, 0 for passing all positions
62# ACCURACY_THRES=5000
63
64################################
65##### AGPS server settings #####
66################################
67
68# FOR SUPL SUPPORT, set the following
69# SUPL_HOST=supl.host.com or IP
70# SUPL_PORT=1234
71
72# FOR MO SUPL SUPPORT, set the following
73# MO_SUPL_HOST=supl.host.com or IP
74# MO_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
95#LPP_PROFILE = 2
96
97####################################
98#Datum Type
99####################################
100# 0: WGS-84
101# 1: PZ-90
102DATUM_TYPE = 0
103
104################################
105# EXTRA SETTINGS
106################################
107# NMEA provider (1=Modem Processor, 0=Application Processor)
108NMEA_PROVIDER=0
109# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
110SGLTE_TARGET=0
111
112##################################################
113# Select Positioning Protocol on A-GLONASS system
114##################################################
115# 0x1: RRC CPlane
116# 0x2: RRLP UPlane
117# 0x4: LLP Uplane
118#A_GLONASS_POS_PROTOCOL_SELECT = 0
119
120##################################################
121# Select technology for LPPe Control Plane
122##################################################
123# 0x1: DBH for LPPe CP
124# 0x2: WLAN AP Measurements for LPPe CP
125# 0x4: SRN AP measurement for CP
126# 0x8: Sensor Barometer Measurement LPPe CP
127#LPPE_CP_TECHNOLOGY = 0
128
129##################################################
130# Select technology for LPPe User Plane
131##################################################
132# 0x1: DBH for LPPe UP
133# 0x2: WLAN AP Measurements for LPPe UP
134# 0x4: SRN AP measurement for UP
135# 0x8: Sensor Barometer Measurement LPPe UP
136#LPPE_UP_TECHNOLOGY = 0
137
138##################################################
139# AGPS_CONFIG_INJECT
140##################################################
141# enable/disable injection of AGPS configurations:
142#     SUPL_VER
143#     SUPL_HOST
144#     SUPL_PORT
145#     MO_SUPL_HOST
146#     MO_SUPL_PORT
147#     C2K_HOST
148#     C2K_PORT
149#     LPP_PROFILE
150#     A_GLONASS_POS_PROTOCOL_SELECT
151# 0: disable
152# 1: enable
153AGPS_CONFIG_INJECT = 1
154
155##################################################
156# GNSS settings for automotive use cases
157# Configurations in following section are
158# specific to automotive use cases, others
159# please do not change, keep the default values
160##################################################
161
162# AP Coarse Timestamp Uncertainty
163##################################################
164# default : 10
165# AP time stamp uncertainty, until GNSS receiver
166# is able to acquire better timing information
167AP_TIMESTAMP_UNCERTAINTY = 10
168
169##################################################
170# QDR engine availability status
171##################################################
172# 0 : NO QDR (default)
173# 1 : QDR enabled
174# This settings enables QDR Configuration for
175# automotive use case, if enabled then
176# DR_AP_Service needs to be enabled in izat.conf
177#EXTERNAL_DR_ENABLED = 0
178
179#####################################
180# DR_SYNC Pulse Availability
181#####################################
182# 0 : DR_SYNC pulse not available (default)
183# 1 : DR_SYNC pulse available
184# This configuration enables the driver to make use
185# of PPS events generated by DR_SYNC pulse
186# Standard Linux PPS driver needs to be enabled
187DR_SYNC_ENABLED = 0
188
189#####################################
190# PPS Device name
191#####################################
192PPS_DEVICENAME = /dev/pps0
193
194#####################################
195# Ignore PPS at Startup and after long outage
196#####################################
197IGNORE_PPS_PULSE_COUNT = 1
198
199#####################################
200# Long GNSS RF outage in seconds
201#####################################
202GNSS_OUTAGE_DURATION = 10
203
204#####################################
205# AP Clock Accuracy
206#####################################
207# Quality of APPS processor clock (in PPM).
208# Value specified is used for calculation of
209# APPS time stamp uncertainty
210AP_CLOCK_PPM = 100
211
212#####################################
213# MAX ms difference to detect missing pulse
214#####################################
215# Specifies time threshold in ms to validate any missing PPS pulses
216MISSING_PULSE_TIME_DELTA = 900
217
218#####################################
219# Propagation time uncertainty
220#####################################
221# This settings enables time uncertainty propagation
222# logic incase of missing PPS pulse
223PROPAGATION_TIME_UNCERTAINTY = 1
224
225#######################################
226#  APN / IP Type Configuration
227#  APN and IP Type to use for setting
228#  up WWAN call.
229#  Use below values for IP Type:
230#  v4 = 4
231#  v6 = 6
232#  v4v6 = 10
233#######################################
234# INTERNET_APN = abc.xyz
235# INTERNET_IP_TYPE = 4
236# SUPL_APN = abc.xyz
237# SUPL_IP_TYPE = 4
238
239#####################################
240# Modem type
241#####################################
242# This setting configures modem type
243# (external=0 or internal=1)
244# comment out the next line to vote
245# for the first modem in the list
246MODEM_TYPE = 1
247
248##################################################
249# CONSTRAINED TIME UNCERTAINTY MODE
250##################################################
251# 0 : disabled (default)
252# 1 : enabled
253# This setting enables GPS engine to keep its time
254# uncertainty below the specified constraint
255#CONSTRAINED_TIME_UNCERTAINTY_ENABLED = 0
256
257# If constrained time uncertainty mode is enabled,
258# this setting specifies the time uncertainty
259# threshold that gps engine need to maintain.
260# In unit of milli-seconds.
261# Default is 0.0 meaning that modem default value
262# of time uncertainty threshold will be used.
263#CONSTRAINED_TIME_UNCERTAINTY_THRESHOLD = 0.0
264
265# If constrained time uncertainty mode is enabled,
266# this setting specifies the power budget that
267# gps engine is allowed to spend to maintain the time
268# uncertainty.
269# Default is 0 meaning that GPS engine is not constained
270# by power budget and can spend as much power as needed.
271# In unit of 0.1 milli watt second.
272#CONSTRAINED_TIME_UNCERTAINTY_ENERGY_BUDGET = 0
273
274##################################################
275# POSITION ASSISTED CLOCK ESTIMATOR
276##################################################
277# 0 : disabled (default)
278# 1 : enabled
279# This setting enables GPS engine to estimate clock
280# bias and drift when the signal from at least 1
281# SV is available and the UE�s position is known by
282# other position engines.
283#POSITION_ASSISTED_CLOCK_ESTIMATOR_ENABLED = 0
284
285#####################################
286# proxyAppPackageName
287#####################################
288# This is a string that is sent to the framework
289# in nfwNotifyCb callback
290PROXY_APP_PACKAGE_NAME = com.google.android.carrierlocation
291
292#####################################
293# CP_MTLR_ES
294#####################################
295# CP MTLR ES, 1=enable, 0=disable
296CP_MTLR_ES=1
297
298##################################################
299# GNSS_DEPLOYMENT
300##################################################
301# 0 : Enable QTI GNSS (default)
302# 1 : Enable QCSR SS5
303# This setting use to select between QTI GNSS
304# and QCSR SS5 hardware receiver.
305# By default QTI GNSS receiver is enabled.
306# GNSS_DEPLOYMENT = 0
307