<?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>nRF9160 and eDRX mode on LTE-M connection</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114036/nrf9160-and-edrx-mode-on-lte-m-connection</link><description>We are using eDRX to save power, but it seems like eDRX is not active always. 
 
 We currently use LTE_LC_EVT_EDRX_UPDATE callback to determine if eDRX is active. Is this a safe way to determine if the cell has eDRX activated? Quite often we do not receive</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 23 Aug 2024 05:43:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114036/nrf9160-and-edrx-mode-on-lte-m-connection" /><item><title>RE: nRF9160 and eDRX mode on LTE-M connection</title><link>https://devzone.nordicsemi.com/thread/499472?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 05:43:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:492bb553-425c-4165-afc1-15f0b320af44</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;I found the missing trick:&lt;/p&gt;
&lt;p&gt;LTE_LC_MODEM_SLEEP_NOTIFICATIONS_THRESHOLD_MS is set to 20 minutes per default.&lt;/p&gt;
&lt;p&gt;If a notification is wanted for eDRX 61.44s, it&amp;#39;s required to adjust that value as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 and eDRX mode on LTE-M connection</title><link>https://devzone.nordicsemi.com/thread/499425?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2024 17:06:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ae5d497-1f81-4836-94e0-c60a4dc9d289</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;I also tried to test, if &amp;quot;%XMODEMSLEEP:&amp;quot; reports something related to eDRX as the docu mentions with&lt;/p&gt;
&lt;p&gt;&amp;quot;2 RF inactivity. Modem sleeps due to RF inactivity, including eDRX.&amp;quot;.&lt;/p&gt;
&lt;p&gt;I used a nRF9160-DK (mfw 1.3.6) and a nRF9161-DK (mfw 2.0.0).&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tested with 655.36s and 61.44s.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I get the events, that eDRX is active in the cell, my PPK II shows the longer intervals. With that eDRX is active.&lt;/p&gt;
&lt;p&gt;But &amp;quot;%XMODEMSLEEP: 2&amp;quot; is not reported.&lt;/p&gt;
&lt;p&gt;Maybe, someone from Nordic helps with the details about the preconditions here. Not that in the end it takes a SIM card, which switches off for eDRx.&lt;/p&gt;
&lt;p&gt;(If I enable PSM, &amp;quot;%XMODEMSLEEP: 1&amp;quot; gets reported, e.g. eDRX 61.44s, PSM act time 120s =&amp;gt; &amp;quot;%XMODEMSLEEP: 1&amp;quot;.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 and eDRX mode on LTE-M connection</title><link>https://devzone.nordicsemi.com/thread/499394?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2024 13:58:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd7352c3-679b-4c36-9009-df743518f877</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;My inquiry sum-up:&lt;/p&gt;
&lt;p&gt;The eDRX values are split into &amp;quot;requested&amp;quot;, &amp;quot;provided by network&amp;quot;, and &amp;quot;provided by cell&amp;quot;.&lt;/p&gt;
&lt;p&gt;The first two do have read functions and XMONITOR will also report the network value.&lt;/p&gt;
&lt;p&gt;The cell values are only reported with change events/notifications. If the modem is restarted (CFUN=0, CFUN=1), then you need to reregister for the eDRX events and reset the eDRX call values as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 and eDRX mode on LTE-M connection</title><link>https://devzone.nordicsemi.com/thread/499182?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2024 09:05:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:018e8b99-0fd2-462d-9994-44ce08e37156</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;AFAIK, eDRX applies in RRC idle and supports larger receiver intervals there.&lt;/p&gt;
&lt;p&gt;Once the modem enters &amp;quot;deep sleep mode&amp;quot; eDRX is not longer applied.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.gsma.com/iot/wp-content/uploads/2022/02/2022.03-GSMA-Energy-Efficiency-for-Mobile-IoT-1.pdf"&gt;GSMA - Improving Energy Efficiency for Mobile IoT, March 2022&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And yes, the eDRX status notifications may be mixing up, e.g. if you request to disable it, you don&amp;#39;t get a &amp;quot;finally disabled&amp;quot; notification.&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t tested, what happens, if a device moves from a eDRX supporting network to a not supporting network. Nor if there is a eDRX notification after the +CEREG.&lt;/p&gt;
&lt;p&gt;Lot&amp;#39;s of good question.&lt;/p&gt;
&lt;p&gt;But &lt;span&gt;XMODEMSLEEP&lt;/span&gt; will be the wrong path ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 and eDRX mode on LTE-M connection</title><link>https://devzone.nordicsemi.com/thread/499150?ContentTypeID=1</link><pubDate>Wed, 21 Aug 2024 07:11:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:499e239b-5bcb-4287-878a-d404303a338e</guid><dc:creator>bjornolav</dc:creator><description>&lt;p&gt;Thank you Kazi&lt;/p&gt;
&lt;p&gt;Does CEDRXS give the the current eDRX value or just the value we have requested. The documentation say:&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;em&gt;The command is used to read the &lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;requested&lt;/strong&gt; &lt;/span&gt;eDRX parameters.&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;&lt;span&gt;XMODEMSLEEP seems to be promising.&amp;nbsp;&lt;/span&gt;&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: nRF9160 and eDRX mode on LTE-M connection</title><link>https://devzone.nordicsemi.com/thread/499099?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2024 15:58:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8ea2b70-9f4a-4ee3-ad86-9f44e6b558fb</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Helo Bjørn,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;I have talked to our team. I got some feedback.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span dir="ltr"&gt;You can either check via CEDRXS at command (which is the one you also get with LTE_LC_EVT_EDRX_UPDATE), or via XMODEMSLEEP as described here:&lt;a href="https://devzone.nordicsemi.com/support-private/support/283529#permalink=750997"&gt;https://devzone.nordicsemi.com/support-private/support/283529#permalink=750997&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 and eDRX mode on LTE-M connection</title><link>https://devzone.nordicsemi.com/thread/499073?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2024 13:40:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b768241-fd92-422d-9edd-e0ceca168f5a</guid><dc:creator>bjornolav</dc:creator><description>&lt;p&gt;Hi Kazi&lt;/p&gt;
&lt;p&gt;We set eDRX parameter through AT commands:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;sprintf&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;atCmdEdrx&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&amp;quot;AT+CEDRXS=&lt;/span&gt;&lt;span&gt;%s&lt;/span&gt;&lt;span&gt;,4,&lt;/span&gt;&lt;span&gt;\&amp;quot;&lt;/span&gt;&lt;span&gt;%s&lt;/span&gt;&lt;span&gt;\&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;mode&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;strEdrx&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;sprintf&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;atCmdPtw&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&amp;quot;AT&lt;/span&gt;&lt;span&gt;%%&lt;/span&gt;&lt;span&gt;XPTW=4,&lt;/span&gt;&lt;span&gt;\&amp;quot;&lt;/span&gt;&lt;span&gt;%s&lt;/span&gt;&lt;span&gt;\&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;strPtw&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;nrf_modem_at_cmd&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;reply&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;100&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;atCmdEdrx&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;nrf_modem_at_cmd&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;reply&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;100&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;atCmdPtw&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;This seems to work fine in most cases. We got some more information since I asked the question from the telecom provider. The sim cards we use gives us access to both Telia and Telenor networks. The profile on Telia did not have eDRX tuned on while Telenor had turned it on.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;My question is how we can detect missing eDRX in the future? Is using&amp;nbsp;LTE_LC_EVT_EDRX_UPDATE event as safe method? When reading the documentation, I see other methods but the impression that they just return our settings and not what the telecom operator really offers.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Best regards&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Bj&amp;oslash;rn&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 and eDRX mode on LTE-M connection</title><link>https://devzone.nordicsemi.com/thread/499071?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2024 13:19:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:078129bb-d4a1-48eb-9348-7643cad05492</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello Bjørn,&lt;/p&gt;
&lt;p&gt;Which samples you are following?&lt;/p&gt;
&lt;p&gt;How have you configured the eDRX mode in config life? Could you please show how you handle this&amp;nbsp;&lt;span&gt;LTE_LC_EVT_EDRX_UPDATE&lt;/span&gt; event in the callback function?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;BR&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kazi&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>