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.izatcloud.net 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 = 3 23 24# Intermediate position report, 1=enable, 0=disable 25INTERMEDIATE_POS=0 26 27# supl version 1.0 28SUPL_VER=0x10000 29 30# Emergency SUPL, 1=enable, 0=disable 31#SUPL_ES=1 32 33#Choose PDN for Emergency SUPL 34#1 - Use emergency PDN 35#0 - Use regular SUPL PDN for Emergency SUPL 36#USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0 37 38#SUPL_MODE is a bit mask set in config.xml per carrier by default. 39#If it is uncommented here, this value will overwrite the value from 40#config.xml. 41#MSA=0X2 42#MSB=0X1 43#SUPL_MODE= 44 45# GPS Capabilities bit mask 46# SCHEDULING = 0x01 47# MSB = 0x02 48# MSA = 0x04 49# ON_DEMAND_TIME = 0x10 50# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING 51CAPABILITIES=0x17 52 53# Accuracy threshold for intermediate positions 54# less accurate positions are ignored, 0 for passing all positions 55# ACCURACY_THRES=5000 56 57################################ 58##### AGPS server settings ##### 59################################ 60 61# FOR SUPL SUPPORT, set the following 62# SUPL_HOST=supl.host.com or IP 63# SUPL_PORT=1234 64 65# FOR MO SUPL SUPPORT, set the following 66# MO_SUPL_HOST=supl.host.com or IP 67# MO_SUPL_PORT=1234 68 69# FOR C2K PDE SUPPORT, set the following 70# C2K_HOST=c2k.pde.com or IP 71# C2K_PORT=1234 72 73# Bitmask of slots that are available 74# for write/install to, where 1s indicate writable, 75# and the default value is 0 where no slots 76# are writable. For example, AGPS_CERT_WRITABLE_MASK 77# of b1000001010 makes 3 slots available 78# and the remaining 7 slots unwritable. 79#AGPS_CERT_WRITABLE_MASK=0 80 81#################################### 82# LTE Positioning Profile Settings 83#################################### 84# 0: Enable RRLP on LTE(Default) 85# 1: Enable LPP_User_Plane on LTE 86# 2: Enable LPP_Control_Plane 87# 3: Enable both LPP_User_Plane and LPP_Control_Plane 88LPP_PROFILE = 2 89 90#################################### 91#Datum Type 92#################################### 93# 0: WGS-84 94# 1: PZ-90 95DATUM_TYPE = 0 96 97################################ 98# EXTRA SETTINGS 99################################ 100# NMEA provider (1=Modem Processor, 0=Application Processor) 101NMEA_PROVIDER=0 102 103# Customized NMEA GGA fix quality that can be used to tell 104# whether SENSOR contributed to the fix. 105# 106# When this configuration item is not enabled (set to any value that is not 1), 107# GGA fix quality conforms to NMEA standard spec as below: 108# PPP/DGNSS/SBAS correction fix w/ or w/o sensor: 2 109# RTK fixed fix w/ or w/o sensor: 4 110# RTK float fix w/ or w/o sensor: 5 111# SPE fix w/ or w/o sensor: 1 112# Sensor dead reckoning fix: 6 113# 114# When this configuration is enabled (set to 1), GGA fix quality 115# will be output as below: 116# PPP fix w/o sensor: 59, w/ sensor: 69 117# DGNSS/SBAS correction fix w/o sensor: 2, w/ sensor: 62 118# RTK fixed fix w/o sensor: 4, w/ sensor: 64 119# RTK float fix w/o sensor: 5, w/ sensor: 65, 120# SPE fix w/o sensor: 1, and w/ sensor: 61 121# Sensor dead reckoning fix: 6 122# 123# any value that is not 1 - disabled 124# 1 - enabled 125CUSTOM_NMEA_GGA_FIX_QUALITY_ENABLED = 0 126 127# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE) 128SGLTE_TARGET=0 129 130################################################## 131# Select Positioning Protocol on A-GLONASS system 132################################################## 133# 0x1: RRC CPlane 134# 0x2: RRLP UPlane 135# 0x4: LLP Uplane 136A_GLONASS_POS_PROTOCOL_SELECT = 0 137 138################################################## 139# Select technology for LPPe Control Plane 140################################################## 141# 0x1: DBH for LPPe CP 142# 0x2: WLAN AP Measurements for LPPe CP 143# 0x4: SRN AP measurement for CP 144# 0x8: Sensor Barometer Measurement LPPe CP 145#LPPE_CP_TECHNOLOGY = 0 146 147################################################## 148# Select technology for LPPe User Plane 149################################################## 150# 0x1: DBH for LPPe UP 151# 0x2: WLAN AP Measurements for LPPe UP 152# 0x4: SRN AP measurement for UP 153# 0x8: Sensor Barometer Measurement LPPe UP 154#LPPE_UP_TECHNOLOGY = 0 155 156################################################## 157# AGPS_CONFIG_INJECT 158################################################## 159# enable/disable injection of AGPS configurations: 160# SUPL_VER 161# SUPL_HOST 162# SUPL_PORT 163# MO_SUPL_HOST 164# MO_SUPL_PORT 165# C2K_HOST 166# C2K_PORT 167# LPP_PROFILE 168# A_GLONASS_POS_PROTOCOL_SELECT 169# 0: disable 170# 1: enable 171AGPS_CONFIG_INJECT = 1 172 173################################################## 174# GNSS settings for automotive use cases 175# Configurations in following section are 176# specific to automotive use cases, others 177# please do not change, keep the default values 178################################################## 179 180# AP Coarse Timestamp Uncertainty 181################################################## 182# default : 10 183# AP time stamp uncertainty, until GNSS receiver 184# is able to acquire better timing information 185AP_TIMESTAMP_UNCERTAINTY = 10 186 187################################################## 188# QDR engine availability status 189################################################## 190# 0 : NO QDR (default) 191# 1 : QDR enabled 192# This settings enables QDR Configuration for 193# automotive use case, if enabled then 194# DR_AP_Service needs to be enabled in izat.conf 195#EXTERNAL_DR_ENABLED = 0 196 197##################################### 198# DR_SYNC Pulse Availability 199##################################### 200# 0 : DR_SYNC pulse not available (default) 201# 1 : DR_SYNC pulse available 202# This configuration enables the driver to make use 203# of PPS events generated by DR_SYNC pulse 204# Standard Linux PPS driver needs to be enabled 205DR_SYNC_ENABLED = 0 206 207##################################### 208# PPS Device name 209##################################### 210PPS_DEVICENAME = /dev/pps0 211 212##################################### 213# Ignore PPS at Startup and after long outage 214##################################### 215IGNORE_PPS_PULSE_COUNT = 1 216 217##################################### 218# Long GNSS RF outage in seconds 219##################################### 220GNSS_OUTAGE_DURATION = 10 221 222##################################### 223# AP Clock Accuracy 224##################################### 225# Quality of APPS processor clock (in PPM). 226# Value specified is used for calculation of 227# APPS time stamp uncertainty 228AP_CLOCK_PPM = 100 229 230##################################### 231# MAX ms difference to detect missing pulse 232##################################### 233# Specifies time threshold in ms to validate any missing PPS pulses 234MISSING_PULSE_TIME_DELTA = 900 235 236##################################### 237# Propagation time uncertainty 238##################################### 239# This settings enables time uncertainty propagation 240# logic incase of missing PPS pulse 241PROPAGATION_TIME_UNCERTAINTY = 1 242 243####################################### 244# APN / IP Type Configuration 245# APN and IP Type to use for setting 246# up WWAN call. 247# Use below values for IP Type: 248# v4 = 4 249# v6 = 6 250# v4v6 = 10 251####################################### 252# INTERNET_APN = abc.xyz 253# INTERNET_IP_TYPE = 4 254# SUPL_APN = abc.xyz 255# SUPL_IP_TYPE = 4 256 257##################################### 258# Modem type 259##################################### 260# This setting configures modem type 261# (external=0 or internal=1) 262# comment out the next line to vote 263# for the first modem in the list 264MODEM_TYPE = 1 265 266################################################## 267# CONSTRAINED TIME UNCERTAINTY MODE 268################################################## 269# 0 : disabled (default) 270# 1 : enabled 271# This setting enables GPS engine to keep its time 272# uncertainty below the specified constraint 273#CONSTRAINED_TIME_UNCERTAINTY_ENABLED = 0 274 275# If constrained time uncertainty mode is enabled, 276# this setting specifies the time uncertainty 277# threshold that gps engine need to maintain. 278# In unit of milli-seconds. 279# Default is 0.0 meaning that modem default value 280# of time uncertainty threshold will be used. 281#CONSTRAINED_TIME_UNCERTAINTY_THRESHOLD = 0.0 282 283# If constrained time uncertainty mode is enabled, 284# this setting specifies the power budget that 285# gps engine is allowed to spend to maintain the time 286# uncertainty. 287# Default is 0 meaning that GPS engine is not constained 288# by power budget and can spend as much power as needed. 289# In unit of 0.1 milli watt second. 290#CONSTRAINED_TIME_UNCERTAINTY_ENERGY_BUDGET = 0 291 292################################################## 293# POSITION ASSISTED CLOCK ESTIMATOR 294################################################## 295# 0 : disabled (default) 296# 1 : enabled 297# This setting enables GPS engine to estimate clock 298# bias and drift when the signal from at least 1 299# SV is available and the UE�s position is known by 300# other position engines. 301#POSITION_ASSISTED_CLOCK_ESTIMATOR_ENABLED = 0 302 303##################################### 304# proxyAppPackageName 305##################################### 306# This is a string that is sent to the framework 307# in nfwNotifyCb callback 308PROXY_APP_PACKAGE_NAME = com.google.android.carrierlocation 309 310##################################### 311# CP_MTLR_ES 312##################################### 313# CP MTLR ES, 1=enable, 0=disable 314CP_MTLR_ES=0 315 316################################################## 317# GNSS_DEPLOYMENT 318################################################## 319# 0 : Enable QTI GNSS (default) 320# 1 : Enable QCSR SS5 321# This setting use to select between QTI GNSS 322# and QCSR SS5 hardware receiver. 323# By default QTI GNSS receiver is enabled. 324# GNSS_DEPLOYMENT = 0 325 326################################################## 327## LOG BUFFER CONFIGURATION 328################################################## 329#LOG_BUFFER_ENABLED, 1=enable, 0=disable 330#*_LEVEL_TIME_DEPTH, maximum time depth of level * 331#in log buffer, unit is second 332#*_LEVEL_MAX_CAPACITY, maximum numbers of level * 333#log print sentences in log buffer 334LOG_BUFFER_ENABLED = 0 335E_LEVEL_TIME_DEPTH = 600 336E_LEVEL_MAX_CAPACITY = 50 337W_LEVEL_TIME_DEPTH = 500 338W_LEVEL_MAX_CAPACITY = 100 339I_LEVEL_TIME_DEPTH = 400 340I_LEVEL_MAX_CAPACITY = 200 341D_LEVEL_TIME_DEPTH = 30 342D_LEVEL_MAX_CAPACITY = 300 343V_LEVEL_TIME_DEPTH = 200 344V_LEVEL_MAX_CAPACITY = 400 345 346