xtwifi.conf 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. #GTP AP Project client core config file
  2. #
  3. #GENERAL DESCRIPTION
  4. #This is used by client core
  5. #
  6. #Copyright (c) 2012-2014 Qualcomm Atheros, Inc.
  7. #All Rights Reserved.
  8. #Qualcomm Atheros Confidential and Proprietary.
  9. #
  10. #Copyright (c) 2017 Qualcomm Technologies, Inc.
  11. #All Rights Reserved.
  12. #Confidential and Proprietary - Qualcomm Technologies, Inc.
  13. ##############################################################################
  14. # non-IOT devices configuration items #
  15. # For non-IOT devices, configure below configuration items #
  16. # according to the app note: 80-NK218-1 and remove the configuration items #
  17. # in section of "IOT devices configuration items". #
  18. ##############################################################################
  19. # ASN URI v2 to be used by some GTP AP modules that
  20. # need to run with ASN URI v2 protocol.
  21. XT_SERVER_ROOT_URL = https://gtp1.izatcloud.net:443/uds/v2
  22. # ASN URI v3 to be used by GTP AP modules that
  23. # can support ASN URI v3 protocol.
  24. XT_SERVER_ROOT_URL_V3 = https://gtp1.izatcloud.net:443/uds/v3
  25. # size, in bytes, of the cache on device
  26. SIZE_BYTE_TOTAL_CACHE = 5000000
  27. ##############################################################################
  28. # IOT devices configuration items #
  29. # For IOT devices, configure below configuration items #
  30. # according to the app note and remove the configuration items in section of #
  31. # "non-IOT devices configuration items". #
  32. ##############################################################################
  33. # ASN URI v3 to be used by GTP AP modules that
  34. # can support ASN URI v3 protocol.
  35. # XT_SERVER_ROOT_URL_V3 = https://gtpma1.izatcloud.net:443/uds/v3
  36. # 3: Wi-Fi APDB injection via Izat SDK. GTP server is not accessed
  37. # for any GTP requests, instead notification is sent to Izat SDK.
  38. # WiFi crowdsourcing module is disabled.
  39. # 4: Wi-Fi APDB injection via Izat SDK. GTP server is not accessed
  40. # for any GTP requests, instead notification is sent to Izat SDK.
  41. # WiFi crowdsourcing module is active, also accessed via Izat SDK.
  42. # GTP_AP_MODE = 4
  43. # 1: MP cell features relies on GTP AP for either download or upload
  44. # 0: MP cell features does not rely on GTP AP
  45. # GTP_AP_NEEDED_BY_MP_CELL = 1
  46. ##############################################################################
  47. # Configuration items applicable to all devices #
  48. ##############################################################################
  49. # Log verbosity control for most of the GTP WiFi system, including native and
  50. # Java componenets
  51. # OFF = 0, ERROR = 1, WARNING = 2, INFO = 3, DEBUG = 4, VERBOSE = 5, ALL = 100
  52. DEBUG_GLOBAL_LOG_LEVEL = 2
  53. # this is used at the server side to distinguish uploads from different maker/model
  54. # default "Qualcomm"
  55. OEM_ID_IN_REQUEST_TO_SERVER = "Qualcomm"
  56. # this is used at the server side to distinguish uploads from different maker/model
  57. # default "UNKNOWN"
  58. MODEL_ID_IN_REQUEST_TO_SERVER = "UNKNOWN"
  59. ##############################################################################
  60. # Qualcomm Network Location Provider config #
  61. ##############################################################################
  62. # Accuracy Threshold for NLP position. Position exceeds thsi threshold will be filtered out.
  63. # Default is 25000 meters.
  64. LARGE_ACCURACY_THRESHOLD_TO_FILTER_NLP_POSITION = 25000