diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2017-09-30 17:16:07 -0400 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-12 20:00:48 +0100 |
commit | 054e3b4583a8af2a8ac45a87afd5a23836ba730f (patch) | |
tree | c370046342af89c10c5915fc5ce08d9b1e70aa5d /gps/etc/sap.conf | |
parent | 208973f8599fdb786e9a53139e8896bc0bf5d659 (diff) |
msm8996: Update GPS configs for oreo
Change-Id: Iff0084580c3a496b7b2d73f3778a54b89cbcad2c
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'gps/etc/sap.conf')
-rw-r--r-- | gps/etc/sap.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gps/etc/sap.conf b/gps/etc/sap.conf index 3e5b508..22561f4 100644 --- a/gps/etc/sap.conf +++ b/gps/etc/sap.conf @@ -42,6 +42,24 @@ SENSOR_PROVIDER=1 # 0x0 - ENABLE_INS_POSITIONING_FILTER SENSOR_ALGORITHM_CONFIG_MASK=0x00 + +#Vehicle Network Provider configuration + +#Service configuration strings +#The number before colon in VN_X items defines version of the format of the rest of the string +#VN_ACCEL_CFG=0:5 +#VN_GYRO_CFG=0:5.5 +#VN_ODOMETRY_CFG=0:2,4.5 +VN_ACCEL_CFG=1:128,0,12,0.0048828125,12,12,0.0048828125,24,12,0.0048828125 +VN_GYRO_CFG=1:129,0,16,0.00006103515625,16,16,0.00006103515625,32,16,0.00006103515625 +VN_ODOMETRY_CFG=1:130,0,1,5,6,32 +VN_SPEED_CFG=1:131,5,8,1,2,3,1,1,9,2,14,2 +VN_DWS_CFG=1:132,5,8,1,2,3,1,1,5,2,7,2,9,2,11,2,13,2,15,2,17,2,19,2 +VN_GEAR_CFG=1:422,20,4,0,4,1,9,0,1,2,3,4,5,6,7,8 + +#Procesors clock ratio: AP and CAN bus microcontroller +VN_PROC_CLOCK_RATIO=1.93165618815148 + # Time source used by Sensor HAL # Setting this value controls accuracy of location sensor services. # 0 - Unknown |