1# XTRA_SERVER_QUERY (1=on, 0=off)
2# If XTRA_SERVER_QUERY is on, the XTRA_SERVERs listed
3# below will be ignored, and instead the servers will
4# be queried from the modem.
5XTRA_SERVER_QUERY=0
6# XTRA_SERVERs below are used only if XTRA_SERVER_QUERY
7# is off.
8XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra2.bin
9XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin
10XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin
11
12# Error Estimate
13# _SET = 1
14# _CLEAR = 0
15ERR_ESTIMATE=0
16
17# Test
18#NTP_SERVER=time.gpsonextra.net
19# Asia
20#NTP_SERVER=asia.pool.ntp.org
21# Europe
22#NTP_SERVER=europe.pool.ntp.org
23# North America
24#NTP_SERVER=north-america.pool.ntp.org
25
26# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
27#               4 - Debug, 5 - Verbose
28# If DEBUG_LEVEL is commented, Android's logging levels will be used
29DEBUG_LEVEL = 3
30
31# Intermediate position report, 1=enable, 0=disable
32INTERMEDIATE_POS=0
33
34# Below bit mask configures how GPS functionalities
35# should be locked when user turns off GPS on Settings
36# Set bit 0x1 if MO GPS functionalities are to be locked
37# Set bit 0x2 if NI GPS functionalities are to be locked
38# default - non is locked for backward compatibility
39#GPS_LOCK_MASK = 0
40
41# SUPL version 2.0
42#SUPL_VER=0x20000
43
44# GPS Capabilities bit mask
45# SCHEDULING = 0x01
46# MSB = 0x02
47# MSA = 0x04
48# ON_DEMAND_TIME = 0x10
49# GEOFENCE = 0x20
50# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
51CAPABILITIES=0x37
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#SUPL_HOST=supl.google.com
65#SUPL_PORT=7275
66
67# Bitmask of slots that are available
68# for write/install to, where 1s indicate writable,
69# and the default value is 0 where no slots
70# are writable. For example, AGPS_CERT_WRITABLE_MASK
71# of b1000001010 makes 3 slots available
72# for installation (slots 2, 4, and 10)
73# and the remaining 7 slots unwritable.
74#AGPS_CERT_WRITABLE_MASK=0
75
76####################################
77#  LTE Positioning Profile Settings
78####################################
79# 0: Enable RRLP on LTE(Default)
80# 1: Enable LPP_User_Plane on LTE
81# 2: Enable LPP_Control_Plane
82# 3: Enable both LPP_User_Plane and LPP_Control_Plane
83#LPP_PROFILE = 2
84
85################################
86# EXTRA SETTINGS
87################################
88# NMEA provider (1=Modem Processor, 0=Application Processor)
89#NMEA_PROVIDER=0
90
91##################################################
92# Select Positioning Protocol on A-GLONASS system
93##################################################
94# 0x1: RRC CPlane
95# 0x2: RRLP UPlane
96# 0x4: LLP Uplane
97#A_GLONASS_POS_PROTOCOL_SELECT = 0
98