1#Version check for XTRA
2#DISABLE = 0
3#AUTO    = 1
4#XTRA2   = 2
5#XTRA3   = 3
6XTRA_VERSION_CHECK=1
7
8# Error Estimate
9# _SET = 1
10# _CLEAR = 0
11ERR_ESTIMATE=0
12
13# NTP Server
14# NTP_SERVER=time.gpsonextra.net
15# Asia
16# NTP_SERVER=asia.pool.ntp.org
17# Europe
18# NTP_SERVER=europe.pool.ntp.org
19# North America
20# NTP_SERVER=north-america.pool.ntp.org
21
22NTP_SERVER = time.google.com
23
24# If NTP_SERVER is commented NTP_SERVER=time.izatcloud.net is used
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# GPS Capabilities bit mask
35# SCHEDULING = 0x01
36# MSB = 0x02
37# MSA = 0x04
38# ON_DEMAND_TIME = 0x10
39# GEOFENCE = 0x20
40# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
41CAPABILITIES=0x37
42
43# Accuracy threshold for intermediate positions
44# less accurate positions are ignored, 0 for passing all positions
45# ACCURACY_THRES=5000
46
47################################
48##### AGPS server settings #####
49################################
50# Bitmask of slots that are available
51# for write/install to, where 1s indicate writable,
52# and the default value is 0 where no slots
53# are writable. For example, AGPS_CERT_WRITABLE_MASK
54# of b1000001010 makes 3 slots available
55# and the remaining 7 slots unwritable.
56# AGPS_CERT_WRITABLE_MASK=0
57
58################################
59# EXTRA SETTINGS
60################################
61# NMEA provider (1=Modem Processor, 0=Application Processor)
62NMEA_PROVIDER=0
63
64# Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
65SGLTE_TARGET=0
66
67##################################################
68# Select technology for LPPe Control Plane
69##################################################
70# 0x1: DBH for LPPe CP
71# 0x2: WLAN AP Measurements for LPPe CP
72LPPE_CP_TECHNOLOGY = 0
73
74##################################################
75# Select technology for LPPe User Plane
76##################################################
77# 0x1: DBH for LPPe UP
78# 0x2: WLAN AP Measurements for LPPe UP
79LPPE_UP_TECHNOLOGY = 0
80
81##################################################
82# AGPS_CONFIG_INJECT
83##################################################
84# enable/disable injection of AGPS configurations:
85#     SUPL_VER
86#     SUPL_HOST
87#     SUPL_PORT
88#     SUPL_MODE
89#     SUPL_ES
90#     C2K_HOST
91#     C2K_PORT
92#     LPP_PROFILE
93#     A_GLONASS_POS_PROTOCOL_SELECT
94#     USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL
95#     GPS_LOCK
96# 0: disable
97# 1: enable
98AGPS_CONFIG_INJECT = 1
99
100# AP Coarse Timestamp Uncertainty
101##################################################
102# default : 10
103# or as per clock uncertainty of product
104AP_TIMESTAMP_UNCERTAINTY = 10
105
106#####################################
107#DR_SYNC Pulse Availability
108#####################################
109# 0 : DR_SYNC pulse not available (default)
110# 1 : DR_SYNC pulse available
111DR_SYNC_ENABLED = 0
112
113#####################################
114#PPS Device name
115#####################################
116PPS_DEVICENAME = /dev/pps0
117
118#####################################
119#AP Clock Accuracy
120#####################################
121AP_CLOCK_PPM = 100
122
123#####################################
124#MAX ms difference to detect missing pulse
125#####################################
126MISSING_PULSE_TIME_DELTA = 900
127
128#####################################
129#Propagation time uncertainty
130#####################################
131PROPAGATION_TIME_UNCERTAINTY = 1
132