1# Error Estimate 2# _SET = 1 3# _CLEAR = 0 4ERR_ESTIMATE=0 5 6#NTP server 7NTP_SERVER=time.xtracloud.net 8 9#XTRA CA path 10XTRA_CA_PATH=/usr/lib/ssl-1.1/certs 11 12# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info 13# 4 - Debug, 5 - Verbose 14# If DEBUG_LEVEL is commented, Android's logging levels will be used 15DEBUG_LEVEL = 3 16 17# Intermediate position report, 1=enable, 0=disable 18INTERMEDIATE_POS=0 19 20# supl version 1.0 21SUPL_VER=0x10000 22 23# Emergency SUPL, 1=enable, 0=disable 24#SUPL_ES=1 25 26#Choose PDN for Emergency SUPL 27#1 - Use emergency PDN 28#0 - Use regular SUPL PDN for Emergency SUPL 29#USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0 30 31#SUPL_MODE is a bit mask set in config.xml per carrier by default. 32#If it is uncommented here, this value will overwrite the value from 33#config.xml. 34#MSA=0X2 35#MSB=0X1 36#SUPL_MODE= 37 38# GPS Capabilities bit mask 39# SCHEDULING = 0x01 40# MSB = 0x02 41# MSA = 0x04 42# ON_DEMAND_TIME = 0x10 43# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING 44CAPABILITIES=0x17 45 46# Accuracy threshold for intermediate positions 47# less accurate positions are ignored, 0 for passing all positions 48# ACCURACY_THRES=5000 49 50################################ 51##### AGPS server settings ##### 52################################ 53 54# FOR SUPL SUPPORT, set the following 55# SUPL_HOST=supl.host.com or IP 56# SUPL_PORT=1234 57 58# FOR MO SUPL SUPPORT, set the following 59# MO_SUPL_HOST=supl.host.com or IP 60# MO_SUPL_PORT=1234 61 62# FOR C2K PDE SUPPORT, set the following 63# C2K_HOST=c2k.pde.com or IP 64# C2K_PORT=1234 65 66# Bitmask of slots that are available 67# for write/install to, where 1s indicate writable, 68# and the default value is 0 where no slots 69# are writable. For example, AGPS_CERT_WRITABLE_MASK 70# of b1000001010 makes 3 slots available 71# and the remaining 7 slots unwritable. 72#AGPS_CERT_WRITABLE_MASK=0 73 74#################################### 75# LTE Positioning Profile Settings 76#################################### 77# LPP_PROFILE is a bit mask 78# 0: Enable RRLP on LTE(Default) 79# 0x1: LPP User Plane 80# 0x2: LPP Control Plane 81# 0x4: LPP User Plane for NR5G 82# 0x8: LPP Control Plane for NR5G 83LPP_PROFILE = 2 84 85#################################### 86#Datum Type 87#################################### 88# 0: WGS-84 89# 1: PZ-90 90DATUM_TYPE = 0 91 92################################ 93# EXTRA SETTINGS 94################################ 95# NMEA provider (1=Modem Processor, 0=Application Processor) 96NMEA_PROVIDER=0 97 98################################ 99# NMEA TAG BLOCK GROUPING 100################################ 101# NMEA tag block grouping is only applicable to GSA 102# Default is disabled 103# 0 - disabled 104# 1 - enabled 105NMEA_TAG_BLOCK_GROUPING_ENABLED = 0 106 107# Customized NMEA GGA fix quality that can be used to tell 108# whether SENSOR contributed to the fix. 109# 110# When this configuration item is not enabled (set to any value that is not 1), 111# GGA fix quality conforms to NMEA standard spec as below: 112# PPP/DGNSS/SBAS correction fix w/ or w/o sensor: 2 113# RTK fixed fix w/ or w/o sensor: 4 114# RTK float fix w/ or w/o sensor: 5 115# SPE fix w/ or w/o sensor: 1 116# Sensor dead reckoning fix: 6 117# 118# When this configuration is enabled (set to 1), GGA fix quality 119# will be output as below: 120# PPP fix w/o sensor: 59, w/ sensor: 69 121# DGNSS/SBAS correction fix w/o sensor: 2, w/ sensor: 62 122# RTK fixed fix w/o sensor: 4, w/ sensor: 64 123# RTK float fix w/o sensor: 5, w/ sensor: 65, 124# SPE fix w/o sensor: 1, and w/ sensor: 61 125# Sensor dead reckoning fix: 6 126# 127# any value that is not 1 - disabled 128# 1 - enabled 129CUSTOM_NMEA_GGA_FIX_QUALITY_ENABLED = 0 130 131################################ 132# NMEA Reporting Rate Config, valid only when NMEA_PROVIDER is set to "0" 133################################ 134# NMEA Reporting Rate 135# Set it to "1HZ" for 1Hz NMEA Reporting 136# Set it to "NHZ" for NHz NMEA Reporting 137#Default : NHZ (overridden by position update rate if set to lower rates) 138NMEA_REPORT_RATE=NHZ 139 140# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE) 141SGLTE_TARGET=0 142 143################################################## 144# Select Positioning Protocol on A-GLONASS system 145################################################## 146# 0x1: RRC CPlane 147# 0x2: RRLP UPlane 148# 0x4: LLP Uplane 149A_GLONASS_POS_PROTOCOL_SELECT = 0 150 151################################################## 152# Select technology for LPPe Control Plane 153################################################## 154# 0x1: DBH for LPPe CP 155# 0x2: WLAN AP Measurements for LPPe CP 156# 0x4: SRN AP measurement for CP 157# 0x8: Sensor Barometer Measurement LPPe CP 158#LPPE_CP_TECHNOLOGY = 0 159 160################################################## 161# Select technology for LPPe User Plane 162################################################## 163# 0x1: DBH for LPPe UP 164# 0x2: WLAN AP Measurements for LPPe UP 165# 0x4: SRN AP measurement for UP 166# 0x8: Sensor Barometer Measurement LPPe UP 167#LPPE_UP_TECHNOLOGY = 0 168 169################################################## 170# AGPS_CONFIG_INJECT 171################################################## 172# enable/disable injection of AGPS configurations: 173# SUPL_VER 174# SUPL_HOST 175# SUPL_PORT 176# MO_SUPL_HOST 177# MO_SUPL_PORT 178# C2K_HOST 179# C2K_PORT 180# LPP_PROFILE 181# A_GLONASS_POS_PROTOCOL_SELECT 182# 0: disable 183# 1: enable 184AGPS_CONFIG_INJECT = 1 185 186################################################## 187# GNSS settings for automotive use cases 188# Configurations in following section are 189# specific to automotive use cases, others 190# please do not change, keep the default values 191################################################## 192 193# AP Coarse Timestamp Uncertainty 194################################################## 195# default : 10 196# AP time stamp uncertainty, until GNSS receiver 197# is able to acquire better timing information 198AP_TIMESTAMP_UNCERTAINTY = 10 199 200##################################### 201# DR_SYNC Pulse Availability 202##################################### 203# 0 : DR_SYNC pulse not available (default) 204# 1 : DR_SYNC pulse available 205# This configuration enables the driver to make use 206# of PPS events generated by DR_SYNC pulse 207# Standard Linux PPS driver needs to be enabled 208DR_SYNC_ENABLED = 0 209 210##################################### 211# PPS Device name 212##################################### 213PPS_DEVICENAME = /dev/pps0 214 215##################################### 216# Ignore PPS at Startup and after long outage 217##################################### 218IGNORE_PPS_PULSE_COUNT = 1 219 220##################################### 221# Long GNSS RF outage in seconds 222##################################### 223GNSS_OUTAGE_DURATION = 10 224 225##################################### 226# AP Clock Accuracy 227##################################### 228# Quality of APPS processor clock (in PPM). 229# Value specified is used for calculation of 230# APPS time stamp uncertainty 231AP_CLOCK_PPM = 100 232 233##################################### 234# MAX ms difference to detect missing pulse 235##################################### 236# Specifies time threshold in ms to validate any missing PPS pulses 237MISSING_PULSE_TIME_DELTA = 900 238 239##################################### 240# Propagation time uncertainty 241##################################### 242# This settings enables time uncertainty propagation 243# logic incase of missing PPS pulse 244PROPAGATION_TIME_UNCERTAINTY = 1 245 246####################################### 247# APN / IP Type Configuration 248# APN and IP Type to use for setting 249# up WWAN call. 250# Use below values for IP Type: 251# v4 = 4 252# v6 = 6 253# v4v6 = 10 254####################################### 255# INTERNET_APN = abc.xyz 256# INTERNET_IP_TYPE = 4 257# SUPL_APN = abc.xyz 258# SUPL_IP_TYPE = 4 259 260##################################### 261# Modem type 262##################################### 263# This setting configures modem type 264# (external=0 or internal=1) 265# comment out the next line to vote 266# for the first modem in the list 267MODEM_TYPE = 1 268 269################################################## 270# CONSTRAINED TIME UNCERTAINTY MODE 271################################################## 272# 0 : disabled (default) 273# 1 : enabled 274# This setting enables GPS engine to keep its time 275# uncertainty below the specified constraint 276#CONSTRAINED_TIME_UNCERTAINTY_ENABLED = 0 277 278# If constrained time uncertainty mode is enabled, 279# this setting specifies the time uncertainty 280# threshold that gps engine need to maintain. 281# In unit of milli-seconds. 282# Default is 0.0 meaning that modem default value 283# of time uncertainty threshold will be used. 284#CONSTRAINED_TIME_UNCERTAINTY_THRESHOLD = 0.0 285 286# If constrained time uncertainty mode is enabled, 287# this setting specifies the power budget that 288# gps engine is allowed to spend to maintain the time 289# uncertainty. 290# Default is 0 meaning that GPS engine is not constained 291# by power budget and can spend as much power as needed. 292# In unit of 0.1 milli watt second. 293#CONSTRAINED_TIME_UNCERTAINTY_ENERGY_BUDGET = 0 294 295################################################## 296# POSITION ASSISTED CLOCK ESTIMATOR 297################################################## 298# 0 : disabled (default) 299# 1 : enabled 300# This setting enables GPS engine to estimate clock 301# bias and drift when the signal from at least 1 302# SV is available and the UE�s position is known by 303# other position engines. 304#POSITION_ASSISTED_CLOCK_ESTIMATOR_ENABLED = 0 305 306##################################### 307# proxyAppPackageName 308##################################### 309# This is a string that is sent to the framework 310# in nfwNotifyCb callback 311PROXY_APP_PACKAGE_NAME = com.google.android.carrierlocation 312 313##################################### 314# CP_MTLR_ES 315##################################### 316# CP MTLR ES, 1=enable, 0=disable 317CP_MTLR_ES=0 318 319################################################## 320# GNSS_DEPLOYMENT 321################################################## 322# 0 : Enable QTI GNSS (default) 323# 1 : Enable QCSR SS5 324# 2 : Enable PDS API 325# This setting use to select between QTI GNSS, 326# QCSR SS5 hardware receiver, and PDS API. 327# By default QTI GNSS receiver is enabled. 328# GNSS_DEPLOYMENT = 0 329 330################################################## 331## LOG BUFFER CONFIGURATION 332################################################## 333#LOG_BUFFER_ENABLED, 1=enable, 0=disable 334#*_LEVEL_TIME_DEPTH, maximum time depth of level * 335#in log buffer, unit is second 336#*_LEVEL_MAX_CAPACITY, maximum numbers of level * 337#log print sentences in log buffer 338LOG_BUFFER_ENABLED = 0 339E_LEVEL_TIME_DEPTH = 600 340E_LEVEL_MAX_CAPACITY = 50 341W_LEVEL_TIME_DEPTH = 500 342W_LEVEL_MAX_CAPACITY = 100 343I_LEVEL_TIME_DEPTH = 400 344I_LEVEL_MAX_CAPACITY = 200 345D_LEVEL_TIME_DEPTH = 30 346D_LEVEL_MAX_CAPACITY = 300 347V_LEVEL_TIME_DEPTH = 200 348V_LEVEL_MAX_CAPACITY = 400 349 350################################################## 351# Allow buffer diag log packets when diag memory allocation 352# fails during boot up time. 353################################################## 354BUFFER_DIAG_LOGGING = 1 355 356####################################### 357# NTRIP CLIENT LIBRARY NAME 358####################################### 359# NTRIP_CLIENT_LIB_NAME = 360 361################################################## 362# Correction Data Framework settings 363# Default values: 364# CDFW_SOURCE_PRIORITY_1 = INTERNAL_1 RTCM 365# CDFW_INJECT_DATA_INTERVAL = 600000 //10 mins 366# CDFW_RTCM_MESSAGE_INTERVAL = 1000 //1 second 367# 368# If multiple sources coexist on a PL, 369# the prorioty sequence can be set by the integer number. 370# PRIORITY_1 is higher than PRIORITY_2, for example, 371# CDFW_SOURCE_PRIORITY_1 = INTERNAL_1 RTCM 372# CDFW_SOURCE_PRIORITY_2 = CV2X RTCM 373################################################## 374 375################################################## 376# RF LOSS 377# The loss in 0.1 dbHz from the C/N0 at the antenna port 378# These values must be configured by OEM if not 379# supported in QMI LOC message 380# There is one entry for each signal type 381################################################## 382RF_LOSS_GPS = 0 383RF_LOSS_GPS_L5 = 0 384RF_LOSS_GLO_LEFT = 0 385RF_LOSS_GLO_CENTER = 0 386RF_LOSS_GLO_RIGHT = 0 387RF_LOSS_BDS = 0 388RF_LOSS_BDS_B2A = 0 389RF_LOSS_GAL = 0 390RF_LOSS_GAL_E5 = 0 391RF_LOSS_NAVIC = 0 392