gps: Add A-GLONASS Position protocol in gps.conf
OEMs rely on gps.conf to config gps features. We want to have default config in the conf file however to both serve as recommendeded setting and as setting template. This added A-GLONASS protocol is already supported by the current implementation. Now we are adding the default config to the conf file." Change-Id: Ib9f66d01963c87ac5b3d70a68e1d4dd085771d47 CRs-fixed: 454855
This commit is contained in:
parent
5f359dacc7
commit
388477e2e7
1 changed files with 8 additions and 0 deletions
8
etc/gps.conf
Normal file → Executable file
8
etc/gps.conf
Normal file → Executable file
|
@ -64,3 +64,11 @@ LPP_PROFILE = 0
|
||||||
################################
|
################################
|
||||||
# NMEA provider (1=Modem Processor, 0=Application Processor)
|
# NMEA provider (1=Modem Processor, 0=Application Processor)
|
||||||
NMEA_PROVIDER=0
|
NMEA_PROVIDER=0
|
||||||
|
|
||||||
|
##################################################
|
||||||
|
# Select Positioning Protocol on A-GLONASS system
|
||||||
|
##################################################
|
||||||
|
# 0x1: RRC CPlane
|
||||||
|
# 0x2: RRLP UPlane
|
||||||
|
# 0x4: LLP Uplane
|
||||||
|
A_GLONASS_POS_PROTOCOL_SELECT = 0
|
||||||
|
|
Loading…
Reference in a new issue