From 310aa84028c4d8953f2be04131a9a0ed1d258bd8 Mon Sep 17 00:00:00 2001 From: Bhavna Sharma Date: Tue, 10 May 2016 12:07:28 -0700 Subject: 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 --- etc/gps.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3