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
20#NTP_SERVER setting is in modem NV
21
22#XTRA CA path
23XTRA_CA_PATH=/system/etc/security/cacerts
24
25# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
26#               4 - Debug, 5 - Verbose
27# If DEBUG_LEVEL is commented, Android's logging levels will be used
28DEBUG_LEVEL = 2
29
30# Intermediate position report, 1=enable, 0=disable
31INTERMEDIATE_POS=0
32
33# Below bit mask configures how GPS functionalities
34# should be locked when user turns off GPS on Settings
35# Set bit 0x1 if MO GPS functionalities are to be locked
36# Set bit 0x2 if NI GPS functionalities are to be locked
37# default � both MO and NI locked for maximal privacy
38#GPS_LOCK = 3
39
40# supl version 1.0
41#SUPL_VER=0x10000
42
43# Emergency SUPL, 1=enable, 0=disable
44SUPL_ES=1
45
46#Choose PDN for Emergency SUPL
47#1 - Use emergency PDN
48#0 - Use regular SUPL PDN for Emergency SUPL
49#USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0
50
51#SUPL_MODE is a bit mask set in config.xml per carrier by default.
52#If it is uncommented here, this value will overwrite the value from
53#config.xml.
54#MSA=0X2
55#MSB=0X1
56#SUPL_MODE=
57
58# GPS Capabilities bit mask
59# SCHEDULING = 0x01
60# MSB = 0x02
61# MSA = 0x04
62# ON_DEMAND_TIME = 0x10
63# GEOFENCE = 0x20
64# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
65CAPABILITIES=0x37
66
67# Accuracy threshold for intermediate positions
68# less accurate positions are ignored, 0 for passing all positions
69# ACCURACY_THRES=5000
70
71################################
72##### AGPS server settings #####
73################################
74
75# FOR SUPL SUPPORT, set the following
76# SUPL_HOST=supl.host.com or IP
77# SUPL_PORT=1234
78
79# FOR C2K PDE SUPPORT, set the following
80# C2K_HOST=c2k.pde.com or IP
81# C2K_PORT=1234
82
83# Bitmask of slots that are available
84# for write/install to, where 1s indicate writable,
85# and the default value is 0 where no slots
86# are writable. For example, AGPS_CERT_WRITABLE_MASK
87# of b1000001010 makes 3 slots available
88# and the remaining 7 slots unwritable.
89#AGPS_CERT_WRITABLE_MASK=0
90
91####################################
92#  LTE Positioning Profile Settings
93####################################
94# 0: Enable RRLP on LTE(Default)
95# 1: Enable LPP_User_Plane on LTE
96# 2: Enable LPP_Control_Plane
97# 3: Enable both LPP_User_Plane and LPP_Control_Plane
98#LPP_PROFILE = 2
99
100################################
101# EXTRA SETTINGS
102################################
103# NMEA provider (1=Modem Processor, 0=Application Processor)
104NMEA_PROVIDER=0
105# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
106SGLTE_TARGET=0
107
108##################################################
109# Select Positioning Protocol on A-GLONASS system
110##################################################
111# 0x1: RRC CPlane
112# 0x2: RRLP UPlane
113# 0x4: LLP Uplane
114#A_GLONASS_POS_PROTOCOL_SELECT = 0
115
116##################################################
117# Select technology for LPPe Control Plane
118##################################################
119# 0x1: DBH for LPPe CP
120# 0x2: WLAN AP Measurements for LPPe CP
121# 0x4: SRN AP measurement for CP
122# 0x8: Sensor Barometer Measurement LPPe CP
123#LPPE_CP_TECHNOLOGY = 0
124
125##################################################
126# Select technology for LPPe User Plane
127##################################################
128# 0x1: DBH for LPPe UP
129# 0x2: WLAN AP Measurements for LPPe UP
130# 0x4: SRN AP measurement for UP
131# 0x8: Sensor Barometer Measurement LPPe UP
132#LPPE_UP_TECHNOLOGY = 0
133
134##################################################
135# AGPS_CONFIG_INJECT
136##################################################
137# enable/disable injection of AGPS configurations:
138#     SUPL_VER
139#     SUPL_HOST
140#     SUPL_PORT
141#     C2K_HOST
142#     C2K_PORT
143#     LPP_PROFILE
144#     A_GLONASS_POS_PROTOCOL_SELECT
145# 0: disable
146# 1: enable
147AGPS_CONFIG_INJECT = 1
148
149##################################################
150# GNSS settings for automotive use cases
151# Configurations in following section are
152# specific to automotive use cases, others
153# please do not change, keep the default values
154##################################################
155
156# AP Coarse Timestamp Uncertainty
157##################################################
158# default : 10
159# AP time stamp uncertainty, until GNSS receiver
160# is able to acquire better timing information
161AP_TIMESTAMP_UNCERTAINTY = 10
162
163##################################################
164# QDR engine availability status
165##################################################
166# 0 : NO QDR (default)
167# 1 : QDR enabled
168# This settings enables QDR Configuration for
169# automotive use case, if enabled then
170# DR_AP_Service needs to be enabled in izat.conf
171#EXTERNAL_DR_ENABLED = 0
172
173#####################################
174# DR_SYNC Pulse Availability
175#####################################
176# 0 : DR_SYNC pulse not available (default)
177# 1 : DR_SYNC pulse available
178# This configuration enables the driver to make use
179# of PPS events generated by DR_SYNC pulse
180# Standard Linux PPS driver needs to be enabled
181DR_SYNC_ENABLED = 0
182
183#####################################
184# PPS Device name
185#####################################
186PPS_DEVICENAME = /dev/pps0
187
188#####################################
189# Ignore PPS at Startup and after long outage
190#####################################
191IGNORE_PPS_PULSE_COUNT = 1
192
193#####################################
194# Long GNSS RF outage in seconds
195#####################################
196GNSS_OUTAGE_DURATION = 10
197
198#####################################
199# AP Clock Accuracy
200#####################################
201# Quality of APPS processor clock (in PPM).
202# Value specified is used for calculation of
203# APPS time stamp uncertainty
204AP_CLOCK_PPM = 100
205
206#####################################
207# MAX ms difference to detect missing pulse
208#####################################
209# Specifies time threshold in ms to validate any missing PPS pulses
210MISSING_PULSE_TIME_DELTA = 900
211
212#####################################
213# Propagation time uncertainty
214#####################################
215# This settings enables time uncertainty propagation
216# logic incase of missing PPS pulse
217PROPAGATION_TIME_UNCERTAINTY = 1
218
219#######################################
220#  APN / IP Type Configuration
221#  APN and IP Type to use for setting
222#  up WWAN call.
223#  Use below values for IP Type:
224#  v4 = 4
225#  v6 = 6
226#  v4v6 = 10
227#######################################
228# INTERNET_APN = abc.xyz
229# INTERNET_IP_TYPE = 4
230# SUPL_APN = abc.xyz
231# SUPL_IP_TYPE = 4
232
233#####################################
234# Modem type
235#####################################
236# This setting configures modem type
237# (external=0 or internal=1)
238# comment out the next line to vote
239# for the first modem in the list
240MODEM_TYPE = 1
241
242#####################################
243# proxyAppPackageName
244#####################################
245# This is a string that is sent to the framework
246# in nfwNotifyCb callback
247PROXY_APP_PACKAGE_NAME = com.google.android.carrierlocation
248
249#####################################
250# CP_MTLR_ES
251#####################################
252# CP MTLR ES, 1=enable, 0=disable
253CP_MTLR_ES=1
254
255