xfiles

gps.conf

Feb 8th, 2012
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. NTP_SERVER=0.europe.pool.ntp.org
  2. NTP_SERVER=1.europe.pool.ntp.org
  3. NTP_SERVER=2.europe.pool.ntp.org
  4. NTP_SERVER=3.europe.pool.ntp.org
  5. XTRA_SERVER_1=http://xtra2.gpsonextra.net/xtra.bin
  6. XTRA_SERVER_2=http://xtra1.gpsonextra.net/xtra.bin
  7. XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
  8.  
  9. # DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
  10. # 4 - Debug, 5 - Verbose
  11. DEBUG_LEVEL =0
  12.  
  13. # Intermediate position report, 1=enable, 0=disable
  14. INTERMEDIATE_POS=0
  15.  
  16. # Accuracy threshold for intermediate positions
  17. # less accurate positions are ignored, 0 for passing all positions
  18. ACCURACY_THRES=0
  19.  
  20. # Report supl ref location as position, 1=enable, 0=disable
  21. REPORT_POSITION_USE_SUPL_REFLOC=1
  22.  
  23. # Wiper (wifi positioning), 1=enable, 0=disable
  24. ENABLE_WIPER=1
  25.  
  26. ################################
  27. ##### AGPS server settings #####
  28. ################################
  29.  
  30. # FOR SUPL SUPPORT, set the following
  31. SUPL_HOST=supl.google.com
  32. SUPL_PORT=7276
  33. SUPL_NO_SECURE_PORT=7276
  34. SUPL_SECURE_PORT=7276
  35.  
  36. # FOR C2K PDE SUPPORT, set the following
  37. # C2K_HOST=c2k.pde.com or IP
  38. # C2K_PORT=1234
  39.  
  40. #################################
  41. ##### AGPS Carrier settings #####
  42. #################################
  43. CURRENT_CARRIER=common
  44. DEFAULT_AGPS_ENABLE=TRUE
  45. DEFAULT_SSL_ENABLE=FALSE
  46.  
  47. # TRUE for "User Plane", FALSE for "Control Plane"
  48. DEFAULT_USER_PLANE=TRUE
Advertisement
Add Comment
Please, Sign In to add comment