<?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>Result buffer too small for 3582 bytes of A-GNSS data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118350/result-buffer-too-small-for-3582-bytes-of-a-gnss-data</link><description>Hi all, 
 I started encountering the error shown in the attached screenshot. 
 
 From the this PR , it seems the issue is new and that the PR is aimed at resolving it. However, I am trying to understand the best steps to take now. 
 Here are my questions</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 30 Jan 2025 08:39:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118350/result-buffer-too-small-for-3582-bytes-of-a-gnss-data" /><item><title>RE: Result buffer too small for 3582 bytes of A-GNSS data</title><link>https://devzone.nordicsemi.com/thread/520655?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2025 08:39:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41799f53-9486-4411-a707-13b7d6f209c4</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="robotcux"]shouldn’t this issue have been flagged in the documentation or release notes for the previous versions?[/quote]
&lt;p&gt;As far as I know, this problem was not known issue when previous releases came out. As you already know, this PR is very recent.&lt;/p&gt;
[quote user="robotcux"]Considering the impact, wouldn’t this qualify as a significant issue?[/quote]
&lt;p&gt;I agree that it might be considered significant, but there was no impact so far. As mentioned previously, this issue might happen only in cases where data is received from all satellites.&lt;/p&gt;
[quote user="robotcux"]From my perspective, it raises concerns about the reliability of the current version.[/quote]
&lt;p&gt;You should not be concerned with the PR now in place. Additionally, you can always open new ticket for any potential issue that you might have in the future.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Result buffer too small for 3582 bytes of A-GNSS data</title><link>https://devzone.nordicsemi.com/thread/520465?ContentTypeID=1</link><pubDate>Tue, 28 Jan 2025 19:38:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17111d84-13c6-4904-96a7-b835961beab8</guid><dc:creator>robotcux</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;Thank you for the clarification. &lt;br /&gt;&lt;br /&gt;However, shouldn&amp;rsquo;t this issue have been flagged in the documentation or release notes for the previous versions? Considering the impact, wouldn&amp;rsquo;t this qualify as a significant issue? From my perspective, it raises concerns about the reliability of the current version.&lt;/p&gt;
&lt;p&gt;Looking forward to your thoughts.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Result buffer too small for 3582 bytes of A-GNSS data</title><link>https://devzone.nordicsemi.com/thread/520389?ContentTypeID=1</link><pubDate>Tue, 28 Jan 2025 14:20:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15b6d24b-d5da-424b-bac3-4dcc3bc761cd</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Unfortunately, in your case A-GNSS cannot be used without applying the change from mentioned&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/20046"&gt;PR&lt;/a&gt;. The buffer was originally small for getting the data from all satellites. I would expect that your issue gets fully resolved after applying the fix. The best way to apply changes would be to cherry-pick this&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/20046/commits/b2ee9eec81e203bed280321e93011a7e7c1c2e52"&gt;commit&lt;/a&gt;. Minimal solution is to increase AGNSS_REQUEST_RECV_BUF_SIZE in lib/location/method_gnss.c.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Result buffer too small for 3582 bytes of A-GNSS data</title><link>https://devzone.nordicsemi.com/thread/520268?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2025 20:01:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cd6acea-5f40-4550-83b7-d339d92069d1</guid><dc:creator>robotcux</dc:creator><description>&lt;p&gt;You can use the &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/main/samples/cellular/location"&gt;location sample&lt;/a&gt; from the sdk-nrf. Simply, I use AGNSS location service. There is no extra log.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Result buffer too small for 3582 bytes of A-GNSS data</title><link>https://devzone.nordicsemi.com/thread/520193?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2025 14:15:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c220ee16-eabc-441b-acf4-5a3232d7b42f</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Can you provide some information about your application?&lt;br /&gt;&lt;br /&gt;Can you provide full error log?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>