-
Notifications
You must be signed in to change notification settings - Fork 3
/
u-blox.conf
executable file
·70 lines (61 loc) · 2.19 KB
/
u-blox.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
###############################################################################
#
# Copyright (C) u-blox ag
# u-blox ag, Thalwil, Switzerland
#
# All rights reserved.
#
# This source file is the sole property of u-blox AG. Reproduction or
# utilization of this source in whole or part is forbidden without the written
# consent of u-blox AG.
#
###############################################################################
#
# Project: PE_AND
#
###############################################################################
# $Id: u-blox.conf 64945 2013-01-17 10:41:30Z jon.bowern $
#
#
# u-blox driver configuration file
#
UDP_SERVER_PORT 46434
#SERIAL_DEVICE /dev/s3c2410_serial2
SERIAL_DEVICE /dev/ttymxc2
#SERIAL_DEVICE /dev/i2c-4
#SERIAL_DEVICE /dev/ttyACM0
BAUDRATE 115200
BAUDRATE_DEF 9600
ALP_TEMP /data/aiding.ubx
STOP_TIMEOUT 5
## AssistNow Offline (AGPS-XTRA) Link
XTRA_POLL_INTERVAL 20
## AssistNow Online (AGPS-UBX) Link
#UBX_HOST = agps.u-blox.com
#UBX_PORT = 46434
#SUPL Request flags
SUPL_ALMANAC_REQUEST 0
SUPL_UTC_MODEL_REQUEST 0
SUPL_IONOSPHERIC_MODEL_REQUEST 1
SUPL_DGPS_CORRECTIONS_REQUEST 0
SUPL_REF_LOC_REQUEST 1
SUPL_REF_TIME_REQUEST 1
SUPL_AQUISITION_ASSIST_REQUEST 0
SUPL_TIME_INTEGRITY_REQUEST 0
SUPL_NAVIGATIONAL_MODEL_REQUEST 1
SUPL_FAKE_PHONE_CONNECTION 0 # leave this key 0 unless you are testing
SUPL_NI_UI_TIMEOUT 10
SUPL_NI_RESPONSE_TIMEOUT 75
# this is the ca-certificate file, if this key is present a TLS session
# is used, if not the it is plain BIO. If this key pints to a certificate file
# then this certificate is loaded and used for verification
#SUPL_CACERT /system/etc/ca-cert-google.pem
SUPL_CACERT
# uncomment the line below to use the certificate in SUPL test server
# SUPL_CACERT /system/etc/v1_slp_rs_de_cert.pem
# debugging aids
SUPL_LOG_MESSAGES 0 # save decoded RRLP and UPL data to logcat
SUPL_CMCC_LOGGING 1 # create CMCC compatible A-GPS.LOG and GPS.LOG
SUPL_MSG_TO_FILE 0 # save decoded RRLP and UPL data to file SUPL-MESSAGE.LOG
## Save aiding data to file system when engine stops
PERSISTENCE 1