Home | History | Annotate | Download | only in etc
      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
     12 XTRA_VERSION_CHECK=0
     13 
     14 # Error Estimate
     15 # _SET = 1
     16 # _CLEAR = 0
     17 ERR_ESTIMATE=0
     18 
     19 #NTP server
     20 NTP_SERVER=time.izatcloud.net
     21 
     22 #XTRA CA path
     23 XTRA_CA_PATH=/system/etc/security/cacerts
     24 
     25 # DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
     26 #               4 - Debug, 5 - Verbose
     27 # If DEBUG_LEVEL is commented, Android's logging levels will be used
     28 DEBUG_LEVEL = 3
     29 
     30 # Intermediate position report, 1=enable, 0=disable
     31 INTERMEDIATE_POS=0
     32 
     33 # Below bit mask configures how GPS functionalities
     34 # should be locked when user turns off GPS on Settings
     35 # Set bit 0x1 if MO GPS functionalities are to be locked
     36 # Set bit 0x2 if NI GPS functionalities are to be locked
     37 # default - non is locked for backward compatibility
     38 #GPS_LOCK = 0
     39 
     40 # supl version 1.0
     41 SUPL_VER=0x10000
     42 
     43 # Emergency SUPL, 1=enable, 0=disable
     44 #SUPL_ES=0
     45 
     46 #Choose PDN for Emergency SUPL
     47 #1 - Use emergency PDN
     48 #0 - Use regular SUPL PDN for Emergency SUPL
     49 #USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0
     50 
     51 #SUPL_MODE is a bit mask set in config.xml per carrier by default.
     52 #If it is uncommented here, this value will overwrite the value from
     53 #config.xml.
     54 #MSA=0X2
     55 #MSB=0X1
     56 #SUPL_MODE=
     57 
     58 # GPS Capabilities bit mask
     59 # SCHEDULING = 0x01
     60 # MSB = 0x02
     61 # MSA = 0x04
     62 # ON_DEMAND_TIME = 0x10
     63 # GEOFENCE = 0x20
     64 # default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
     65 CAPABILITIES=0x37
     66 
     67 # Accuracy threshold for intermediate positions
     68 # less accurate positions are ignored, 0 for passing all positions
     69 # ACCURACY_THRES=5000
     70 
     71 ################################
     72 ##### AGPS server settings #####
     73 ################################
     74 
     75 # FOR SUPL SUPPORT, set the following
     76 # SUPL_HOST=supl.host.com or IP
     77 # SUPL_PORT=1234
     78 
     79 # FOR C2K PDE SUPPORT, set the following
     80 # C2K_HOST=c2k.pde.com or IP
     81 # C2K_PORT=1234
     82 
     83 # Bitmask of slots that are available
     84 # for write/install to, where 1s indicate writable,
     85 # and the default value is 0 where no slots
     86 # are writable. For example, AGPS_CERT_WRITABLE_MASK
     87 # of b1000001010 makes 3 slots available
     88 # and the remaining 7 slots unwritable.
     89 #AGPS_CERT_WRITABLE_MASK=0
     90 
     91 ####################################
     92 #  LTE Positioning Profile Settings
     93 ####################################
     94 # 0: Enable RRLP on LTE(Default)
     95 # 1: Enable LPP_User_Plane on LTE
     96 # 2: Enable LPP_Control_Plane
     97 # 3: Enable both LPP_User_Plane and LPP_Control_Plane
     98 LPP_PROFILE = 2
     99 
    100 ################################
    101 # EXTRA SETTINGS
    102 ################################
    103 # NMEA provider (1=Modem Processor, 0=Application Processor)
    104 NMEA_PROVIDER=0
    105 # Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
    106 SGLTE_TARGET=0
    107 
    108 ##################################################
    109 # Select Positioning Protocol on A-GLONASS system
    110 ##################################################
    111 # 0x1: RRC CPlane
    112 # 0x2: RRLP UPlane
    113 # 0x4: LLP Uplane
    114 A_GLONASS_POS_PROTOCOL_SELECT = 0
    115 
    116 ##################################################
    117 # Select technology for LPPe Control Plane
    118 ##################################################
    119 # 0x1: DBH for LPPe CP
    120 # 0x2: WLAN AP Measurements for LPPe CP
    121 # 0x4: SRN AP measurement for CP
    122 # 0x8: Sensor Barometer Measurement LPPe CP
    123 LPPE_CP_TECHNOLOGY = 0
    124 
    125 ##################################################
    126 # Select technology for LPPe User Plane
    127 ##################################################
    128 # 0x1: DBH for LPPe UP
    129 # 0x2: WLAN AP Measurements for LPPe UP
    130 # 0x4: SRN AP measurement for UP
    131 # 0x8: Sensor Barometer Measurement LPPe UP
    132 LPPE_UP_TECHNOLOGY = 0
    133 
    134 ##################################################
    135 # AGPS_CONFIG_INJECT
    136 ##################################################
    137 # enable/disable injection of AGPS configurations:
    138 #     SUPL_VER
    139 #     SUPL_HOST
    140 #     SUPL_PORT
    141 #     C2K_HOST
    142 #     C2K_PORT
    143 #     LPP_PROFILE
    144 #     A_GLONASS_POS_PROTOCOL_SELECT
    145 # 0: disable
    146 # 1: enable
    147 AGPS_CONFIG_INJECT = 1
    148 
    149 ##################################################
    150 # GNSS settings for automotive use cases
    151 # Configurations in following section are
    152 # specific to automotive use cases, others
    153 # please do not change, keep the default values
    154 ##################################################
    155 
    156 # AP Coarse Timestamp Uncertainty
    157 ##################################################
    158 # default : 10
    159 # AP time stamp uncertainty, until GNSS receiver
    160 # is able to acquire better timing information
    161 AP_TIMESTAMP_UNCERTAINTY = 10
    162 
    163 ##################################################
    164 # QDR engine availability status
    165 ##################################################
    166 # 0 : NO QDR (default)
    167 # 1 : QDR enabled
    168 # This settings enables QDR Configuration for
    169 # automotive use case, if enabled then
    170 # DR_AP_Service needs to be enabled in izat.conf
    171 #EXTERNAL_DR_ENABLED = 0
    172 
    173 #####################################
    174 # DR_SYNC Pulse Availability
    175 #####################################
    176 # 0 : DR_SYNC pulse not available (default)
    177 # 1 : DR_SYNC pulse available
    178 # This configuration enables the driver to make use
    179 # of PPS events generated by DR_SYNC pulse
    180 # Standard Linux PPS driver needs to be enabled
    181 DR_SYNC_ENABLED = 0
    182 
    183 #####################################
    184 # PPS Device name
    185 #####################################
    186 PPS_DEVICENAME = /dev/pps0
    187 
    188 #####################################
    189 # AP Clock Accuracy
    190 #####################################
    191 # Quality of APPS processor clock (in PPM).
    192 # Value specified is used for calculation of
    193 # APPS time stamp uncertainty
    194 AP_CLOCK_PPM = 100
    195 
    196 #####################################
    197 # MAX ms difference to detect missing pulse
    198 #####################################
    199 # Specifies time threshold in ms to validate any missing PPS pulses
    200 MISSING_PULSE_TIME_DELTA = 900
    201 
    202 #####################################
    203 # Propagation time uncertainty
    204 #####################################
    205 # This settings enables time uncertainty propagation
    206 # logic incase of missing PPS pulse
    207 PROPAGATION_TIME_UNCERTAINTY = 1
    208