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