<?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>ICMP example detects RANDOM address as PUBLIC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35155/icmp-example-detects-random-address-as-public</link><description>I am using a nrf52840 dev kit with the ICMP example and a linux host using a nrf52832 with the Zephyr stack as a controller. The linux host scans for the dev kit and connects however the ICMP always detects that the controller is using a PUBLIC address</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Jun 2018 13:56:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35155/icmp-example-detects-random-address-as-public" /><item><title>RE: ICMP example detects RANDOM address as PUBLIC</title><link>https://devzone.nordicsemi.com/thread/135196?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 13:56:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c734ef2f-cf7a-4854-98ea-67ef1d35db06</guid><dc:creator>gsalazar</dc:creator><description>&lt;p&gt;I&amp;#39;ll try to do that&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ICMP example detects RANDOM address as PUBLIC</title><link>https://devzone.nordicsemi.com/thread/135192?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 13:50:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b75637a-db3b-48c5-a9af-33c9cefa0a9a</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;If you could provide a sniffer trace, it would simplify debugging what is happening and why.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ICMP example detects RANDOM address as PUBLIC</title><link>https://devzone.nordicsemi.com/thread/135191?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 13:47:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96e3aade-6217-42c8-84d1-83283e765b29</guid><dc:creator>gsalazar</dc:creator><description>&lt;p&gt;Not yet, but I used another setup and it detects it being a random address&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ICMP example detects RANDOM address as PUBLIC</title><link>https://devzone.nordicsemi.com/thread/135187?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 13:39:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ee42b9b-27a8-4a6c-a944-fdd910615a09</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Have you checked the on-air packets if the TxAdd bit is set, for instance using a sniffer? I would suspect this parameter to be decided by the softdevice based on this bit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ICMP example detects RANDOM address as PUBLIC</title><link>https://devzone.nordicsemi.com/thread/135167?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 13:00:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a909bbee-6c8a-41b9-b4ee-a0ce0747fdeb</guid><dc:creator>gsalazar</dc:creator><description>&lt;p&gt;In the ble_6lowpan.c file, in line 1690 in the&amp;nbsp;&lt;strong&gt;IPV6_EUI64_CREATE_FROM_EUI48&lt;/strong&gt; macro, the&amp;nbsp;&lt;em&gt;p_evt-&amp;gt;p_evt_param-&amp;gt;p_peer-&amp;gt;addr_type&amp;nbsp;&lt;/em&gt; has value 0 which corresponds to PUBLIC address when it should be 1 as&amp;nbsp;RANDOM&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ICMP example detects RANDOM address as PUBLIC</title><link>https://devzone.nordicsemi.com/thread/135154?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 12:33:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cab5c9d-75f3-4871-8545-0be16d9262a4</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Where are you checking the address on the DK?&amp;nbsp;The bit&amp;nbsp;TxAdd&amp;nbsp;in the advertising PDU header should indicate if the address is public or private. I don&amp;#39;t know how this is set on the Linux host side.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ICMP example detects RANDOM address as PUBLIC</title><link>https://devzone.nordicsemi.com/thread/135134?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 11:43:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64bcc785-7bd9-4dad-940d-38b420a28a09</guid><dc:creator>gsalazar</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;J&amp;oslash;rgen&lt;/span&gt;,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think I made myself clear, I understand that the example appears&amp;nbsp;with a&amp;nbsp;PUBLIC address on the linux host, that is ok.&lt;/p&gt;
&lt;p&gt;However the linux host has a RANDOM address&amp;nbsp;and it is detected on the dev kit as a PUBLIC one, should it also use a PUBLIC address, do I need to set that bit also?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ICMP example detects RANDOM address as PUBLIC</title><link>https://devzone.nordicsemi.com/thread/135123?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 11:09:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7020bd9a-5267-49f8-8c21-3662c1028e23</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please have a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/16887/set-last-byte-of-eui-48-to-0x00/64686#64686"&gt;this answer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>