<?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>Power saving mode and RAI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122268/power-saving-mode-and-rai</link><description>Hi, I have issues configuring PSM together with RAI on my nRF9151-DK. I am trying to send UDP packet, wait for response and go to sleep for several minutes trying to consume as little power as possible. The problem is that RAI seems to have no effect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Jun 2025 09:11:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122268/power-saving-mode-and-rai" /><item><title>RE: Power saving mode and RAI</title><link>https://devzone.nordicsemi.com/thread/539336?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 09:11:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a204af0a-9a8f-4a62-8377-ffd269ae2509</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Great!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power saving mode and RAI</title><link>https://devzone.nordicsemi.com/thread/539333?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 09:10:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:681ddd11-e85f-4209-8bae-2dace10a5805</guid><dc:creator>Filip Tefr</dc:creator><description>&lt;p&gt;Yes it does, everytime I want to comunicate, I set RAI_ONE_RESP, send data and wait for response. The modem enters&amp;nbsp;RRC idle after roughly 2s.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power saving mode and RAI</title><link>https://devzone.nordicsemi.com/thread/539331?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 08:58:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9544586-bea9-4328-b63f-5b11ba423d0e</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;And with CP-RAI / NB-IoT &amp;quot;RAI_ONE_RESP&amp;quot; works?&lt;/p&gt;
&lt;p&gt;AFAIK, it must be set before every send.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power saving mode and RAI</title><link>https://devzone.nordicsemi.com/thread/539329?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 08:30:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b72396f-278a-425a-82ae-9070e43c1f63</guid><dc:creator>Filip Tefr</dc:creator><description>&lt;p&gt;Thank you for the anwer.&lt;br /&gt;Using AT%RAI=2 I have discovered that my network only supports CP-RAI for NB-IoT, AS-RAI is not supported at all.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power saving mode and RAI</title><link>https://devzone.nordicsemi.com/thread/539263?ContentTypeID=1</link><pubDate>Sat, 14 Jun 2025 07:01:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63822e9c-7151-4c60-a11d-db63f6b42139</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure, if the required RAI configuration &amp;quot;AT%RAI=2&amp;quot; (or &amp;quot;=1&amp;quot;)&amp;nbsp; was executed.&lt;/p&gt;
&lt;p&gt;In general, RAI must be supported by the network as well.&lt;/p&gt;
&lt;p&gt;The mfw 2.0.2 is able to report that with an &amp;quot;%RAI&amp;quot; event (if configured with &amp;quot;=2&amp;quot;),&amp;nbsp; short after the network registration, e.g..&lt;/p&gt;
&lt;p&gt;+CEREG: 2,&amp;quot;BB12&amp;quot;,&amp;quot;031D7865&amp;quot;,9&lt;br /&gt;%RAI: &amp;quot;031D7865&amp;quot;,&amp;quot;26202&amp;quot;,0,1&lt;/p&gt;
&lt;p&gt;Therefore, please check, if you configured %RAI and your network supports RAI.&lt;/p&gt;
&lt;p&gt;And unfortunately, RAI comes with different flavors, CP-RAI (Rel 13, but NB-IoT only) and AS-RAI (Rel 14). Which one is supported by your network is encoded in the &amp;quot;%RAI&amp;quot; event above.&lt;/p&gt;
&lt;p&gt;In the past, it wasn&amp;#39;t too transparent, which option is supported in which mode. My experience with that is somehow poor. In the past &amp;quot;RAI_ONE_RESP&amp;quot; only worked for CP-RAI, for AS-RAI you will need to add a &amp;quot;RAI_NO_DATA&amp;quot; after receiving the response and it takes about 2s to enter RRC idle after that.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;See&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/112463/nas-rai-non-access-stratum-rai-used-on-nb-iot-with-nrf9161-51/490901"&gt;NAS-RAI (Non-Access Stratum RAI) used on NB-IoT with nRF9161/51&lt;/a&gt;&amp;nbsp;or search this forum for &amp;quot;AS-RAI&amp;quot;, &amp;quot;CP-RAI&amp;quot; and &amp;quot;RAI&amp;quot;, but be aware, that RAI in mfw 2.0.2 is different to mfw 1.3.7.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>