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://xtra1.gpsonextra.net/xtra2.bin
9XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra2.bin
10XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra2.bin
11
12# Error Estimate
13# _SET = 1
14# _CLEAR = 0
15ERR_ESTIMATE=0
16
17#Test
18NTP_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 = 2
30
31# Intermediate position report, 1=enable, 0=disable
32INTERMEDIATE_POS=0
33
34# supl version 2.0
35SUPL_VER=0x20000
36
37# GPS Capabilities bit mask
38# SCHEDULING = 0x01
39# MSB = 0x02
40# MSA = 0x04
41# ON_DEMAND_TIME = 0x10
42# GEOFENCE = 0x20
43# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
44CAPABILITIES=0x33
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
57SUPL_HOST=supl.google.com
58SUPL_PORT=7275
59
60# FOR C2K PDE SUPPORT, set the following
61# C2K_HOST=c2k.pde.com or IP
62# C2K_PORT=1234
63
64# Bitmask of slots that are available
65# for write/install to, where 1s indicate writable,
66# and the default value is 0 where no slots
67# are writable. For example, AGPS_CERT_WRITABLE_MASK
68# of b1000001010 makes 3 slots available
69# for installation (slots 2, 4, and 10)
70# and the remaining 7 slots unwritable.
71#AGPS_CERT_WRITABLE_MASK=0
72
73####################################
74#  LTE Positioning Profile Settings
75####################################
76# 0: Enable RRLP on LTE(Default)
77# 1: Enable LPP_User_Plane on LTE
78# 2: Enable LPP_Control_Plane
79# 3: Enable both LPP_User_Plane and LPP_Control_Plane
80LPP_PROFILE = 0
81
82################################
83# EXTRA SETTINGS
84################################
85# NMEA provider (1=Modem Processor, 0=Application Processor)
86NMEA_PROVIDER=1
87
88##################################################
89# Select Positioning Protocol on A-GLONASS system
90##################################################
91# 0x1: RRC CPlane
92# 0x2: RRLP UPlane
93# 0x4: LLP Uplane
94A_GLONASS_POS_PROTOCOL_SELECT = 0
95