From 14c52d6875882e03b4f4fa44a63c460eef62cbee Mon Sep 17 00:00:00 2001 From: Joe Huang Date: Thu, 16 Jun 2022 12:45:22 +0800 Subject: [PATCH] gps: enable SUPL OTDOA capability for VzW Bug: 236205441 Test: Config checking and gps sanity test Change-Id: Ieb3f0838d38c990e214584474ea972b4efa684eb --- location/gps.xml.f10 | 1 + location/gps_user.xml.f10 | 1 + 2 files changed, 2 insertions(+) diff --git a/location/gps.xml.f10 b/location/gps.xml.f10 index 4d73818..7114f76 100644 --- a/location/gps.xml.f10 +++ b/location/gps.xml.f10 @@ -35,6 +35,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" + SuplOtdoaCapable2="true" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true" diff --git a/location/gps_user.xml.f10 b/location/gps_user.xml.f10 index 7a60567..f147d12 100644 --- a/location/gps_user.xml.f10 +++ b/location/gps_user.xml.f10 @@ -34,6 +34,7 @@ SuplVersion="2" SuplMinorVersion="0" SuplOtdoaCapable="true" + SuplOtdoaCapable2="true" SuplGlonassCapable = "true" SuplGalileoCapable = "true" SuplBdsCapable = "true"