<?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>Long disconnects with empty PDP on nrf9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120262/long-disconnects-with-empty-pdp-on-nrf9160</link><description>Hello, 
 Our solution uses nrf9160 in smart parking devices that the user controls from a smartphone app, through the internet. Since commands come from the user to the device, we need fast response and very high availability. We are closely monitoring</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 29 Mar 2025 18:21:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120262/long-disconnects-with-empty-pdp-on-nrf9160" /><item><title>RE: Long disconnects with empty PDP on nrf9160</title><link>https://devzone.nordicsemi.com/thread/529653?ContentTypeID=1</link><pubDate>Sat, 29 Mar 2025 18:21:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ae84ed9-9a74-4a52-a0f5-f72b16f18787</guid><dc:creator>nicolae.georgescu</dc:creator><description>&lt;p&gt;Thanks a lot! The blacklising of an operator would be set by 1NCE, the SIM only does a local save that can get in the way if in the future we remove the blacklisting from 1NCE side and the sim keeps the cache. But from your test it seems a restart is enough and the sim removes the cache, so that is definitely easy to do!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long disconnects with empty PDP on nrf9160</title><link>https://devzone.nordicsemi.com/thread/529652?ContentTypeID=1</link><pubDate>Sat, 29 Mar 2025 18:19:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02406058-65ef-436d-9c4f-afebc3eb0d00</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;I retested the &amp;quot;forbidden PLMN list&amp;quot; with a 1NCE SIM. That clears the list on power off (at+cfun=0). So you would need to rewrite it on power on.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long disconnects with empty PDP on nrf9160</title><link>https://devzone.nordicsemi.com/thread/529631?ContentTypeID=1</link><pubDate>Sat, 29 Mar 2025 06:54:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39a726c7-7ebd-46a4-9374-af9023da54af</guid><dc:creator>Achim Kraus</dc:creator><description>[quote userid="109160" url="~/f/nordic-q-a/120262/long-disconnects-with-empty-pdp-on-nrf9160/529616"]We used to be locked on band 3 that worked well, and in &amp;gt;1 year we only experienced short disconnects that were fixed by either soft retries or rebooting the device.&lt;br /&gt;Couple of months ago the operator started removing band 3 and adding band 20. When we removed band locking the device can connect to other operators (Vodafone besides Orange).[/quote]
&lt;p&gt;If it works for you with only 1 operator, then &amp;quot;CONFIG_LTE_LOCK_PLMN_STRING&amp;quot; (or &amp;#39;AT+COPS=1,2,&amp;quot;&amp;lt;your plmn&amp;gt;&amp;quot; &amp;#39;) may do the job.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long disconnects with empty PDP on nrf9160</title><link>https://devzone.nordicsemi.com/thread/529630?ContentTypeID=1</link><pubDate>Sat, 29 Mar 2025 06:47:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08b01c49-fd05-488d-ab90-b43411224cbc</guid><dc:creator>Achim Kraus</dc:creator><description>[quote userid="109160" url="~/f/nordic-q-a/120262/long-disconnects-with-empty-pdp-on-nrf9160/529617"]Indeed there is a blacklist on the SIM. The question 2 is about how to reset the saved blacklisted operator on the sim.[/quote]
&lt;p&gt;There are AT cmds (&amp;quot;AT+CRSM&amp;quot;) to read and write such list from and to the SIM by the app. It requires AFAIK some know-how about the SIM card (e.g. 3GPP TS 31.102, I&amp;#39;ve implemented a set of functions for my client some time ago).&lt;/p&gt;
&lt;p&gt;Some SIM card even delete the blacklist in a power-off/on cycle, there you need to frequently rewrite that list. If I remember well, the 1NCE SIM does so, so you mayl need to write it again after each modem restart. &lt;/p&gt;
[quote userid="109160" url="~/f/nordic-q-a/120262/long-disconnects-with-empty-pdp-on-nrf9160/529617"]By reboot i mean from the code, we do a division by zero so it reboots.[/quote]
&lt;p&gt;Strange solution. There is a &amp;quot;sys_reboot&amp;quot; function (may require&amp;nbsp;CONFIG_REBOOT).&lt;/p&gt;
[quote userid="109160" url="~/f/nordic-q-a/120262/long-disconnects-with-empty-pdp-on-nrf9160/529617"]Modem factory reset doesn&amp;#39;t sound like something the device could do on it&amp;#39;s own[/quote]
&lt;p&gt;There are functions for that, first call &amp;quot;lte_lc_power_off&amp;quot; and then &amp;quot;lte_lc_factory_reset&amp;quot;.&lt;/p&gt;
&lt;p&gt;Anyway, that is just an idea, it may or may not help. In my case it helps to bring back some &amp;quot;blocked devices&amp;quot;, but that&amp;#39;s very rare (only few device, less than once every 150 days). More often (in my experience more cause by other MVNOs, not 1NCE) a &amp;quot;lte_lc_power_off&amp;quot; and &amp;quot;lte_lc_power_on&amp;quot; again helps to get over some sticky network rejection codes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long disconnects with empty PDP on nrf9160</title><link>https://devzone.nordicsemi.com/thread/529617?ContentTypeID=1</link><pubDate>Fri, 28 Mar 2025 21:09:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c239d1b7-3dc4-4229-b360-d0d0eef89e6b</guid><dc:creator>nicolae.georgescu</dc:creator><description>&lt;p&gt;Hi Achim,&lt;br /&gt;&lt;br /&gt;Indeed there is a blacklist on the SIM. The question 2 is about how to reset the saved blacklisted operator on the sim.&lt;br /&gt;&lt;br /&gt;By reboot i mean from the code, we do a division by zero so it reboots. Modem factory reset doesn&amp;#39;t sound like something the device could do on it&amp;#39;s own and we cannot do something like this as a manual maintenance from time to time every few months.&lt;br /&gt;&lt;br /&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long disconnects with empty PDP on nrf9160</title><link>https://devzone.nordicsemi.com/thread/529616?ContentTypeID=1</link><pubDate>Fri, 28 Mar 2025 21:06:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57ae86eb-d156-4eec-9a9f-76eb03b12507</guid><dc:creator>nicolae.georgescu</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;br /&gt;&lt;br /&gt;Thanks for the fast response!&lt;br /&gt;Unfortunately we don&amp;#39;t have a device log for when this problem happens :(. It started happening recently, in Bucharest Romania and also in another two cities.It doesn&amp;#39;t seem to happen in Barcelona.&lt;br /&gt;&lt;br /&gt; We used to be locked on band 3 that worked well, and in &amp;gt;1 year we only experienced short disconnects that were fixed by either soft retries or rebooting the device.&lt;br /&gt;Couple of months ago the operator started removing band 3 and adding band 20. When we removed band locking the device can connect to other operators (Vodafone besides Orange).&lt;br /&gt;We are not sure multiple operators is the blame, but it is the only significant change that happened.&lt;br /&gt;&lt;br /&gt;Modem fw: 2.6.1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Yes, using LTE-M.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;Thanks,&lt;br /&gt;Geo&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long disconnects with empty PDP on nrf9160</title><link>https://devzone.nordicsemi.com/thread/529585?ContentTypeID=1</link><pubDate>Fri, 28 Mar 2025 15:23:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:326223be-b39a-4b3f-9a22-2557bbf71ddf</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello Geo,&lt;/p&gt;
&lt;p&gt;Do you have any application logs that you can share with us, showing what is going on in the device?&amp;nbsp;Is this happening at a specific location, or the whole network? Where have you tested?&lt;/p&gt;
&lt;p&gt;What modem FW are you running on your device? Are you also able to collect modem trace?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I will forward this internally to discuss with our network specialists.&amp;nbsp;&lt;/p&gt;
[quote user=""]The device intermittently worked on both Vodafone and Orange networks[/quote]
&lt;p&gt;From this information I&amp;#39;m assuming that you are using LTE-M? As these both provide support for LTE-M according to the GSMA Mobile IoT Deployment Map.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Long disconnects with empty PDP on nrf9160</title><link>https://devzone.nordicsemi.com/thread/529440?ContentTypeID=1</link><pubDate>Fri, 28 Mar 2025 07:08:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:056f9fd0-30c0-4655-87ba-f0703763b119</guid><dc:creator>Achim Kraus</dc:creator><description>[quote userid="109160" url="~/f/nordic-q-a/120262/long-disconnects-with-empty-pdp-on-nrf9160"]1NCE suggested we could blacklist an operator at their level,[/quote]
&lt;p&gt;There is also a blacklist (forbidden PLMN list) on the SIM. The nasty point will be, if you have two operators and you blacklist one, then an outage of the other (not blacklisted) will disconnect device.&amp;nbsp;&lt;/p&gt;
[quote userid="109160" url="~/f/nordic-q-a/120262/long-disconnects-with-empty-pdp-on-nrf9160"]We still see some disconnects of &amp;gt;2 hours even though the device retries (from soft retry to reboot) every ~5 minutes.[/quote]
&lt;p&gt;Not sure, did you also try a modem factory reset before reboot? (Will only help, if your application always initialize the modem proper in restart.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>