<?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>Possible Bug: Cellular modem sample with nRF9151 running SLM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121315/possible-bug-cellular-modem-sample-with-nrf9151-running-slm</link><description>Hello, 
 I posted this in Zephyr&amp;#39;s repo at first, but was told to post it here since I am using NCS. 
 I am running cellular modem sample on nRF54L15 and have it interfaced with nRF9151 which is running SLM application. 
 Everything is working except</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 May 2025 08:59:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121315/possible-bug-cellular-modem-sample-with-nrf9151-running-slm" /><item><title>RE: Possible Bug: Cellular modem sample with nRF9151 running SLM</title><link>https://devzone.nordicsemi.com/thread/535934?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 08:59:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac9ce5a2-25fe-4cde-ab4a-69047878cd17</guid><dc:creator>tsotnek</dc:creator><description>&lt;p&gt;Hello!&lt;/p&gt;
[quote userid="111786" url="~/f/nordic-q-a/121315/possible-bug-cellular-modem-sample-with-nrf9151-running-slm/535908"]Can you try to set configuration options shown below in SLM and cellular modem samples?[/quote]
&lt;p&gt;Thank you for your answer, looks like those configuration options solved it!&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;CONFIG_MODEM_CMUX_MTU=127
CONFIG_MODEM_CMUX_WORK_BUFFER_SIZE=134&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Thank you so much, would be nice to mention it somewhere in the sample for future in case someone else encounters this issue also.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible Bug: Cellular modem sample with nRF9151 running SLM</title><link>https://devzone.nordicsemi.com/thread/535908?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 06:36:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4079af05-128b-41db-9320-7794a5d85eb6</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Can you try to set configuration options shown below in SLM and cellular modem samples?&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_MODEM_CMUX_MTU=127
CONFIG_MODEM_CMUX_WORK_BUFFER_SIZE=134
&lt;/pre&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible Bug: Cellular modem sample with nRF9151 running SLM</title><link>https://devzone.nordicsemi.com/thread/535069?ContentTypeID=1</link><pubDate>Tue, 13 May 2025 09:31:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0255724-b554-4a7f-beb0-bfc26de2c6e3</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thank you for the update. We will look into this internally. I expect to get back to you by the end of the week.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible Bug: Cellular modem sample with nRF9151 running SLM</title><link>https://devzone.nordicsemi.com/thread/534862?ContentTypeID=1</link><pubDate>Mon, 12 May 2025 11:35:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd470c4c-560e-47db-81ba-ce0f1396f5ae</guid><dc:creator>tsotnek</dc:creator><description>&lt;p&gt;I would like to provide an update, which seems to give chance to the application to fetch the values from time to time.&lt;/p&gt;
&lt;p&gt;I changed the following code in &lt;code&gt;zephyr &lt;strong&gt;modem_cellular.c&lt;/strong&gt;&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v4.0.99-ncs1-branch/drivers/modem/modem_cellular.c#L1521-L1523"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/v4.0.99-ncs1-branch/drivers/modem/modem_cellular.c#L1521-L1523&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;MODEM_CHAT_SCRIPT_CMDS_DEFINE(get_signal_cesq_chat_script_cmds,
                  MODEM_CHAT_SCRIPT_CMD_RESP(&amp;quot;AT+CESQ&amp;quot;, cesq_match),
                  MODEM_CHAT_SCRIPT_CMD_RESP(&amp;quot;&amp;quot;, ok_match));&lt;/pre&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;into&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;MODEM_CHAT_SCRIPT_CMDS_DEFINE(get_signal_cesq_chat_script_cmds,
                  MODEM_CHAT_SCRIPT_CMD_RESP(&amp;quot;AT+CESQ&amp;quot;, cesq_match));&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;After doing this change, the application is able to return &lt;strong&gt;SUCCESS&lt;/strong&gt; on &lt;code&gt;cellular_get_signal() and fetch the values of RSRP and RSRQ correctly. &lt;span style="font-family:arial, helvetica, sans-serif;"&gt;I don&amp;#39;t think that this is the solution because the function still returns errors from time to time not being able to fetch the values. However, this could be a clue for the engineering team.&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible Bug: Cellular modem sample with nRF9151 running SLM</title><link>https://devzone.nordicsemi.com/thread/534825?ContentTypeID=1</link><pubDate>Mon, 12 May 2025 09:05:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1ca8ce6-5d98-4752-ba82-a5cdfaa7c63b</guid><dc:creator>tsotnek</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sorry for delay in reply as it was the weekend. &lt;/p&gt;
[quote userid="111786" url="~/f/nordic-q-a/121315/possible-bug-cellular-modem-sample-with-nrf9151-running-slm/534662"]Can you show errors (possibly as a screenshot) that you see in your debug session?[/quote]
&lt;p&gt;Please find the screenshots from debugging session in VScode.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;RSSI Error:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt="RSSI error" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/rssierror.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;RSRP Error:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;img style="max-height:240px;max-width:320px;" alt="RSRP error" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/rsrperror.png" /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;RSRQ error:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;img style="max-height:240px;max-width:320px;" alt="RSRQ error" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/rsrqerror.png" /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible Bug: Cellular modem sample with nRF9151 running SLM</title><link>https://devzone.nordicsemi.com/thread/534662?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 12:49:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91688369-e73d-44ec-a543-a398c1371719</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thank you for clarification.&lt;br /&gt;&lt;br /&gt;Can you show errors (possibly as a screenshot) that you see in your debug session?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible Bug: Cellular modem sample with nRF9151 running SLM</title><link>https://devzone.nordicsemi.com/thread/534567?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 07:14:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd4300c0-c55a-4514-90cc-1591e23de040</guid><dc:creator>tsotnek</dc:creator><description>[quote userid="111786" url="~/f/nordic-q-a/121315/possible-bug-cellular-modem-sample-with-nrf9151-running-slm/534565"]Can you elaborate on the problem you have and the errors you get?[/quote]
&lt;p&gt;I am sorry if I didn&amp;#39;t make it clear but the problem is that I am unable to retrieve &lt;strong&gt;RSRQ&lt;/strong&gt; and &lt;strong&gt;RSRP&lt;/strong&gt; values from the modem using &lt;strong&gt;cellular_get_signal()&lt;/strong&gt; function. This function returns either -16 or -22 it is not consistent in returning one error code or other constantly, I am seeing this when I set breakpoints after the return of the function during debugging session. If you see the cellular sample there is only if condition after the function return which checks if it was successful or not and only prints the value, therefore there is no logging of the return code by default but I can add the line if that is important for you.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="111786" url="~/f/nordic-q-a/121315/possible-bug-cellular-modem-sample-with-nrf9151-running-slm/534565"]Have you seen mentioned errors intermittently? Are errors reproducible on your end?[/quote]
&lt;p&gt;Yes it doesn&amp;#39;t work like you can&amp;#39;t use &lt;strong&gt;cellular_get_signal()&lt;/strong&gt; function to retrieve those values, the return error is either -16 or -22 from what I have seen which is not consistent. They are therefore reproducible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible Bug: Cellular modem sample with nRF9151 running SLM</title><link>https://devzone.nordicsemi.com/thread/534565?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 07:09:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17ecc668-6c59-4ca7-aef8-e34cb79bfc90</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thank you for additional information.&lt;/p&gt;
[quote user=""]&lt;p dir="auto"&gt;Everything is working except &lt;code&gt;cellular_get_signal()&lt;/code&gt;, I am not using 2G or 3G so it is expected that &lt;code&gt;CELLULAR_SIGNAL_RSSI&lt;/code&gt; might not be available, however the calls to that function with &lt;code&gt;CELLULAR_SIGNAL_RSRQ&lt;/code&gt; and &lt;code&gt;CELLULAR_SIGNAL_RSRP&lt;/code&gt; fail also.&lt;/p&gt;
&lt;p dir="auto"&gt;They return either -16 (&lt;code&gt;EBUSY&lt;/code&gt;) or -22(&lt;code&gt;EINVAL&lt;/code&gt;) error codes (it is not consistent).&lt;/p&gt;[/quote][quote user="tsotnek"]Everything works as expected even if I don&amp;#39;t omit those lines, those lines don&amp;#39;t really interfere with application. I am able to connect to the server and send and receive the packets.[/quote]
&lt;p&gt;Can you elaborate on the problem you have and the errors you get?&lt;br /&gt;Can you point to the places in the log where errors (-&lt;span&gt;-16 (EBUSY) &lt;/span&gt;&lt;span&gt;or -22 (EINVAL)&amp;nbsp;&lt;/span&gt;&lt;span&gt;error codes&lt;/span&gt;) can be seen?&lt;br /&gt;Have you seen mentioned errors intermittently? Are errors reproducible on your end?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible Bug: Cellular modem sample with nRF9151 running SLM</title><link>https://devzone.nordicsemi.com/thread/534499?ContentTypeID=1</link><pubDate>Thu, 08 May 2025 14:20:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71ddc936-300f-4b45-acb1-cd6376b98e4d</guid><dc:creator>tsotnek</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="111786" url="~/f/nordic-q-a/121315/possible-bug-cellular-modem-sample-with-nrf9151-running-slm/534472"]Can you provide more information about your board and interface to nrf9151?[/quote]
&lt;p&gt;The board is custom board that is using nRF54L15, I am just using overlay for nrf54l15dk:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/ {
    aliases {
        modem = &amp;amp;modem;
    };
};

&amp;amp;uart22 {
    compatible = &amp;quot;nordic,nrf-uarte&amp;quot;;
    status = &amp;quot;okay&amp;quot;;
    current-speed = &amp;lt;460800&amp;gt;;
    hw-flow-control;
    pinctrl-0 = &amp;lt;&amp;amp;uart22_default&amp;gt;;
    pinctrl-1 = &amp;lt;&amp;amp;uart22_sleep&amp;gt;;
    pinctrl-names = &amp;quot;default&amp;quot;, &amp;quot;sleep&amp;quot;;
    modem: modem {
        compatible = &amp;quot;nordic,nrf91-slm&amp;quot;;
        status = &amp;quot;okay&amp;quot;;
        mdm-power-gpios = &amp;lt;&amp;amp;gpio1 10 GPIO_ACTIVE_LOW&amp;gt;;
    };
};

&amp;amp;dppic00 {
    status = &amp;quot;okay&amp;quot;;
};

&amp;amp;gpio1 {
    status = &amp;quot;okay&amp;quot;;
};

&amp;amp;gpio0 {
    status = &amp;quot;okay&amp;quot;;
};

&amp;amp;gpio2 {
    status = &amp;quot;okay&amp;quot;;
};

&amp;amp;gpiote20 {
    status = &amp;quot;okay&amp;quot;;
};

&amp;amp;gpiote30 {
    status = &amp;quot;okay&amp;quot;;
};


&amp;amp;pinctrl {
    /omit-if-no-ref/ uart22_default: uart22_default {
        group1 {
            psels = &amp;lt;NRF_PSEL(UART_TX, 1, 13)&amp;gt;,
                    &amp;lt;NRF_PSEL(UART_RTS, 1, 11)&amp;gt;;
        };
        group2 {
            psels = &amp;lt;NRF_PSEL(UART_RX, 1, 14)&amp;gt;,
                    &amp;lt;NRF_PSEL(UART_CTS, 1, 12)&amp;gt;;
            bias-pull-up;
        };
    };

    /omit-if-no-ref/ uart22_sleep: uart22_sleep {
        group1 {
            psels = &amp;lt;NRF_PSEL(UART_TX, 1, 13)&amp;gt;,
                    &amp;lt;NRF_PSEL(UART_RX, 1, 14)&amp;gt;,
                    &amp;lt;NRF_PSEL(UART_RTS, 1, 11)&amp;gt;,
                    &amp;lt;NRF_PSEL(UART_CTS, 1, 12)&amp;gt;;
            low-power-enable;
        };
    };
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It is connected with UART over the Thingy91x debug extension board.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is the board Kconfig I am using:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;# UART Configuration
CONFIG_NRFX_UARTE22=y
CONFIG_UART_ASYNC_API=y
CONFIG_UART_22_ASYNC=y
CONFIG_UART_22_INTERRUPT_DRIVEN=n

# Align with the Serial LTE Modem (SLM) application.
CONFIG_MODEM_CMUX_WORK_BUFFER_SIZE=1500
CONFIG_MODEM_CELLULAR_UART_BUFFER_SIZES=6000

# Prevent sockets getting offloaded to the modem.
CONFIG_NET_SOCKETS_OFFLOAD=y

# Print logs and printk() output on uart0.
CONFIG_LOG_BACKEND_UART=n

CONFIG_MODEM_LOG_LEVEL_DBG=y

# Disable AT shell as SLM application has no AT mode user pipes
CONFIG_MODEM_AT_SHELL=n

# GPIO Configuration
CONFIG_GPIO=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;On the Thingy91x side I just followed the instructions that are given here on building the SLM application and just flashed that on nRF9151 ( of course setting up appropriate overlays for UART) -&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/serial_lte_modem/doc/nRF91_as_Zephyr_modem.html"&gt;docs.nordicsemi.com/.../nRF91_as_Zephyr_modem.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="111786" url="~/f/nordic-q-a/121315/possible-bug-cellular-modem-sample-with-nrf9151-running-slm/534472"]It is not clear if you are using plain Zephyr or NCS. I see from your link that you use Zephyr sample. Can you confirm that you use NCS? In case you use NCS, which NCS and Toolchain version do you use?[/quote]
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;I linked the zephyr&amp;#39;s sample because I posted on Zephyr first and the &lt;strong&gt;cellular sample&amp;nbsp;&lt;/strong&gt;is same on both Zephyr repo and the forked repo of &lt;strong&gt;sdk-zephyr&lt;/strong&gt;. I am using for SDK: NCS v3.0.1 but for toolchain I am not using NCS v3.0.1 I am using &lt;strong&gt;zephyr 0.17.0.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="111786" url="~/f/nordic-q-a/121315/possible-bug-cellular-modem-sample-with-nrf9151-running-slm/534472"]Can you show complete log?[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;*** Booting nRF Connect SDK v3.0.1-9eb5615da66b ***
*** Using Zephyr OS v4.0.99-77f865b8f8d0 ***
Powering on modem
[00:00:13.860,835] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event resume
[00:00:13.861,020] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_state_changed: switch from idle to power pulse
Bring up network interface
Waiting for L4 connected
[00:00:13.961,087] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event timeout
[00:00:13.971,180] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_state_changed: switch from power pulse to await power on
[00:00:15.971,228] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event timeout
[00:00:15.981,332] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_state_changed: switch from await power on to run init script
[00:00:15.994,933] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event bus opened
[00:00:16.005,287] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_start: running script: nordic_nrf91_slm_init_chat_script
[00:00:16.018,081] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 0
[00:00:16.030,168] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT
[00:00:16.050,961] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:16.060,333] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 1
[00:00:16.072,423] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CMEE=1
[00:00:16.093,895] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:16.103,266] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 2
[00:00:16.115,353] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CEREG=1
[00:00:16.136,918] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:16.146,287] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 3
[00:00:16.158,375] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CEREG?
[00:00:16.180,265] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: +CEREG:  1 4
[00:00:16.190,537] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:16.199,909] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 4
[00:00:16.211,997] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CGSN
[00:00:16.221,809] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event deregistered
[00:00:16.244,351] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command:  359404230396419
[00:00:16.254,959] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 5
[00:00:16.267,064] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:16.276,425] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 6
[00:00:16.288,508] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CGMM
[00:00:16.310,309] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command:  nRF9151-LACA
[00:00:16.320,652] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 7
[00:00:16.332,753] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:16.342,116] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 8
[00:00:16.354,202] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CGMI
[00:00:16.376,204] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command:  Nordic Semiconductor ASA
[00:00:16.387,599] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 9
[00:00:16.399,721] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:16.409,092] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 10
[00:00:16.421,265] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CGMR
[00:00:16.443,094] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command:  mfw_nrf91x1_2.0.2
[00:00:16.453,871] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 11
[00:00:16.466,056] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:16.475,419] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_init_chat_script: step: 12
[00:00:16.487,592] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT#XCMUX=1
[00:00:16.502,905] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:16.512,275] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_stop: nordic_nrf91_slm_init_chat_script: complete
[00:00:16.524,477] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event script success
[00:00:16.535,357] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event bus closed
[00:00:16.545,704] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_state_changed: switch from run init script to connect cmux
[00:00:16.645,756] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event timeout
[00:00:16.655,859] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event bus opened
[00:00:16.666,229] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:0 cr:1 pf:1 type:SABM dlen:0
[00:00:16.677,444] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
[00:00:16.719,300] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:0 cr:1 pf:1 type:UA dlen:0
[00:00:16.730,521] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
[00:00:16.739,210] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event cmux connected
[00:00:16.749,910] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_state_changed: switch from connect cmux to open dlci1
[00:00:16.762,900] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:1 type:SABM dlen:0
[00:00:16.774,110] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
[00:00:16.815,982] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:1 type:UA dlen:0
[00:00:16.827,206] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
[00:00:16.835,894] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event dlci1 opened
[00:00:16.846,419] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_state_changed: switch from open dlci1 to open dlci2
[00:00:16.859,234] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:1 type:SABM dlen:0
[00:00:16.870,447] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
[00:00:16.912,329] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:1 type:UA dlen:0
[00:00:16.923,551] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
[00:00:16.932,243] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event dlci2 opened
[00:00:16.942,762] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_state_changed: switch from open dlci2 to run dial script
[00:00:17.042,813] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event timeout
[00:00:17.052,902] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_start: running script: nordic_nrf91_slm_dial_chat_script
[00:00:17.065,699] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_dial_chat_script: step: 0
[00:00:17.077,785] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CFUN=4
[00:00:17.087,801] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:9
[00:00:17.098,933] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     41 54 2b 43 46 55 4e 3d  34                      |AT+CFUN= 4       
[00:00:17.117,079] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:2
[00:00:17.128,205] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:17.186,767] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:6
[00:00:17.198,073] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 4f 4b 0d 0a                                |..OK..           
[00:00:17.216,221] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:17.225,587] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_dial_chat_script: step: 1
[00:00:17.237,677] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CFUN=1
[00:00:17.247,689] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:9
[00:00:17.258,818] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     41 54 2b 43 46 55 4e 3d  31                      |AT+CFUN= 1       
[00:00:17.276,963] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:2
[00:00:17.288,090] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:17.386,691] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:6
[00:00:17.397,997] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 4f 4b 0d 0a                                |..OK..           
[00:00:17.416,149] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:17.425,525] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_dial_chat_script: step: 2
[00:00:17.437,613] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT#XCMUX=2
[00:00:17.447,713] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:10
[00:00:17.458,925] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     41 54 23 58 43 4d 55 58  3d 32                   |AT#XCMUX =2      
[00:00:17.477,070] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:2
[00:00:17.488,196] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:17.540,083] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:6
[00:00:17.551,392] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 4f 4b 0d 0a                                |..OK..           
[00:00:17.569,542] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:17.578,916] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_stop: nordic_nrf91_slm_dial_chat_script: complete
[00:00:17.591,128] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event script success
[00:00:17.601,850] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_state_changed: switch from run dial script to await registered
[00:00:19.062,963] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:2
[00:00:19.074,267] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:19.092,395] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:11
[00:00:19.103,785] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     2b 43 45 52 45 47 3a 20  32 0d 0a                |+CEREG:  2..     
[00:00:19.121,959] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: +CEREG:  2
[00:00:19.132,056] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event deregistered
[00:00:19.601,917] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event timeout
[00:00:19.612,004] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_start: running script: nordic_nrf91_slm_periodic_chat_script
[00:00:19.625,147] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_periodic_chat_script: step: 0
[00:00:19.637,592] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CEREG?
[00:00:19.647,607] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:9
[00:00:19.658,736] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     41 54 2b 43 45 52 45 47  3f                      |AT+CEREG ?       
[00:00:19.676,874] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:2
[00:00:19.687,996] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:19.740,670] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:21
[00:00:19.752,064] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 2b 43 45 52 45 47  3a 20 31 2c 32 0d 0a 0d |..+CEREG : 1,2...
                                     0a 4f 4b 0d 0a                                   |.OK..            
[00:00:19.779,705] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: +CEREG:  1 2
[00:00:19.789,970] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:19.799,340] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_stop: nordic_nrf91_slm_periodic_chat_script: complete
[00:00:19.811,908] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event deregistered
[00:00:19.822,413] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event script success
[00:00:21.833,147] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event timeout
[00:00:21.843,229] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_start: running script: nordic_nrf91_slm_periodic_chat_script
[00:00:21.856,363] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_periodic_chat_script: step: 0
[00:00:21.868,799] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CEREG?
[00:00:21.878,803] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:9
[00:00:21.889,929] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     41 54 2b 43 45 52 45 47  3f                      |AT+CEREG ?       
[00:00:21.908,065] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:2
[00:00:21.919,184] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:21.972,163] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:21
[00:00:21.983,562] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 2b 43 45 52 45 47  3a 20 31 2c 32 0d 0a 0d |..+CEREG : 1,2...
                                     0a 4f 4b 0d 0a                                   |.OK..            
[00:00:22.011,202] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: +CEREG:  1 2
[00:00:22.021,466] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:22.030,824] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_stop: nordic_nrf91_slm_periodic_chat_script: complete
[00:00:22.043,388] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event deregistered
[00:00:22.053,891] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event script success
[00:00:22.146,999] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:2
[00:00:22.158,301] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:22.176,445] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:17
[00:00:22.187,833] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     2b 43 4e 45 43 5f 45 53  4d 3a 20 35 30 2c 30 0d |+CNEC_ES M: 50,0.
                                     0a                                               |.                
[00:00:22.215,465] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_on_unknown_command_received: +CNEC_ESM: 50,0
[00:00:22.226,622] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:24
[00:00:22.238,009] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 21  7d 21 7d 20 7d 28 7d 21 |~.}#.!}! }!} }(}!
                                     7d 24 7d 25 4e ca 76 7e                          |}$}%N.v~         
[00:00:22.265,613] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:14
[00:00:22.276,996] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 23 58 50 50 50 3a  20 31 2c 30 0d 0a       |..#XPPP:  1,0..  
[00:00:22.295,163] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_on_unknown_command_received: #XPPP: 1,0
[00:00:22.305,880] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:22.316,688] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 12)
[00:00:24.064,637] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event timeout
[00:00:24.074,726] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_start: running script: nordic_nrf91_slm_periodic_chat_script
[00:00:24.087,864] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_periodic_chat_script: step: 0
[00:00:24.100,307] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CEREG?
[00:00:24.110,315] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:9
[00:00:24.121,446] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     41 54 2b 43 45 52 45 47  3f                      |AT+CEREG ?       
[00:00:24.139,591] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:2
[00:00:24.150,716] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:24.203,280] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:21
[00:00:24.214,676] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 2b 43 45 52 45 47  3a 20 31 2c 35 0d 0a 0d |..+CEREG : 1,5...
                                     0a 4f 4b 0d 0a                                   |.OK..            
[00:00:24.242,319] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: +CEREG:  1 5
[00:00:24.252,586] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:24.261,956] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_stop: nordic_nrf91_slm_periodic_chat_script: complete
[00:00:24.274,523] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event registered
[00:00:24.284,896] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_state_changed: switch from await registered to carrier on
[00:00:24.298,214] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event script success
[00:00:24.309,108] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:24
[00:00:24.320,334] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 21  7d 21 7d 20 7d 28 7d 21 |~.}#.!}! }!} }(}!
                                     7d 24 7d 25 dc 51 c1 7e                          |}$}%.Q.~         
[00:00:24.384,738] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:24
[00:00:24.396,137] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 24  7d 21 7d 20 7d 28 7d 21 |~.}#.!}$ }!} }(}!
                                     7d 24 7d 25 dc 30 56 7e                          |}$}%.0V~         
[00:00:24.423,772] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:24.434,589] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 12)
[00:00:24.446,260] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:17
[00:00:24.457,485] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 21  7d 22 7d 20 7d 24 b5 5a |~.}#.!}! }&amp;quot;} }$.Z
                                     7e                                               |~                
[00:00:24.521,137] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:17
[00:00:24.532,541] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 22  7d 22 7d 20 7d 24 78 7f |~.}#.!}&amp;quot; }&amp;quot;} }$x.
                                     7e                                               |~                
[00:00:24.560,161] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:24.570,962] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 8)
[00:00:26.284,957] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event timeout
[00:00:26.295,037] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_start: running script: nordic_nrf91_slm_periodic_chat_script
[00:00:26.308,176] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_periodic_chat_script: step: 0
[00:00:26.320,615] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CEREG?
[00:00:26.330,615] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:9
[00:00:26.341,741] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     41 54 2b 43 45 52 45 47  3f                      |AT+CEREG ?       
[00:00:26.359,886] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:2
[00:00:26.371,011] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:26.429,646] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:21
[00:00:26.441,045] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 2b 43 45 52 45 47  3a 20 31 2c 35 0d 0a 0d |..+CEREG : 1,5...
                                     0a 4f 4b 0d 0a                                   |.OK..            
[00:00:26.468,686] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: +CEREG:  1 5
[00:00:26.478,950] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:26.488,317] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_stop: nordic_nrf91_slm_periodic_chat_script: complete
[00:00:26.500,870] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event registered
[00:00:26.511,198] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event script success
[00:00:27.158,819] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:24
[00:00:27.170,219] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 21  7d 21 7d 20 7d 28 7d 21 |~.}#.!}! }!} }(}!
                                     7d 24 7d 25 4e ca 76 7e                          |}$}%N.v~         
[00:00:27.197,866] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:27.208,689] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 12)
[00:00:27.220,382] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:24
[00:00:27.231,611] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 24  7d 21 7d 20 7d 28 7d 21 |~.}#.!}$ }!} }(}!
                                     7d 24 7d 25 4e ab e1 7e                          |}$}%N..~         
[00:00:27.295,477] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:17
[00:00:27.306,874] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 21  7d 22 7d 20 7d 24 b5 5a |~.}#.!}! }&amp;quot;} }$.Z
                                     7e                                               |~                
[00:00:27.334,494] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:27.345,293] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 8)
[00:00:27.357,022] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:17
[00:00:27.368,252] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 22  7d 22 7d 20 7d 24 78 7f |~.}#.!}&amp;quot; }&amp;quot;} }$x.
                                     7e                                               |~                
[00:00:27.396,021] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:51
[00:00:27.407,248] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 21  7d 21 7d 20 7d 36 7d 23 |~.}#.!}! }!} }6}#
                                     7d 26 7d 20 7d 20 7d 20  7d 20 81 7d 26 7d 20 7d |}&amp;amp;} } }  } .}&amp;amp;} }
                                     20 7d 20 7d 20 83 7d 26  7d 20 7d 20 7d 20 7d 20 | } } .}&amp;amp; } } } }
                                     6e db 7e                                         |n.~              
[00:00:27.453,984] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:49
[00:00:27.465,205] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7d 20 7d 20 7d 20 83 7d  26 7d 20 7d 20 7d 20 7d |} } } .} &amp;amp;} } } }
                                     20 6e db 7e 7e ff 7d 23  80 57 7d 21 7d 21 7d 20 | n.~~.}# .W}!}!}
                                     7d 2e 7d 21 7d 2a 33 35  39 ff fe 34 30 34 f6 fe |}.}!}*35 9..404..
                                     7e                                               |~                
[00:00:27.511,809] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:31
[00:00:27.523,205] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 21  7d 21 7d 20 7d 36 7d 23 |~.}#.!}! }!} }6}#
                                     7d 26 64 75 e0 27 81 7d  26 7d 20 7d 20 7d 20    |}&amp;amp;du.&amp;#39;.} &amp;amp;} } }  
[00:00:27.550,841] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:16
[00:00:27.562,234] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7d 20 83 7d 26 7d 20 7d  20 7d 20 7d 20 fe f7 7e |} .}&amp;amp;} }  } } ..~
[00:00:27.580,458] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:27.591,325] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 26)
[00:00:27.603,061] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:57
[00:00:27.614,291] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     20 7d 2e 7d 21 7d 2a 33  35 39 ff fe 34 30 34 f6 | }.}!}*3 59..404.
                                     fe 7e 7e ff 7d 23 80 21  7d 24 7d 21 7d 20 7d 30 |.~~.}#.! }$}!} }0
                                     81 7d 26 7d 20 7d 20 7d  20 7d 20 83 7d 26 7d 20 |.}&amp;amp;} } }  } .}&amp;amp;}
                                     7d 20 7d 20 7d 20 5f c7  7e                      |} } } _. ~       
[00:00:27.660,937] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:26
[00:00:27.672,158] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     30 81 7d 26 7d 20 7d 20  7d 20 7d 20 83 7d 26 7d |0.}&amp;amp;} }  } } .}&amp;amp;}
                                     20 7d 20 7d 20 7d 20 5f  c7 7e                   | } } } _ .~      
[00:00:27.699,868] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:31
[00:00:27.711,272] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 23  7d 21 7d 20 7d 36 7d 23 |~.}#.!}# }!} }6}#
                                     7d 26 64 75 e0 27 81 7d  26 7d 20 7d 20 7d 20    |}&amp;amp;du.&amp;#39;.} &amp;amp;} } }  
[00:00:27.738,914] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:16
[00:00:27.750,311] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7d 20 83 7d 26 7d 20 7d  20 7d 20 7d 20 55 ad 7e |} .}&amp;amp;} }  } } U.~
[00:00:27.768,478] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:31
[00:00:27.779,866] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 28  7d 21 7d 20 7d 32 80 57 |~.}#.!}( }!} }2.W
                                     7d 21 7d 21 7d 20 7d 2e  7d 21 7d 2a 33 35 39    |}!}!} }. }!}*359
[00:00:27.807,496] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:6
[00:00:27.818,802] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     ff fe 34 9c fc 7e                                |..4..~           
[00:00:27.836,978] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:27.847,843] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 26)
[00:00:27.859,343] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:27.870,192] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 22)
[00:00:27.881,919] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:26
[00:00:27.893,324] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 21  7d 22 7d 20 7d 2a 7d 23 |~.}#.!}! }&amp;quot;} }*}#
                                     7d 26 64 75 e0 27 5d 7d  30 7e                   |}&amp;amp;du.&amp;#39;]} 0~      
[00:00:27.920,988] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:27.931,817] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 14)
[00:00:27.943,553] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:47
[00:00:27.954,785] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 21  7d 22 7d 20 7d 36 7d 23 |~.}#.!}! }&amp;quot;} }6}#
                                     7d 26 64 75 e0 27 81 7d  26 7d 20 7d 20 7d 20 7d |}&amp;amp;du.&amp;#39;.} &amp;amp;} } } }
                                     20 83 7d 26 7d 20 7d 20  7d 20 7d 20 4a ae 7e    | .}&amp;amp;} }  } } J.~
[00:00:27.992,065] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:59
[00:00:28.003,288] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7d 20 83 7d 26 7d 20 7d  20 7d 20 7d 20 4a ae 7e |} .}&amp;amp;} }  } } J.~
                                     7e ff 7d 23 c0 21 7d 27  7d 21 7d 20 7d 34 c0 21 |~.}#.!}&amp;#39; }!} }4.!
                                     7d 28 7d 21 7d 20 7d 32  80 57 7d 21 7d 21 7d 20 |}(}!} }2 .W}!}!}
                                     7d 2e 7d 21 7d 2a 33 35  93 66 7e                |}.}!}*35 .f~     
[00:00:28.050,002] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:53
[00:00:28.061,230] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     21 7d 28 7d 21 7d 20 7d  32 80 57 7d 21 7d 21 7d |!}(}!} } 2.W}!}!}
                                     20 7d 2e 7d 21 7d 2a 33  35 93 66 7e 7e ff 7d 23 | }.}!}*3 5.f~~.}#
                                     80 21 7d 22 7d 22 7d 20  7d 2a 7d 23 7d 26 64 75 |.!}&amp;quot;}&amp;quot;}  }*}#}&amp;amp;du
                                     e0 27 34 64 7e                                   |.&amp;#39;4d~            
[00:00:28.107,878] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:22
[00:00:28.119,099] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     23 80 21 7d 22 7d 22 7d  20 7d 2a 7d 23 7d 26 64 |#.!}&amp;quot;}&amp;quot;}  }*}#}&amp;amp;d
                                     75 e0 27 34 64 7e                                |u.&amp;#39;4d~           
[00:00:28.146,741] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:31
[00:00:28.158,139] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 23  7d 22 7d 20 7d 30 81 7d |~.}#.!}# }&amp;quot;} }0.}
                                     26 7d 20 7d 20 7d 20 7d  20 83 7d 26 7d 20 7d    |&amp;amp;} } } }  .}&amp;amp;} }
[00:00:28.185,778] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:8
[00:00:28.197,087] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     20 7d 20 7d 20 62 ad 7e                          | } } b.~         
[00:00:28.215,296] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:28.226,146] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 20)
[00:00:28.237,918] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:47
[00:00:28.249,140] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 21  7d 23 7d 20 7d 36 7d 23 |~.}#.!}! }#} }6}#
                                     7d 26 64 75 e0 27 81 7d  26 7d 20 7d 20 7d 20 7d |}&amp;amp;du.&amp;#39;.} &amp;amp;} } } }
                                     20 83 7d 26 7d 20 7d 20  7d 20 7d 20 26 99 7e    | .}&amp;amp;} }  } } &amp;amp;.~
[00:00:28.286,310] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:16
[00:00:28.297,528] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7d 20 83 7d 26 7d 20 7d  20 7d 20 7d 20 26 99 7e |} .}&amp;amp;} }  } } &amp;amp;.~
[00:00:28.349,715] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:31
[00:00:28.361,109] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 23  7d 23 7d 20 7d 30 81 7d |~.}#.!}# }#} }0.}
                                     26 7d 20 7d 20 7d 20 7d  20 83 7d 26 7d 20 7d    |&amp;amp;} } } }  .}&amp;amp;} }
[00:00:28.388,747] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:8
[00:00:28.400,053] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     20 7d 20 7d 20 48 e5 7e                          | } } H.~         
[00:00:28.418,213] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:28.429,055] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 20)
[00:00:28.440,831] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:48
[00:00:28.452,061] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 21  7d 24 7d 20 7d 36 7d 23 |~.}#.!}! }$} }6}#
                                     7d 26 64 75 e0 27 81 7d  26 7d 20 7d 20 7d 20 7d |}&amp;amp;du.&amp;#39;.} &amp;amp;} } } }
                                     20 83 7d 26 7d 20 7d 20  7d 20 7d 20 22 7d 3d 7e | .}&amp;amp;} }  } } &amp;quot;}=~
[00:00:28.489,219] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:17
[00:00:28.500,442] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7d 20 83 7d 26 7d 20 7d  20 7d 20 7d 20 22 7d 3d |} .}&amp;amp;} }  } } &amp;quot;}=
                                     7e                                               |~                
[00:00:28.528,135] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event timeout
[00:00:28.538,251] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_start: running script: nordic_nrf91_slm_periodic_chat_script
[00:00:28.551,395] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: nordic_nrf91_slm_periodic_chat_script: step: 0
[00:00:28.563,838] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CEREG?
[00:00:28.573,867] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:9
[00:00:28.584,999] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     41 54 2b 43 45 52 45 47  3f                      |AT+CEREG ?       
[00:00:28.603,145] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:2
[00:00:28.614,269] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:28.632,411] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:31
[00:00:28.643,813] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 23  7d 24 7d 20 7d 30 81 7d |~.}#.!}# }$} }0.}
                                     26 7d 20 7d 20 7d 20 7d  20 83 7d 26 7d 20 7d    |&amp;amp;} } } }  .}&amp;amp;} }
[00:00:28.671,452] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:9
[00:00:28.682,755] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     20 7d 20 7d 20 8f 7d 35  7e                      | } } .}5 ~       
[00:00:28.700,964] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:28.711,824] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 20)
[00:00:28.723,594] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:47
[00:00:28.734,822] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 21  7d 25 7d 20 7d 36 7d 23 |~.}#.!}! }%} }6}#
                                     7d 26 64 75 e0 27 81 7d  26 7d 20 7d 20 7d 20 7d |}&amp;amp;du.&amp;#39;.} &amp;amp;} } } }
                                     20 83 7d 26 7d 20 7d 20  7d 20 7d 20 4e 2a 7e    | .}&amp;amp;} }  } } N*~
[00:00:28.772,015] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:16
[00:00:28.783,237] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7d 20 83 7d 26 7d 20 7d  20 7d 20 7d 20 4e 2a 7e |} .}&amp;amp;} }  } } N*~
[00:00:28.801,437] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:21
[00:00:28.812,835] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 2b 43 45 52 45 47  3a 20 31 2c 35 0d 0a 0d |..+CEREG : 1,5...
                                     0a 4f 4b 0d 0a                                   |.OK..            
[00:00:28.840,520] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: +CEREG:  1 5
[00:00:28.850,795] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:28.860,164] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_stop: nordic_nrf91_slm_periodic_chat_script: complete
[00:00:28.872,745] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event registered
[00:00:28.883,081] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event script success
[00:00:28.893,841] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:31
[00:00:28.905,235] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 23  7d 25 7d 20 7d 30 81 7d |~.}#.!}# }%} }0.}
                                     26 7d 20 7d 20 7d 20 7d  20 83 7d 26 7d 20 7d    |&amp;amp;} } } }  .}&amp;amp;} }
[00:00:28.932,863] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:8
[00:00:28.944,163] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     20 7d 20 7d 20 a5 5d 7e                          | } } .]~         
[00:00:28.962,317] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:28.973,158] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 20)
[00:00:28.984,930] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:47
[00:00:28.996,160] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 21  7d 26 7d 20 7d 36 7d 23 |~.}#.!}! }&amp;amp;} }6}#
                                     7d 26 64 75 e0 27 81 7d  26 7d 20 7d 20 7d 20 7d |}&amp;amp;du.&amp;#39;.} &amp;amp;} } } }
                                     20 83 7d 26 7d 20 7d 20  7d 20 7d 20 fa 73 7e    | .}&amp;amp;} }  } } .s~
[00:00:29.033,320] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:16
[00:00:29.044,541] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7d 20 83 7d 26 7d 20 7d  20 7d 20 7d 20 fa 73 7e |} .}&amp;amp;} }  } } .s~
[00:00:29.096,772] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:31
[00:00:29.108,173] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 24  7d 26 7d 20 7d 30 81 7d |~.}#.!}$ }&amp;amp;} }0.}
                                     26 7d 20 7d 20 7d 20 7d  20 83 7d 26 7d 20 7d    |&amp;amp;} } } }  .}&amp;amp;} }
[00:00:29.135,803] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:8
[00:00:29.147,102] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     20 7d 20 7d 20 98 37 7e                          | } } .7~         
[00:00:29.165,265] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:29.176,104] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 20)
[00:00:29.187,805] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:25
[00:00:29.199,028] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 21  7d 27 7d 20 7d 2a 7d 23 |~.}#.!}! }&amp;#39;} }*}#
                                     7d 26 64 75 e0 27 45 62  7e                      |}&amp;amp;du.&amp;#39;Eb ~       
[00:00:29.265,221] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:14
[00:00:29.276,619] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 23 58 50 50 50 3a  20 31 2c 31 0d 0a       |..#XPPP:  1,1..  
[00:00:29.294,776] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:26
[00:00:29.306,171] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 21 7d 22  7d 27 7d 20 7d 2a 7d 23 |~.}#.!}&amp;quot; }&amp;#39;} }*}#
                                     7d 26 64 75 e0 27 2c 7d  36 7e                   |}&amp;amp;du.&amp;#39;,} 6~      
[00:00:29.333,815] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_on_unknown_command_received: #XPPP: 1,1
[00:00:29.344,534] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:29.355,348] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 14)
Retrieving cellular info
[00:00:29.371,397] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_start: running script: get_signal_csq_chat_script
[00:00:29.383,572] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: get_signal_csq_chat_script: step: 0
[00:00:29.395,042] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CSQ
[00:00:29.404,783] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:6
[00:00:29.415,908] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     41 54 2b 43 53 51                                |AT+CSQ           
[00:00:29.434,035] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:2
[00:00:29.445,153] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:29.499,889] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:21
[00:00:29.511,284] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 2b 43 53 51 3a 20  39 39 2c 39 39 0d 0a 0d |..+CSQ:  99,99...
                                     0a 4f 4b 0d 0a                                   |.OK..            
[00:00:29.538,914] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: +CSQ:  99 99
[00:00:29.549,164] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: get_signal_csq_chat_script: step: 1
[00:00:29.560,651] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: OK
[00:00:29.570,012] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_stop: get_signal_csq_chat_script: complete
[00:00:29.581,603] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event script success
[00:00:29.592,321] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_start: running script: get_signal_cesq_chat_script
[00:00:29.604,594] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: get_signal_cesq_chat_script: step: 0
[00:00:29.616,156] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CESQ
[00:00:29.625,984] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:7
[00:00:29.637,113] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     41 54 2b 43 45 53 51                             |AT+CESQ          
[00:00:29.655,249] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:2
[00:00:29.666,371] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:29.725,314] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:31
[00:00:29.736,715] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 2b 43 45 53 51 3a  20 39 39 2c 39 39 2c 32 |..+CESQ:  99,99,2
                                     35 35 2c 32 35 35 2c 32  33 2c 36 30 0d 0a 0d    |55,255,2 3,60...
[00:00:29.764,401] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: +CESQ:  99 99 255 255 23 60
[00:00:29.775,968] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: get_signal_cesq_chat_script: step: 1
[00:00:30.357,130] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:29
[00:00:30.368,357] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 57 7d 21  7d 21 7d 20 7d 2e 7d 21 |~.}#.W}! }!} }.}!
                                     7d 2a 33 35 39 ff fe 34  30 34 f6 fe 7e          |}*359..4 04..~   
[00:00:30.433,151] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:31
[00:00:30.444,552] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 28  7d 21 7d 20 7d 32 80 57 |~.}#.!}( }!} }2.W
                                     7d 21 7d 21 7d 20 7d 2e  7d 21 7d 2a 33 35 39    |}!}!} }. }!}*359
[00:00:30.472,182] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:6
[00:00:30.483,486] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     ff fe 34 9c fc 7e                                |..4..~           
[00:00:30.501,641] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:30.512,488] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 22)
[00:00:30.524,199] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:43
[00:00:30.535,421] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 27  7d 21 7d 20 7d 34 c0 21 |~.}#.!}&amp;#39; }!} }4.!
                                     7d 28 7d 21 7d 20 7d 32  80 57 7d 21 7d 21 7d 20 |}(}!} }2 .W}!}!}
                                     7d 2e 7d 21 7d 2a 33 35  93 66 7e                |}.}!}*35 .f~     
[00:00:30.572,560] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:12
[00:00:30.583,780] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     20 7d 2e 7d 21 7d 2a 33  35 93 66 7e             | }.}!}*3 5.f~    
[00:00:30.893,819] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event timeout
[00:00:31.626,000] &amp;lt;wrn&amp;gt; modem_chat: get_signal_cesq_chat_script: timed out
[00:00:31.635,917] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event script failed
[00:00:31.646,539] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_start: running script: get_signal_cesq_chat_script
[00:00:31.658,811] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: get_signal_cesq_chat_script: step: 0
[00:00:31.670,371] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: sending: AT+CESQ
[00:00:31.680,200] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:7
[00:00:31.691,326] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     41 54 2b 43 45 53 51                             |AT+CESQ          
[00:00:31.709,463] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:2 cr:1 pf:0 type:UIH dlen:2
[00:00:31.720,588] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a                                            |..               
[00:00:31.779,531] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:2 cr:1 pf:0 type:UIH dlen:31
[00:00:31.790,930] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     0d 0a 2b 43 45 53 51 3a  20 39 39 2c 39 39 2c 32 |..+CESQ:  99,99,2
                                     35 35 2c 32 35 35 2c 32  34 2c 36 30 0d 0a 0d    |55,255,2 4,60...
[00:00:31.818,576] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_on_unknown_command_received:
[00:00:31.828,525] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_log_received_command: +CESQ:  99 99 255 255 24 60
[00:00:31.840,092] &amp;lt;dbg&amp;gt; modem_chat: modem_chat_script_next: get_signal_cesq_chat_script: step: 1
[00:00:33.357,258] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:29
[00:00:33.368,488] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 80 57 7d 21  7d 21 7d 20 7d 2e 7d 21 |~.}#.W}! }!} }.}!
                                     7d 2a 33 35 39 ff fe 34  30 34 f6 fe 7e          |}*359..4 04..~   
[00:00:33.433,410] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:31
[00:00:33.444,815] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 28  7d 21 7d 20 7d 32 80 57 |~.}#.!}( }!} }2.W
                                     7d 21 7d 21 7d 20 7d 2e  7d 21 7d 2a 33 35 39    |}!}!} }. }!}*359
[00:00:33.472,457] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: rcvd ch:1 cr:1 pf:0 type:UIH dlen:6
[00:00:33.483,768] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     ff fe 34 9c fc 7e                                |..4..~           
[00:00:33.501,931] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Receiving PPP frame
[00:00:33.512,777] &amp;lt;dbg&amp;gt; modem_ppp: modem_ppp_process_received_byte: Received PPP frame (len 22)
[00:00:33.524,491] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:43
[00:00:33.535,720] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 c0 21 7d 27  7d 21 7d 20 7d 34 c0 21 |~.}#.!}&amp;#39; }!} }4.!
                                     7d 28 7d 21 7d 20 7d 32  80 57 7d 21 7d 21 7d 20 |}(}!} }2 .W}!}!}
                                     7d 2e 7d 21 7d 2a 33 35  93 66 7e                |}.}!}*35 .f~     
[00:00:33.572,878] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:12
[00:00:33.584,101] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     20 7d 2e 7d 21 7d 2a 33  35 93 66 7e             | }.}!}*3 5.f~    
[00:00:33.646,588] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event timeout
[00:00:33.680,240] &amp;lt;wrn&amp;gt; modem_chat: get_signal_cesq_chat_script: timed out
[00:00:33.690,153] &amp;lt;dbg&amp;gt; modem_cellular: modem_cellular_log_event: event script failed
IMEI: 359404230396419
MODEL_ID: nRF9151-LACA
MANUFACTURER: Nordic Semiconductor ASA
SIM_IMSI:
SIM_ICCID:
FW_VERSION: mfw_nrf91x1_2.0.2
Performing DNS lookup of 34.88.0.90
Resolved to 34.88.0.90
Opening UDP socket
Socket opened
Sending echo packet
[00:00:33.751,344] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:826
[00:00:33.762,693] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     7e ff 7d 23 7d 20 21 45  7d 20 7d 24 7d 3c 7d 20 |~.}#} !E } }$}&amp;lt;}
                                     7d 20 7d 20 7d 20 40 7d  31 7d 2f 83 64 75 e0 27 |} } } @} 1}/.du.&amp;#39;
                                     22 58 7d 20 5a dc d7 7d  30 92 7d 24 7d 28 a4 24 |&amp;quot;X} Z..} 0.}$}(.$
                                     a3 a0 59 7d 3e ff cc 7d  35 2a 7d 3b b8 91 f6 f7 |..Y}&amp;gt;..} 5*};....
                                     64 cd 82 93 d0 c9 ce ef  fc 85 da 7d 2b e8 7d 21 |d....... ...}+.}!
                                     a6 e7 94 3d 32 83 7d 20  39 7d 5e df 2c f5 8a fb |...=2.}  9}^.,...
                                     7d 38 71 56 d7 c4 ad e2  73 30 a9 2e cf 5c 65 3a |}8qV.... s0...\e:
                                     eb 48 e1 7d 26 c7 f4 7d  3d 92 63 60 7d 39 de bf |.H.}&amp;amp;..} =.c`}9..
                                     8c d5 ea db 78 51 b6 b7  24 8d 42 53 90 89 8e af |....xQ.. $.BS....
                                     bc 45 9a cb a8 c1 66 a7  54 fd f2 43 c0 f9 3e 9f |.E....f. T..C..&amp;gt;.
                                     ec b5 4a bb d8 31 7d 36  97 84 6d a2 33 f0 69 ee |..J..1}6 ..m.3.i.
                                     8f 7d 3c 25 fa ab 7d 28  a1 c6 87 b4 dd 52 23 20 |.}&amp;lt;%..}( .....R#
                                     d9 9e 7f 4c 95 aa 9b 38  7d 31 76 77 e4 4d 7d 22 |...L...8 }1vw.M}&amp;quot;
                                     7d 33 50 49 4e 6f 7c 7d  25 5a 8b 68 81 26 67 7d |}3PINo|} %Z.h.&amp;amp;g}
                                     34 bd b2 7d 23 80 b9 fe  5f ac 75 7d 2a 7b 98 f1 |4..}#... _.u}*{..
                                     d6 57 44 2d 62 f3 b0 29  ae 4f dc e5 ba 6b c8 61 |.WD-b..) .O...k.a
                                     86 47 74 9d 7d 32 e3 e0  99 5e 3f 7d 2c 55 6a 5b |.Gt.}2.. .^?},Uj[
                                     f8 d1 36 37 a4 7d 2d c2  d3 7d 30 7d 29 7d 2e 2f |..67.}-. .}0})}./
                                     3c c5 7d 3a 4b 28 41 e6  27 d4 7d 5d 72 c3 40 79 |&amp;lt;.}:K(A. &amp;#39;.}]r.@y
                                     be 7d 3f 6c 35 ca 3b 58  b1 96 7d 37 7d 24 ed 22 |.}?l5.;X ..}7}$.&amp;quot;
                                     b3 70 e9 6e 7d 2f 9c a5  7a 2b 88 21 46 7d 27 34 |.p.n}/.. z+.!F}&amp;#39;4
                                     5d d2 a3 a0 59 7d 3e ff  cc 7d 35 2a 7d 3b b8 91 |]...Y}&amp;gt;. .}5*};..
                                     f6 f7 64 cd 82 93 d0 c9  ce ef fc 85 da 7d 2b e8 |..d..... .....}+.
                                     7d 21 a6 e7 94 3d 32 83  7d 20 39 7d 5e df 2c f5 |}!...=2. } 9}^.,.
                                     8a fb 7d 38 71 56 d7 c4  ad e2 73 30 a9 2e cf 5c |..}8qV.. ..s0...\
                                     65 3a eb 48 e1 7d 26 c7  f4 7d 3d 92 63 60 7d 39 |e:.H.}&amp;amp;. .}=.c`}9
                                     de bf 8c d5 ea db 78 51  b6 b7 24 8d 42 53 90 89 |......xQ ..$.BS..
                                     8e af bc 45 9a cb a8 c1  66 a7 54 fd f2 43 c0 f9 |...E.... f.T..C..
                                     3e 9f ec b5 4a bb d8 31  7d 36 97 84 6d a2 33 f0 |&amp;gt;...J..1 }6..m.3.
                                     69 ee 8f 7d 3c 25 fa ab  7d 28 a1 c6 87 b4 dd 52 |i..}&amp;lt;%.. }(.....R
                                     23 20 d9 9e 7f 4c 95 aa  9b 38 7d 31 76 77 e4 4d |# ...L.. .8}1vw.M
                                     7d 22 7d 33 50 49 4e 6f  7c 7d 25 5a 8b 68 81 26 |}&amp;quot;}3PINo |}%Z.h.&amp;amp;
                                     67 7d 34 bd b2 7d 23 80  b9 fe 5f ac 75 7d 2a 7b |g}4..}#. .._.u}*{
                                     98 f1 d6 57 44 2d 62 f3  b0 29 ae 4f dc e5 ba 6b |...WD-b. .).O...k
                                     c8 61 86 47 74 9d 7d 32  e3 e0 99 5e 3f 7d 2c 55 |.a.Gt.}2 ...^?},U
                                     6a 5b f8 d1 36 37 a4 7d  2d c2 d3 7d 30 7d 29 7d |j[..67.} -..}0})}
                                     2e 2f 3c c5 7d 3a 4b 28  41 e6 27 d4 7d 5d 72 c3 |./&amp;lt;.}:K( A.&amp;#39;.}]r.
                                     40 79 be 7d 3f 6c 35 ca  3b 58 b1 96 7d 37 7d 24 |@y.}?l5. ;X..}7}$
                                     ed 22 b3 70 e9 6e 7d 2f  9c a5 7a 2b 88 21 46 7d |.&amp;quot;.p.n}/ ..z+.!F}
                                     27 34 5d d2 a3 a0 59 7d  3e ff cc 7d 35 2a 7d 3b |&amp;#39;4]...Y} &amp;gt;..}5*};
                                     b8 91 f6 f7 64 cd 82 93  d0 c9 ce ef fc 85 da 7d |....d... .......}
                                     2b e8 7d 21 a6 e7 94 3d  32 83 7d 20 39 7d 5e df |+.}!...= 2.} 9}^.
                                     2c f5 8a fb 7d 38 71 56  d7 c4 ad e2 73 30 a9 2e |,...}8qV ....s0..
                                     cf 5c 65 3a eb 48 e1 7d  26 c7 f4 7d 3d 92 63 60 |.\e:.H.} &amp;amp;..}=.c`
                                     7d 39 de bf 8c d5 ea db  78 51 b6 b7 24 8d 42 53 |}9...... xQ..$.BS
                                     90 89 8e af bc 45 9a cb  a8 c1 66 a7 54 fd f2 43 |.....E.. ..f.T..C
                                     c0 f9 3e 9f ec b5 4a bb  d8 31 7d 36 97 84 6d a2 |..&amp;gt;...J. .1}6..m.
                                     33 f0 69 ee 8f 7d 3c 25  fa ab 7d 28 a1 c6 87 b4 |3.i..}&amp;lt;% ..}(....
                                     dd 52 23 20 d9 9e 7f 4c  95 aa 9b 38 7d 31 76 77 |.R# ...L ...8}1vw
                                     e4 4d 7d 22 7d 33 50 49  4e 6f 7c 7d 25 5a 8b 68 |.M}&amp;quot;}3PI No|}%Z.h
                                     81 26 67 7d 34 bd b2 7d  23 80 b9 fe 5f ac 75 7d |.&amp;amp;g}4..} #..._.u}
                                     2a 7b 98 f1 d6 57 44 2d  62 f3                   |*{...WD- b.      
[00:00:34.264,089] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:795
[00:00:34.275,432] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:
                                     27 22 58 7d 20 5a dc d7  7d 30 92 7d 24 7d 28 a4 |&amp;#39;&amp;quot;X} Z.. }0.}$}(.
                                     24 a3 a0 59 7d 3e ff cc  7d 35 2a 7d 3b b8 91 f6 |$..Y}&amp;gt;.. }5*};...
                                     f7 64 cd 82 93 d0 c9 ce  ef fc 85 da 7d 2b e8 7d |.d...... ....}+.}
                                     21 a6 e7 94 3d 32 83 7d  20 39 7d 5e df 2c f5 8a |!...=2.}  9}^.,..
                                     fb 7d 38 71 56 d7 c4 ad  e2 73 30 a9 2e cf 5c 65 |.}8qV... .s0...\e
                                     3a eb 48 e1 7d 26 c7 f4  7d 3d 92 63 60 7d 39 de |:.H.}&amp;amp;.. }=.c`}9.
                                     bf 8c d5 ea db 78 51 b6  b7 24 8d 42 53 90 89 8e |.....xQ. .$.BS...
                                     af bc 45 9a cb a8 c1 66  a7 54 fd f2 43 c0 f9 3e |..E....f .T..C..&amp;gt;
                                     9f ec b5 4a bb d8 31 7d  36 97 84 6d a2 33 f0 69 |...J..1} 6..m.3.i
                                     ee 8f 7d 3c 25 fa ab 7d  28 a1 c6 87 b4 dd 52 23 |..}&amp;lt;%..} (.....R#
                                     20 d9 9e 7f 4c 95 aa 9b  38 7d 31 76 77 e4 4d 7d | ...L... 8}1vw.M}
                                     22 7d 33 50 49 4e 6f 7c  7d 25 5a 8b 68 81 26 67 |&amp;quot;}3PINo| }%Z.h.&amp;amp;g
                                     7d 34 bd b2 7d 23 80 b9  fe 5f ac 75 7d 2a 7b 98 |}4..}#.. ._.u}*{.
                                     f1 d6 57 44 2d 62 f3 b0  29 ae 4f dc e5 ba 6b c8 |..WD-b.. ).O...k.
                                     61 86 47 74 9d 7d 32 e3  e0 99 5e 3f 7d 2c 55 6a |a.Gt.}2. ..^?},Uj
                                     5b f8 d1 36 37 a4 7d 2d  c2 d3 7d 30 7d 29 7d 2e |[..67.}- ..}0})}.
                                     2f 3c c5 7d 3a 4b 28 41  e6 27 d4 7d 5d 72 c3 40 |/&amp;lt;.}:K(A .&amp;#39;.}]r.@
                                     79 be 7d 3f 6c 35 ca 3b  58 b1 96 7d 37 7d 24 ed |y.}?l5.; X..}7}$.
                                     22 b3 70 e9 6e 7d 2f 9c  a5 7a 2b 88 21 46 7d 27 |&amp;quot;.p.n}/. .z+.!F}&amp;#39;
                                     34 5d d2 a3 a0 59 7d 3e  ff cc 7d 35 2a 7d 3b b8 |4]...Y}&amp;gt; ..}5*};.
                                     91 f6 f7 64 cd 82 93 d0  c9 ce ef fc 85 da 7d 2b |...d.... ......}+
                                     e8 7d 21 a6 e7 94 3d 32  83 7d 20 39 7d 5e df 2c |.}!...=2 .} 9}^.,
                                     f5 8a fb 7d 38 71 56 d7  c4 ad e2 73 30 a9 2e cf |...}8qV. ...s0...
                                     5c 65 3a eb 48 e1 7d 26  c7 f4 7d 3d 92 63 60 7d |\e:.H.}&amp;amp; ..}=.c`}
                                     39 de bf 8c d5 ea db 78  51 b6 b7 24 8d 42 53 90 |9......x Q..$.BS.
                                     89 8e af bc 45 9a cb a8  c1 66 a7 54 fd f2 43 c0 |....E... .f.T..C.
                                     f9 3e 9f ec b5 4a bb d8  31 7d 36 97 84 6d a2 33 |.&amp;gt;...J.. 1}6..m.3
                                     f0 69 ee 8f 7d 3c 25 fa  ab 7d 28 a1 c6 87 b4 dd |.i..}&amp;lt;%. .}(.....
                                     52 23 20 d9 9e 7f 4c 95  aa 9b 38 7d 31 76 77 e4 |R# ...L. ..8}1vw.
                                     4d 7d 22 7d 33 50 49 4e  6f 7c 7d 25 5a 8b 68 81 |M}&amp;quot;}3PIN o|}%Z.h.
                                     26 67 7d 34 bd b2 7d 23  80 b9 fe 5f ac 75 7d 2a |&amp;amp;g}4..}# ..._.u}*
                                     7b 98 f1 d6 57 44 2d 62  f3 b0 29 ae 4f dc e5 ba |{...WD-b ..).O...
                                     6b c8 61 86 47 74 9d 7d  32 e3 e0 99 5e 3f 7d 2c |k.a.Gt.} 2...^?},
                                     55 6a 5b f8 d1 36 37 a4  7d 2d c2 d3 7d 30 7d 29 |Uj[..67. }-..}0})
                                     7d 2e 2f 3c c5 7d 3a 4b  28 41 e6 27 d4 7d 5d 72 |}./&amp;lt;.}:K (A.&amp;#39;.}]r
                                     c3 40 79 be 7d 3f 6c 35  ca 3b 58 b1 96 7d 37 7d |.@y.}?l5 .;X..}7}
                                     24 ed 22 b3 70 e9 6e 7d  2f 9c a5 7a 2b 88 21 46 |$.&amp;quot;.p.n} /..z+.!F
                                     7d 27 34 5d d2 a3 a0 59  7d 3e ff cc 7d 35 2a 7d |}&amp;#39;4]...Y }&amp;gt;..}5*}
                                     3b b8 91 f6 f7 64 cd 82  93 d0 c9 ce ef fc 85 da |;....d.. ........
                                     7d 2b e8 7d 21 a6 e7 94  3d 32 83 7d 20 39 7d 5e |}+.}!... =2.} 9}^
                                     df 2c f5 8a fb 7d 38 71  56 d7 c4 ad e2 73 30 a9 |.,...}8q V....s0.
                                     2e cf 5c 65 3a eb 48 e1  7d 26 c7 f4 7d 3d 92 63 |..\e:.H. }&amp;amp;..}=.c
                                     60 7d 39 de bf 8c d5 ea  db 78 51 b6 b7 24 8d 42 |`}9..... .xQ..$.B
                                     53 90 89 8e af bc 45 9a  cb a8 c1 66 a7 54 fd f2 |S.....E. ...f.T..
                                     43 c0 f9 3e 9f ec b5 4a  bb d8 31 7d 36 97 84 6d |C..&amp;gt;...J ..1}6..m
                                     a2 33 f0 69 ee 8f 7d 3c  25 fa ab 7d 28 a1 c6 87 |.3.i..}&amp;lt; %..}(...
                                     b4 dd 52 23 20 d9 9e 7f  4c 95 aa 9b 38 7d 31 76 |..R# ... L...8}1v
                                     77 e4 4d 7d 22 7d 33 50  49 4e 6f 7c 7d 25 5a 8b |w.M}&amp;quot;}3P INo|}%Z.
                                     68 81 26 67 7d 34 bd b2  7d 23 80 b9 fe 5f ac 75 |h.&amp;amp;g}4.. }#..._.u
                                     7d 2a 7b 98 f1 d6 57 44  2d 62 f3                |}*{...WD -b.     
[00:00:34.757,977] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: tx ch:1 cr:1 pf:0 type:UIH dlen:764
[00:00:34.769,321] &amp;lt;dbg&amp;gt; modem_cmux: modem_cmux_log_frame: data:&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The rest of the log is just packet handling, I am not experiencing problems with that.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="111786" url="~/f/nordic-q-a/121315/possible-bug-cellular-modem-sample-with-nrf9151-running-slm/534472"]Is everything working as expected if you omit lines shown below?[/quote]
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;Everything works as expected even if I don&amp;#39;t omit those lines, those lines don&amp;#39;t really interfere with application. I am able to connect to the server and send and receive the packets.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible Bug: Cellular modem sample with nRF9151 running SLM</title><link>https://devzone.nordicsemi.com/thread/534472?ContentTypeID=1</link><pubDate>Thu, 08 May 2025 12:55:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:deb90c53-ef8f-43e1-944a-bdee312dd795</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I am running cellular modem sample on nRF54L15 and have it interfaced with nRF9151 which is running SLM application.[/quote]
&lt;p&gt;Can you provide more information about your board and interface to nrf9151?&lt;/p&gt;
[quote user=""]I posted this in &lt;a href="https://github.com/zephyrproject-rtos/zephyr/discussions/89601"&gt;Zephyr&amp;#39;s repo&lt;/a&gt; at first, but was told to post it here since I am using NCS.[/quote]
&lt;p&gt;It is not clear if you are using plain Zephyr or NCS. I see from your link that you use Zephyr sample. Can you confirm that you use NCS? In case you use NCS, which NCS and Toolchain version do you use?&lt;/p&gt;
[quote user=""]These are the debug logs including &lt;code&gt;modem_chat&lt;/code&gt;[/quote]
&lt;p&gt;Can you show complete log?&lt;/p&gt;
[quote user=""]P.S. I only added couple of new lines in &lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/net/cellular_modem/src/main.c#L49-L89"&gt;&lt;code&gt;print_cellular_info()&lt;/code&gt; function&lt;/a&gt; to try to fetch RSRP and RSRQ[/quote]
&lt;p&gt;Is everything working as expected if you omit lines shown below?&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;    rc = cellular_get_signal(modem, CELLULAR_SIGNAL_RSRP, &amp;amp;rsrp);
	if (!rc) {
		printk(&amp;quot;RSRP %d\n&amp;quot;, rsrp);
	}

	rc = cellular_get_signal(modem, CELLULAR_SIGNAL_RSRQ, &amp;amp;rsrq);
	if (!rc) {
		printk(&amp;quot;RSRQ %d\n&amp;quot;, rsrq);
	}&lt;/pre&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>