summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBhavna Sharma <sbhavna@codeaurora.org>2016-05-10 12:07:28 -0700
committerBhavna Sharma <sbhavna@codeaurora.org>2016-06-15 15:33:22 -0700
commit310aa84028c4d8953f2be04131a9a0ed1d258bd8 (patch)
treec8c10b53dc99fc036924c06f15bf0e6d20189d06 /etc
parent059605367abbcd950935b5b02daecdc617d8d580 (diff)
downloadgps-310aa84028c4d8953f2be04131a9a0ed1d258bd8.tar.gz
LPPe feature support.
Add two new configuration parameters for LPPe, one to configure technologies for LPPe in Control-Plane and one to configure technologies for LPPe in User-Plane Crs-Fixed: 974312 Change-Id: If664a6dc90a993171ca1221f074ecc1ecd06a106
Diffstat (limited to 'etc')
-rw-r--r--etc/gps.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/gps.conf b/etc/gps.conf
index f415314..0118813 100644
--- a/etc/gps.conf
+++ b/etc/gps.conf
@@ -109,3 +109,17 @@ SGLTE_TARGET=0
# 0x2: RRLP UPlane
# 0x4: LLP Uplane
A_GLONASS_POS_PROTOCOL_SELECT = 0
+
+##################################################
+# Select technology for LPPe Control Plane
+##################################################
+# 0x1: DBH for LPPe CP
+# 0x2: WLAN AP Measurements for LPPe CP
+LPPE_CP_TECHNOLOGY = 0
+
+##################################################
+# Select technology for LPPe User Plane
+##################################################
+# 0x1: DBH for LPPe UP
+# 0x2: WLAN AP Measurements for LPPe UP
+LPPE_UP_TECHNOLOGY = 0