<?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>Multi-IMSI connectivity issues</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127776/multi-imsi-connectivity-issues</link><description>We are currently evaluating thingy91x connectivity in different locations, using some Simbase multi-IMSI sims and are running into an issue where, sometimes, the modem will disconnect from the current cell, and then never reattach (neither to its&amp;#39; previous</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Apr 2026 09:13:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127776/multi-imsi-connectivity-issues" /><item><title>RE: Multi-IMSI connectivity issues</title><link>https://devzone.nordicsemi.com/thread/565523?ContentTypeID=1</link><pubDate>Mon, 27 Apr 2026 09:13:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a2d8ff0-9b70-44b8-aefa-6919205a5470</guid><dc:creator>Hakon</dc:creator><description>[quote user="0sleep"]&lt;p&gt;This leads me to another question: When I move far enough away from all cells, I get disconnected due to being out of range. The network module handles LTE_LC_EVNT_PDN_DEACTIVATED, LTE_LC_EVT_PDN_NETWORK_DETACH and LTE_LC_EVT_PDN_SUSPENDED events as a &amp;quot;network disconnect&amp;quot; event, but sometimes the device is out of cell range and does not receive these events.&amp;nbsp; In this case, checking CEREG shows NETWORK_REG_UNKNOWN (code 4).&lt;/p&gt;
&lt;p&gt;Is it the right thing to then also treat&amp;nbsp; LTE_LC_NW_REG_UNKNOWN as a NETWORK_DISCONNECTED event (and then call lte_lc_connect_async), or will lte_lc&amp;#39;s PDN module eventually emit a PDN_NETWORK_DETACH event?&lt;/p&gt;[/quote]
&lt;p&gt;If you have any further questions not directly related to your original inquiry, please open a separate ticket for that. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-IMSI connectivity issues</title><link>https://devzone.nordicsemi.com/thread/565517?ContentTypeID=1</link><pubDate>Mon, 27 Apr 2026 07:47:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7f27b68-58bf-461b-b882-a7a8a6a75b4d</guid><dc:creator>BrandonNMiller</dc:creator><description>&lt;p&gt;@&lt;a href="https://wartheknights.com"&gt;war the knights&lt;/a&gt; Thank you for sharing! I agree in your post!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-IMSI connectivity issues</title><link>https://devzone.nordicsemi.com/thread/565505?ContentTypeID=1</link><pubDate>Sun, 26 Apr 2026 11:50:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e6ad592-1811-44bf-a8ea-5a4499e3e412</guid><dc:creator>0sleep</dc:creator><description>&lt;p&gt;I have had a poke around, and noticed that all &amp;quot;non-working&amp;quot; devices had switched to NB-IOT, while the working devices are on LTE-M. After a quick search, this makes complete sense. NB-IOT supports UDP only, which is fundamentally incompatible with MQTT (which needs TCP), oops. Setting CONFIG_LTE_LC_SYSTEM_MODE_LTE_M_GPS=y instead of the default CONFIG_LTE_LC_SYSTEM_MODE_LTE_M_NBIOT_GPS=y used in the asset tracker template ensures LTE-M only.&lt;/p&gt;
&lt;p&gt;This leads me to another question: When I move far enough away from all cells, I get disconnected due to being out of range. The network module handles LTE_LC_EVNT_PDN_DEACTIVATED, LTE_LC_EVT_PDN_NETWORK_DETACH and LTE_LC_EVT_PDN_SUSPENDED events as a &amp;quot;network disconnect&amp;quot; event, but sometimes the device is out of cell range and does not receive these events.&amp;nbsp; In this case, checking CEREG shows NETWORK_REG_UNKNOWN (code 4).&lt;/p&gt;
&lt;p&gt;Is it the right thing to then also treat&amp;nbsp; LTE_LC_NW_REG_UNKNOWN as a NETWORK_DISCONNECTED event (and then call lte_lc_connect_async), or will lte_lc&amp;#39;s PDN module eventually emit a PDN_NETWORK_DETACH event?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-IMSI connectivity issues</title><link>https://devzone.nordicsemi.com/thread/564979?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2026 11:41:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afb6c4fc-10bc-4d45-b362-990f5c67f2b0</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Let me recommend, that you first ask your SIM provider, how the SIM switches between the IMSIs.&lt;/p&gt;
&lt;p&gt;Auto switching with timeout? Then it will be contra-productive to switch off the modem, because the SIM may stay at a IMSI, which has no subscription for the available networks.&lt;/p&gt;
&lt;p&gt;And short timeout (e.g. 3 mins) make it less possible to search for both NB-IoT and LTE-M networks, so also that value should be know.&lt;/p&gt;
&lt;p&gt;Explicitly switching by &amp;quot;AT+CRSM&amp;quot; or similar? Then your issue may be not really related to the SIM. There are a couple of network search optimization implemented in the modem, e.g. &amp;quot;sticky rejection codes&amp;quot;, which may help in some cases and other cases you will need to restart the modem with CFUN=0 and CFUN=1. And if that doesn&amp;#39;t work, reboot the device.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-IMSI connectivity issues</title><link>https://devzone.nordicsemi.com/thread/564917?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2026 12:34:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:410c6b19-f0f6-4d9a-9d5e-a4da5e9f8c83</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]How do I diagnose it[/quote]
&lt;p&gt;A good start would be to capture a modem trace.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>