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#NTP server
20NTP_SERVER=time.izatcloud.net
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
38SUPL_VER=0x10000
39
40# Emergency SUPL, 1=enable, 0=disable
41SUPL_ES=0
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 overwrite 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
95LPP_PROFILE = 2
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
111A_GLONASS_POS_PROTOCOL_SELECT = 0
112