<?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>Seeking Recommendations for LTE Network Timeout Configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122723/seeking-recommendations-for-lte-network-timeout-configuration</link><description>Background 
 Our device uses the CONFIG_LTE_NETWORK_TIMEOUT option from LTE Link Control, which by default is set to 600 seconds (10 minutes). I haven’t found any specific recommendations for this timeout value, and all Nordic samples appear to use the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Jul 2025 11:56:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122723/seeking-recommendations-for-lte-network-timeout-configuration" /><item><title>RE: Seeking Recommendations for LTE Network Timeout Configuration</title><link>https://devzone.nordicsemi.com/thread/541611?ContentTypeID=1</link><pubDate>Mon, 07 Jul 2025 11:56:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49026c26-b5bd-4da5-815e-36f6505e271e</guid><dc:creator>Hakon</dc:creator><description>[quote user="tareq_itx"]I am trying to understand what is the deference between the two attempts and why the current consumption in the second one is higher than in the first one? [/quote]
&lt;p&gt;The reason you are seeing a higher current draw in the second graph is because in the second attempt the modem actually finds a signal. And when the modem receives a signal it will try to send out a connection request. Those are the 300 mA spikes you are seeing the second graph.This is also why you get&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[23:19:10.506,195] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_CELL_UPDATE: MCC: 0, MNC: 0, TAC: 44934, RSSI: -140 dBm&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;in the log. That&amp;#39;s from the received signal.&lt;/p&gt;
&lt;p&gt;In the first attempt the modem does not detect any signal whatsoever, so it just keeps scanning with 40-50 mA RX output.&lt;/p&gt;
&lt;p&gt;But -140 dB RSSI seems rather low, so that can be the reason why it is not able to connect. I think the &lt;a href="https://docs.nordicsemi.com/bundle/ref_at_commands/page/REF/at_commands/mob_termination_ctrl_status/coneval.html"&gt;CONEVAL command&lt;/a&gt; can be useful for determining the energy efficiency of your searches, and evaluating the signal conditions before trying to connect. This is something you should consider using in your application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking Recommendations for LTE Network Timeout Configuration</title><link>https://devzone.nordicsemi.com/thread/541599?ContentTypeID=1</link><pubDate>Mon, 07 Jul 2025 11:27:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f67ad3f1-987e-4676-96d3-f9f43aaa76b1</guid><dc:creator>tareq_itx</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/hakon"&gt;Hakon&lt;/a&gt; Thank you very much for your response, i will have a look at the periodic search config.&lt;br /&gt;&lt;br /&gt;I still have questions regarding the current consumption during attempting to connect to the network (with 10 min timeout). Most of the time in case there is no network coverage i record the following pattern of the current consumption during the 10 min attempt. Can you explain what the modem exactly do in these 10 min? Does it continuously scan/search for a network, does it use different band for the search ... ?&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt="current_consumption_pattern_of_one_connenction_attempt (10 min)" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/current_5F00_consumption_5F00_pattern_5F00_of_5F00_one_5F00_connenction_5F00_attempt.png" /&gt;&lt;br /&gt;Logs of this failed attempt:&lt;br /&gt;&lt;pre class="ui-code" data-mode="markdown"&gt;[00:10:01.715,026] &amp;lt;dbg&amp;gt; modem_service: modem_service_start_modem: Next connection attempt in 1 seconds
[00:10:02.715,118] &amp;lt;dbg&amp;gt; modem_service: modem_service_start_modem: Reattempting to establish LTE connection ...
[00:10:02.725,982] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_MODEM_SLEEP_ENTER: FLIGHT_MODE (-1 ms)
[00:10:02.756,805] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_MODEM_SLEEP_EXIT
[00:13:25.742,156] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_NW_REG_STATUS: UNKNOWN
[00:20:02.856,781] &amp;lt;inf&amp;gt; lte_lc: Network connection attempt timed out
[00:20:02.875,610] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_NW_REG_STATUS: NOT_REGISTERED
[00:20:02.901,794] &amp;lt;wrn&amp;gt; modem_service: LTE connection attempt number 1 failed!
&lt;/pre&gt;&lt;br /&gt; &lt;br /&gt;Another 10 minutes failed attempt but with slightly different pattern and higher current consumption was recorded&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screenshot-from-2025_2D00_07_2D00_07-13_2D00_08_2D00_18.png" /&gt;&lt;br /&gt; The logs from this attempt are also slightly different from the first one&lt;br /&gt;&lt;pre class="ui-code" data-mode="markdown"&gt;[11:11:16.849,822] &amp;lt;dbg&amp;gt; modem_service: modem_service_start_modem: Next connection attempt in 43200 seconds
[23:11:16.849,945] &amp;lt;dbg&amp;gt; modem_service: modem_service_start_modem: Reattempting to establish LTE connection ...
[23:11:16.860,900] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_MODEM_SLEEP_ENTER: FLIGHT_MODE (-1 ms)
[23:11:16.891,784] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_MODEM_SLEEP_EXIT
[23:11:18.673,736] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_NW_REG_STATUS: SEARCHING
[23:14:26.226,898] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_NW_REG_STATUS: UNKNOWN
[23:19:10.506,134] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_NW_REG_STATUS: SEARCHING
[23:19:10.506,195] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_CELL_UPDATE: MCC: 0, MNC: 0, TAC: 44934, RSSI: -140 dBm
[23:19:10.506,256] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_LTE_MODE_UPDATE: NB-IoT
[23:21:16.991,760] &amp;lt;inf&amp;gt; lte_lc: Network connection attempt timed out
[23:21:30.899,230] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_NW_REG_STATUS: NOT_REGISTERED
[23:21:30.899,291] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_CELL_UPDATE: MCC: 0, MNC: 0, TAC: 4294967295, RSSI: -140 dBm
[23:21:30.899,353] &amp;lt;inf&amp;gt; modem_service: LTE_LC_EVT_LTE_MODE_UPDATE: NONE
[23:21:30.909,332] &amp;lt;wrn&amp;gt; modem_service: LTE connection attempt number 9 failed!
&lt;/pre&gt;&lt;br /&gt;I am trying to understand what is the deference between the two attempts and why the current consumption in the second one is higher than in the first one? &lt;br /&gt;Does the modem consume more power during attempting to attach to a network than scanning for a network? &lt;br /&gt;If that is the case then the reason might be that in the second attempt the modem found a network at the end of the 10 min interval and tired to attach to it but it failed to do that within the 10 min interval. &lt;br /&gt;Could that be the reason for the higher consumption at the end of the interval ? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking Recommendations for LTE Network Timeout Configuration</title><link>https://devzone.nordicsemi.com/thread/541594?ContentTypeID=1</link><pubDate>Mon, 07 Jul 2025 10:58:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fee1b0d-3502-4e61-a499-ed29a4111fc0</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]Do you have any recommendations for an appropriate value for &lt;code&gt;CONFIG_LTE_NETWORK_TIMEOUT&lt;/code&gt;?[/quote]
&lt;p&gt;It is quite hard to suggest anything concrete here, unless I know exactly what sort of conditions you expect to use the modem. I believe the default value should be left untouched, as it is optimized to work for the general case. And as it seems you are not targeting a particular type of area, then I think the default value should be good.&lt;/p&gt;
&lt;p&gt;Also, consider using&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ref_at_commands_nrf91x1/page/REF/at_commands/nw_service/periodicsearchconf_set.html"&gt;periodic search configuration&lt;/a&gt;. That can further improve power consumption in network searches. You can look at Øyvinds response &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/95169/lte-connection-timeout-retry-policy"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>