<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>supl.google.com not returning Almanac data anymore?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108486/supl-google-com-not-returning-almanac-data-anymore</link><description>I have devices with an nRF9160 that use Google SUPL for AGPS. Up until yesterday (02/19/2024), it was working well but yesterday supl.google.com appears to have stopped providing Almanac data. The supl_session() call is returning with a 0 return code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Apr 2024 08:50:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108486/supl-google-com-not-returning-almanac-data-anymore" /><item><title>RE: supl.google.com not returning Almanac data anymore?</title><link>https://devzone.nordicsemi.com/thread/477979?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2024 08:50:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3221b4f-86f5-4229-8119-6806bf0e6bc6</guid><dc:creator>papatel</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;    struct nrf_modem_gnss_agnss_data_frame req;
	req.data_flags=NRF_MODEM_GNSS_AGNSS_GPS_UTC_REQUEST |
	               NRF_MODEM_GNSS_AGNSS_KLOBUCHAR_REQUEST | 
				   NRF_MODEM_GNSS_AGNSS_NEQUICK_REQUEST | 
				   NRF_MODEM_GNSS_AGNSS_GPS_SYS_TIME_AND_SV_TOW_REQUEST | 
				   NRF_MODEM_GNSS_AGNSS_INTEGRITY_REQUEST;
	req.system[0].sv_mask_alm=0xffffffff;
	req.system[0].sv_mask_ephe=0xffffffff;
	req.system[0].system_id=NRF_MODEM_GNSS_SYSTEM_GPS;
	req.system_count=1;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The above is how I&amp;#39;m configuring my request to the SUPL library.&amp;nbsp; I have seen almanac data from google&amp;#39;s SUPL server maybe twice in the last 3 days.&amp;nbsp; Is there something I&amp;#39;m missing in my request or is the google service just that unreliable for almanac?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: supl.google.com not returning Almanac data anymore?</title><link>https://devzone.nordicsemi.com/thread/477923?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2024 04:13:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f29ace7-bdce-4ae6-b9d3-5bae0178399a</guid><dc:creator>mooreconsulting</dc:creator><description>&lt;p&gt;The Google SUPL server missing Almanac data appears to be random. Sometimes its missing but most of the time it seems to be available. I still occasionally see it happening but it usually last for less than a day. No workarounds found.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: supl.google.com not returning Almanac data anymore?</title><link>https://devzone.nordicsemi.com/thread/477918?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2024 01:28:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc577e5b-cfab-4459-99da-5ec6bd651a2b</guid><dc:creator>papatel</dc:creator><description>&lt;p&gt;Hello, did you ever get any answers why google stopped providing Almanac data?&amp;nbsp; Any work around you&amp;#39;ve uncovered?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: supl.google.com not returning Almanac data anymore?</title><link>https://devzone.nordicsemi.com/thread/470049?ContentTypeID=1</link><pubDate>Wed, 21 Feb 2024 14:02:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aeec787a-ed04-4767-804c-eb403e85689c</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello John,&lt;/p&gt;
&lt;p&gt;I think you would have to ask Google about this.&lt;/p&gt;
&lt;p&gt;Another thing I should mention is that using that server in production&amp;nbsp;might be&amp;nbsp;a bit questionable licensing-wise, unless&amp;nbsp;you already have an agreement with Google.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>