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#Test
20NTP_SERVER=time.gpsonextra.net
21#Asia
22# NTP_SERVER=asia.pool.ntp.org
23#Europe
24# NTP_SERVER=europe.pool.ntp.org
25#North America
26# NTP_SERVER=north-america.pool.ntp.org
27
28#XTRA CA path
29XTRA_CA_PATH=/system/etc/security/cacerts
30
31# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
32#               4 - Debug, 5 - Verbose
33# If DEBUG_LEVEL is commented, Android's logging levels will be used
34DEBUG_LEVEL = 2
35
36# Intermediate position report, 1=enable, 0=disable
37INTERMEDIATE_POS=0
38
39# Below bit mask configures how GPS functionalities
40# should be locked when user turns off GPS on Settings
41# Set bit 0x1 if MO GPS functionalities are to be locked
42# Set bit 0x2 if NI GPS functionalities are to be locked
43# default - non is locked for backward compatibility
44#GPS_LOCK = 0
45
46# supl version 1.0
47SUPL_VER=0x10000
48
49# Emergency SUPL, 1=enable, 0=disable
50SUPL_ES=1
51
52#Choose PDN for Emergency SUPL
53#1 - Use emergency PDN
54#0 - Use regular SUPL PDN for Emergency SUPL
55USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1
56
57#SUPL_MODE is a bit mask set in config.xml per carrier by default.
58#If it is uncommented here, this value will over write the value from
59#config.xml.
60#MSA=0X2
61#MSB=0X1
62#SUPL_MODE=
63
64# GPS Capabilities bit mask
65# SCHEDULING = 0x01
66# MSB = 0x02
67# MSA = 0x04
68# ON_DEMAND_TIME = 0x10
69# GEOFENCE = 0x20
70# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
71CAPABILITIES=0x37
72
73# Accuracy threshold for intermediate positions
74# less accurate positions are ignored, 0 for passing all positions
75# ACCURACY_THRES=5000
76
77################################
78##### AGPS server settings #####
79################################
80
81# FOR SUPL SUPPORT, set the following
82# SUPL_HOST=supl.host.com or IP
83# SUPL_PORT=1234
84
85# FOR C2K PDE SUPPORT, set the following
86# C2K_HOST=c2k.pde.com or IP
87# C2K_PORT=1234
88
89# Bitmask of slots that are available
90# for write/install to, where 1s indicate writable,
91# and the default value is 0 where no slots
92# are writable. For example, AGPS_CERT_WRITABLE_MASK
93# of b1000001010 makes 3 slots available
94# and the remaining 7 slots unwritable.
95#AGPS_CERT_WRITABLE_MASK=0
96
97####################################
98#  LTE Positioning Profile Settings
99####################################
100# 0: Enable RRLP on LTE(Default)
101# 1: Enable LPP_User_Plane on LTE
102# 2: Enable LPP_Control_Plane
103# 3: Enable both LPP_User_Plane and LPP_Control_Plane
104LPP_PROFILE = 0
105
106################################
107# EXTRA SETTINGS
108################################
109# NMEA provider (1=Modem Processor, 0=Application Processor)
110NMEA_PROVIDER=0
111# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
112SGLTE_TARGET=0
113
114##################################################
115# Select Positioning Protocol on A-GLONASS system
116##################################################
117# 0x1: RRC CPlane
118# 0x2: RRLP UPlane
119# 0x4: LLP Uplane
120A_GLONASS_POS_PROTOCOL_SELECT = 0
121