From 77ae63f106bd3d3426bdcb73599793ce88d3b1de Mon Sep 17 00:00:00 2001 From: Satheesh Jayakumar Date: Mon, 26 Aug 2013 16:16:10 -0700 Subject: [PATCH] Removed the ability to configure XTRA server query Changes to gps.conf to remove the ability to enable XTRA server query. This is because server info will be obtained from the modem xtra data download request. CRs-Fixed: 513543 Change-Id: Ia6a2b898e27dbac041064f69c534489102680050 --- etc/gps.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etc/gps.conf b/etc/gps.conf index 539c3a12..ad38567f 100755 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -1,10 +1,3 @@ -# XTRA_SERVER_QUERY (1=on, 0=off) -# If XTRA_SERVER_QUERY is on, the XTRA_SERVERs listed -# below will be ignored, and instead the servers will -# be queried from the modem. -XTRA_SERVER_QUERY=0 -# XTRA_SERVERs below are used only if XTRA_SERVER_QUERY -# is off. XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin