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#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 = 3 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 - non is locked for backward compatibility 38#GPS_LOCK = 0 39 40# supl version 1.0 41SUPL_VER=0x10000 42 43# Emergency SUPL, 1=enable, 0=disable 44#SUPL_ES=0 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 98LPP_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 114A_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 121LPPE_CP_TECHNOLOGY = 0 122 123################################################## 124# Select technology for LPPe User Plane 125################################################## 126# 0x1: DBH for LPPe UP 127# 0x2: WLAN AP Measurements for LPPe UP 128LPPE_UP_TECHNOLOGY = 0 129 130# AP Coarse Timestamp Uncertainty 131################################################## 132# default : 10 133# or as per clock uncertainty of product 134AP_TIMESTAMP_UNCERTAINTY = 10 135 136##################################### 137# GNSS PPS settings 138##################################### 139#AP DR engine availability status 140# 0 : NO AP DR (default) 141# 1 : AP DR enabled 142#EXTERNAL_DR_ENABLED = 0 143 144##################################### 145#DR_SYNC Pulse Availability 146##################################### 147# 0 : DR_SYNC pulse not available (default) 148# 1 : DR_SYNC pulse available 149DR_SYNC_ENABLED = 0 150 151##################################### 152#PPS Device name 153##################################### 154PPS_DEVICENAME = /dev/pps0 155 156##################################### 157#AP Clock Accuracy 158##################################### 159AP_CLOCK_PPM = 100 160 161##################################### 162#MAX ms difference to detect missing pulse 163##################################### 164MISSING_PULSE_TIME_DELTA = 900 165 166##################################### 167#Propagation time uncertainty 168##################################### 169PROPAGATION_TIME_UNCERTAINTY = 1 170