1#Uncommenting these urls would only enable 2#the power up auto injection and force injection(test case). 3#XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin 4#XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin 5#XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin 6 7# Error Estimate 8# _SET = 1 9# _CLEAR = 0 10ERR_ESTIMATE=0 11 12#Test 13NTP_SERVER=time.gpsonextra.net 14#Asia 15# NTP_SERVER=asia.pool.ntp.org 16#Europe 17# NTP_SERVER=europe.pool.ntp.org 18#North America 19# NTP_SERVER=north-america.pool.ntp.org 20 21# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info 22# 4 - Debug, 5 - Verbose 23# If DEBUG_LEVEL is commented, Android's logging levels will be used 24DEBUG_LEVEL = 2 25 26# Intermediate position report, 1=enable, 0=disable 27INTERMEDIATE_POS=0 28 29# Below bit mask configures how GPS functionalities 30# should be locked when user turns off GPS on Settings 31# Set bit 0x1 if MO GPS functionalities are to be locked 32# Set bit 0x2 if NI GPS functionalities are to be locked 33# default - non is locked for backward compatibility 34#GPS_LOCK = 0 35 36# supl version 1.0 37SUPL_VER=0x10000 38 39# Emergency SUPL, 1=enable, 0=disable 40SUPL_ES=1 41 42# GPS Capabilities bit mask 43# SCHEDULING = 0x01 44# MSB = 0x02 45# MSA = 0x04 46# ON_DEMAND_TIME = 0x10 47# GEOFENCE = 0x20 48# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE 49CAPABILITIES=0x37 50 51# Accuracy threshold for intermediate positions 52# less accurate positions are ignored, 0 for passing all positions 53# ACCURACY_THRES=5000 54 55################################ 56##### AGPS server settings ##### 57################################ 58 59# FOR SUPL SUPPORT, set the following 60# SUPL_HOST=supl.host.com or IP 61# SUPL_PORT=1234 62SUPL_HOST=supl.google.com 63SUPL_PORT=7276 64 65# FOR C2K PDE SUPPORT, set the following 66# C2K_HOST=c2k.pde.com or IP 67# C2K_PORT=1234 68 69# Bitmask of slots that are available 70# for write/install to, where 1s indicate writable, 71# and the default value is 0 where no slots 72# are writable. For example, AGPS_CERT_WRITABLE_MASK 73# of b1000001010 makes 3 slots available 74# for installation (slots 2, 4, and 10) 75# and the remaining 7 slots unwritable. 76#AGPS_CERT_WRITABLE_MASK=0 77 78#################################### 79# LTE Positioning Profile Settings 80#################################### 81# 0: Enable RRLP on LTE(Default) 82# 1: Enable LPP_User_Plane on LTE 83# 2: Enable LPP_Control_Plane 84# 3: Enable both LPP_User_Plane and LPP_Control_Plane 85LPP_PROFILE = 0 86 87################################ 88# EXTRA SETTINGS 89################################ 90# NMEA provider (1=Modem Processor, 0=Application Processor) 91NMEA_PROVIDER=0 92# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE) 93SGLTE_TARGET=0 94 95################################################## 96# Select Positioning Protocol on A-GLONASS system 97################################################## 98# 0x1: RRC CPlane 99# 0x2: RRLP UPlane 100# 0x4: LLP Uplane 101A_GLONASS_POS_PROTOCOL_SELECT = 0 102