<?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>Testing both NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98177/testing-both-nb-iot-and-lte-m</link><description>Hello, 
 I am trying to evaluate differences between NB-IoT and LTE-M in real world (power consumption, coverage, etc) using a nRF9160DK. 
 I started a simple project with the included iBasis SIM : works great on LTE-M in France, but NB-IoT is not supported</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Apr 2023 07:31:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98177/testing-both-nb-iot-and-lte-m" /><item><title>RE: Testing both NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/421946?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2023 07:31:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5075ed8-be68-4845-966b-0a6482ce0345</guid><dc:creator>Vincent44</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I asked but did not get any response. It seems that the issue is due to the bad coverage in my area. At least, that&amp;#39;s what has been suggested by Bouygues.&lt;/p&gt;
&lt;p&gt;I have to say that I don&amp;#39;t fully understand, since the iBasis SIM works perfectly fine in LTE-M. But it might be due to some agreements between service providers.&lt;br /&gt;Anyway, I don&amp;#39;t have much time to spend on this particular issue right now, so I will close this ticket. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing both NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/421470?ContentTypeID=1</link><pubDate>Thu, 20 Apr 2023 11:48:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0663c5c-8adc-4dd7-a60b-18ce0d22bcf5</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Did you manage to solve your problems?&lt;/p&gt;
&lt;p&gt;Did you ask Bouygues what they require of LTE-M devices?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing both NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/419774?ContentTypeID=1</link><pubDate>Tue, 11 Apr 2023 14:18:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90c0479e-21bc-4c18-90cf-071c869e508d</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hello again, and sorry for this taking a while, but Easter came in the way.&lt;/p&gt;
&lt;p&gt;Do you know what Bouygues&amp;#39; M1 (LTE-M) subscription assumes (or could you ask them)? For example, what FGI bits must be set (in the UECapabilityInformation)? Do they expect the UE has IMS capability?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing both NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/418671?ContentTypeID=1</link><pubDate>Fri, 31 Mar 2023 16:41:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53b6870d-77f5-464a-ad31-f88f1186d991</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Does your application use UART1 (or SPI1 or TWI/I2C1)?&lt;/p&gt;
&lt;p&gt;The trace from the at_client is fine, but the trace from your application seems to be missing parts, similar to your first trace.&lt;/p&gt;
&lt;p&gt;You didn&amp;#39;t set the system mode in the at_client trace (though that might have been bad instructions from me), but it starts by trying to connect to some LTE-M networks, before ending up connecting to an NB-IoT network in the end.&lt;/p&gt;
&lt;p&gt;The first connection attempt (LTE-M) is to Bouygues Telecom. The connection attempt goes as expected until the network asks for the devices capabilities. After the device responds, the network stops communicating (it closes the RRC connection). However, it does not give a reject cause.&lt;/p&gt;
&lt;p&gt;The device then tries to connect again a few times, both to the same cell, and to a different one (still Bouygues Telecom), but the same thing happens.&lt;/p&gt;
&lt;p&gt;After a total of 6 connection attempts, it gives up, and tries to search for other networks. In the end, it tries to connect to Altice, but is rejected with &amp;quot;PLMN not allowed&amp;quot;.&lt;/p&gt;
&lt;p&gt;Next, it tries Orange, but is rejected with &amp;quot;EPS services not allowed in this PLMN&amp;quot;.&lt;/p&gt;
&lt;p&gt;Both of these rejects can probably be explained by missing roaming agreements between the operators.&lt;/p&gt;
&lt;p&gt;It then switches over to NB-IoT, where it finds a cell from Bouygues Telecom, and this time it is able to connect.&lt;/p&gt;
&lt;p&gt;I will have to ask the modem team why the network releases the device after it sends its capability information. However, due to Easter, it might take longer than normal to get a response.&lt;/p&gt;
&lt;p&gt;In case you are interested, here is the communication between the device and the different networks: &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace-_2D00_-AT-Commands.pcapng"&gt;devzone.nordicsemi.com/.../trace-_2D00_-AT-Commands.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing both NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/418536?ContentTypeID=1</link><pubDate>Fri, 31 Mar 2023 10:06:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09ee83f5-ff2a-4ebc-9ead-9c2b58360d71</guid><dc:creator>Vincent44</dc:creator><description>&lt;p&gt;Thanks Didrik.&lt;/p&gt;
&lt;p&gt;Attached the test requested.&lt;/p&gt;
&lt;p&gt;I also re-run a trace on my custom app, it might give some addition info ?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace-_2D00_-AT-Commands.bin"&gt;devzone.nordicsemi.com/.../trace-_2D00_-AT-Commands.bin&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/AT_2D00_log.txt"&gt;devzone.nordicsemi.com/.../AT_2D00_log.txt&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace-_2D00_-My-App.bin"&gt;devzone.nordicsemi.com/.../trace-_2D00_-My-App.bin&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing both NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/418400?ContentTypeID=1</link><pubDate>Thu, 30 Mar 2023 15:45:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16ba1a90-753d-4063-97ff-24465ce1c1f6</guid><dc:creator>Didrik Rokhaug</dc:creator><description>[quote user="Vincent44"] Is trace supposed to be readable by non-Nordic people ?[/quote]
&lt;p&gt;If you use the Trace Collector v2, you can convert the trace to a Wireshark .pcap. This will let you see the communication between the device and the network and server. It can even do this live, so you can see the communication happening in real-time.&lt;/p&gt;
&lt;p&gt;However, there is more information that what Wireshark will show in the .bin files. That information is not readable for non-Nordic people though.&lt;/p&gt;
[quote user="Vincent44"] I hope I made this properly[/quote]
&lt;p&gt;The trace seems a bit short, and I couldn&amp;#39;t see any connection attempts from the modem. However, I do see some communication with a network, so there seems to be some information missing.&lt;/p&gt;
&lt;p&gt;However, I can confirm that it did find a cell from Bouygues Telecom.&lt;/p&gt;
&lt;p&gt;Could you try to take a new trace?&lt;/p&gt;
&lt;p&gt;If you are using a DK, you can use this .hex file, which I have configured correctly: &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/72343.merged.hex"&gt;devzone.nordicsemi.com/.../72343.merged.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It is the at_client, so you will have to send the AT commands manually.&lt;/p&gt;
&lt;p&gt;If you do use it, I am particularly interested in the output from these commands (they enable notifications from the modem, and will not give information directly):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;AT+CEREG=5
AT%MDMEV=1
AT+CMEE=1
AT+CNEC=24
AT%CESQ=1&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It would be nice if you could run those commands before you start the modem with AT+CFUN=1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing both NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/418002?ContentTypeID=1</link><pubDate>Wed, 29 Mar 2023 06:54:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26310a76-8ae9-409c-996c-a77c4459117a</guid><dc:creator>Vincent44</dc:creator><description>&lt;p&gt;Attached the trace. I hope I made this properly. Is trace supposed to be readable by non-Nordic people ?&lt;/p&gt;
&lt;p&gt;Operator is Bouygues Telecom (France), which provided me some test M2M SIM card.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2023_2D00_03_2D00_29T06_2D00_47_2D00_23.613Z.bin"&gt;devzone.nordicsemi.com/.../trace_2D00_2023_2D00_03_2D00_29T06_2D00_47_2D00_23.613Z.bin&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing both NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/417896?ContentTypeID=1</link><pubDate>Tue, 28 Mar 2023 12:39:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09c73bd8-c6cb-46cf-b0ce-ef9899bd725a</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you take a &lt;a href="https://infocenter.nordicsemi.com/topic/ug_trace_collector/UG/trace_collector/intro.html"&gt;modem trace&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;That will let us see what communication happens between the device and the network, which should give us an idea of why it cannot connect.&lt;/p&gt;
&lt;p&gt;Also, what SIM card/operator are you using?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>