Guest User

WW_15.0610.1811.18_gps.conf

a guest
Jan 10th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  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/xtra3grcej.bin
  4. XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra3grcej.bin
  5. XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra3grcej.bin
  6.  
  7. #Version check for XTRA
  8. #DISABLE = 0
  9. #AUTO = 1
  10. #XTRA2 = 2
  11. #XTRA3 = 3
  12. XTRA_VERSION_CHECK=3
  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=0x20000
  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=1
  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=1
  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. SUPL_HOST=supl.google.com
  79. SUPL_PORT=7275
  80.  
  81. # FOR C2K PDE SUPPORT, set the following
  82. # C2K_HOST=c2k.pde.com or IP
  83. # C2K_PORT=1234
  84.  
  85. # Bitmask of slots that are available
  86. # for write/install to, where 1s indicate writable,
  87. # and the default value is 0 where no slots
  88. # are writable. For example, AGPS_CERT_WRITABLE_MASK
  89. # of b1000001010 makes 3 slots available
  90. # and the remaining 7 slots unwritable.
  91. #AGPS_CERT_WRITABLE_MASK=0
  92.  
  93. ####################################
  94. # LTE Positioning Profile Settings
  95. ####################################
  96. # 0: Enable RRLP on LTE(Default)
  97. # 1: Enable LPP_User_Plane on LTE
  98. # 2: Enable LPP_Control_Plane
  99. # 3: Enable both LPP_User_Plane and LPP_Control_Plane
  100. LPP_PROFILE = 0
  101.  
  102. ################################
  103. # EXTRA SETTINGS
  104. ################################
  105. # NMEA provider (1=Modem Processor, 0=Application Processor)
  106. NMEA_PROVIDER=0
  107. # Mark if it is a SGLTE target (1=SGLTE, 0=nonSGLTE)
  108. SGLTE_TARGET=0
  109.  
  110. ##################################################
  111. # Select Positioning Protocol on A-GLONASS system
  112. ##################################################
  113. # 0x1: RRC CPlane
  114. # 0x2: RRLP UPlane
  115. # 0x4: LLP Uplane
  116. A_GLONASS_POS_PROTOCOL_SELECT = 0
  117.  
  118. ##################################################
  119. # Select technology for LPPe Control Plane
  120. ##################################################
  121. # 0x1: DBH for LPPe CP
  122. # 0x2: WLAN AP Measurements for LPPe CP
  123. # 0x4: SRN AP measurement for CP
  124. # 0x8: Sensor Barometer Measurement LPPe CP
  125. LPPE_CP_TECHNOLOGY = 0
  126.  
  127. ##################################################
  128. # Select technology for LPPe User Plane
  129. ##################################################
  130. # 0x1: DBH for LPPe UP
  131. # 0x2: WLAN AP Measurements for LPPe UP
  132. # 0x4: SRN AP measurement for UP
  133. # 0x8: Sensor Barometer Measurement LPPe UP
  134. LPPE_UP_TECHNOLOGY = 0
  135.  
  136. ##################################################
  137. # AGPS_CONFIG_INJECT
  138. ##################################################
  139. # enable/disable injection of AGPS configurations:
  140. # SUPL_VER
  141. # SUPL_HOST
  142. # SUPL_PORT
  143. # C2K_HOST
  144. # C2K_PORT
  145. # LPP_PROFILE
  146. # A_GLONASS_POS_PROTOCOL_SELECT
  147. # 0: disable
  148. # 1: enable
  149. AGPS_CONFIG_INJECT = 1
  150.  
  151. ##################################################
  152. # GNSS settings for automotive use cases
  153. # Configurations in following section are
  154. # specific to automotive use cases, others
  155. # please do not change, keep the default values
  156. ##################################################
  157.  
  158. # AP Coarse Timestamp Uncertainty
  159. ##################################################
  160. # default : 10
  161. # AP time stamp uncertainty, until GNSS receiver
  162. # is able to acquire better timing information
  163. AP_TIMESTAMP_UNCERTAINTY = 10
  164.  
  165. ##################################################
  166. # QDR engine availability status
  167. ##################################################
  168. # 0 : NO QDR (default)
  169. # 1 : QDR enabled
  170. # This settings enables QDR Configuration for
  171. # automotive use case, if enabled then
  172. # DR_AP_Service needs to be enabled in izat.conf
  173. #EXTERNAL_DR_ENABLED = 0
  174.  
  175. #####################################
  176. # DR_SYNC Pulse Availability
  177. #####################################
  178. # 0 : DR_SYNC pulse not available (default)
  179. # 1 : DR_SYNC pulse available
  180. # This configuration enables the driver to make use
  181. # of PPS events generated by DR_SYNC pulse
  182. # Standard Linux PPS driver needs to be enabled
  183. DR_SYNC_ENABLED = 0
  184.  
  185. #####################################
  186. # PPS Device name
  187. #####################################
  188. PPS_DEVICENAME = /dev/pps0
  189.  
  190. #####################################
  191. # AP Clock Accuracy
  192. #####################################
  193. # Quality of APPS processor clock (in PPM).
  194. # Value specified is used for calculation of
  195. # APPS time stamp uncertainty
  196. AP_CLOCK_PPM = 100
  197.  
  198. #####################################
  199. # MAX ms difference to detect missing pulse
  200. #####################################
  201. # Specifies time threshold in ms to validate any missing PPS pulses
  202. MISSING_PULSE_TIME_DELTA = 900
  203.  
  204. #####################################
  205. # Propagation time uncertainty
  206. #####################################
  207. # This settings enables time uncertainty propagation
  208. # logic incase of missing PPS pulse
  209. PROPAGATION_TIME_UNCERTAINTY = 1
Add Comment
Please, Sign In to add comment