<?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>What does Unimplemented signal 54 , 50 etc. message mean.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89524/what-does-unimplemented-signal-54-50-etc-message-mean</link><description>Hello, 
 Using nrf Connect SDK v1.9.1 Zigbee nrf52840 -DK and Nordic Zigbee coordinator sample. When in terminal sending command BDB START I get &amp;quot; I: Unimplemented signal (signal: 54, status: 0)&amp;quot; when network steering is finished.. I also get similar</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Jul 2022 15:36:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89524/what-does-unimplemented-signal-54-50-etc-message-mean" /><item><title>RE: What does Unimplemented signal 54 , 50 etc. message mean.</title><link>https://devzone.nordicsemi.com/thread/376821?ContentTypeID=1</link><pubDate>Wed, 13 Jul 2022 15:36:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92a51600-24fa-4989-8c5c-f93505c1ae52</guid><dc:creator>JorgenM</dc:creator><description>&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;I will take a look at these files and hopefully I can figure out why I get this message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What does Unimplemented signal 54 , 50 etc. message mean.</title><link>https://devzone.nordicsemi.com/thread/376240?ContentTypeID=1</link><pubDate>Fri, 08 Jul 2022 13:44:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cd809e9-7ab9-4e07-bfb8-3d6c256cf416</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Those messages shows up as Information message (Log_INF). They are triggered by a case in the signal handler function &amp;quot;&lt;em&gt;void zboss_signal_handler(zb_bufid_t bufid)&amp;quot;.&amp;nbsp;&lt;/em&gt;I were not able to pinpoint the exact trigger for that message today, but the following files should give some more insight about specifically what cases triggers this information logging. I have also asked some of my colleagues if they know that specific trigger and will come back with a reply if I hear from them&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;em&gt;zigbee_app_utils.h&lt;/em&gt; located at &amp;lt;ncs_location&amp;gt;&lt;em&gt;\v1.9.1\nrf\include\zigbee&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;zigbee_app_utils.rts&lt;/em&gt; located at &lt;span&gt;&amp;lt;ncs_location&amp;gt;&lt;/span&gt;&lt;em&gt;\v1.9.1\nrf\doc\nrf\libraries\zigbee&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;zigbee_app_utils.c &lt;/em&gt;located at&lt;em&gt; &lt;span&gt;&amp;lt;ncs_location&amp;gt;&lt;/span&gt;\v1.9.1\nrf\subsys\zigbee\lib\zigbee_app_utils&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What does Unimplemented signal 54 , 50 etc. message mean.</title><link>https://devzone.nordicsemi.com/thread/376077?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 18:22:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46263318-4dee-4b2d-9d4a-a063896397a6</guid><dc:creator>JorgenM</dc:creator><description>&lt;p&gt;Thank again for attention to this.&lt;/p&gt;
&lt;p&gt;Hmm... I don&amp;#39;t know how I would even find related signal handler info for this unless I scan through all the docs...? &lt;br /&gt;A search on &amp;quot;54U&amp;quot; or any &amp;quot;signal numbers&amp;quot; in api docs won&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;Anyway, any idea how to fix this in Coordinator?&lt;br /&gt;&lt;br /&gt;Signal 50U and 54U seem to pop up a lot.&lt;/p&gt;
&lt;p&gt;Thx, Jorgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What does Unimplemented signal 54 , 50 etc. message mean.</title><link>https://devzone.nordicsemi.com/thread/376030?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 13:34:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:076b6a02-9014-4cc8-bfbd-4ce8eff134a5</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi again!&lt;br /&gt;&lt;br /&gt;Yeah, there is no need for recreating this. These infomessages are generated by the ZigBee Signal Handler, and as you stated comes when running the original coordinator as well.&lt;/p&gt;
&lt;p&gt;Information about these types of messages should be written in the API&amp;nbsp; about&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.11.2.0/group__zb__comm__signals.html#gacc1a886ff943f210eff635655bb2ab84"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.11.2.0/group__zb__comm__signals.html#gacc1a886ff943f210eff635655bb2ab84&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.11.2.0/group__zb__comm__signals.html#gaf2b7d7aafb092dcd775411ff0c56afe7"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.11.2.0/group__zb__comm__signals.html#gaf2b7d7aafb092dcd775411ff0c56afe7&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Let me know if this answers your question,&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What does Unimplemented signal 54 , 50 etc. message mean.</title><link>https://devzone.nordicsemi.com/thread/375877?ContentTypeID=1</link><pubDate>Wed, 06 Jul 2022 18:06:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef9c590b-4bc3-491b-bf38-86c6e96ae80c</guid><dc:creator>JorgenM</dc:creator><description>&lt;p&gt;A few mods: In Kconfig zigbee channel = 11 We also tuned on SoC chip usb port for Shell terminal access.&lt;br /&gt;I believe the original coordinator example give same message.&amp;nbsp;&lt;br /&gt; I don&amp;#39;t think you need to recreate it.&lt;br /&gt;Question is more general about how I find out what/where those messages are related to?&lt;br /&gt;Where is &amp;quot;signal 50&amp;quot; defined? Where in the code / what file etc?&lt;br /&gt;Thx!&lt;br /&gt;Jorgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What does Unimplemented signal 54 , 50 etc. message mean.</title><link>https://devzone.nordicsemi.com/thread/375873?ContentTypeID=1</link><pubDate>Wed, 06 Jul 2022 17:37:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2eb64939-2c2a-4d93-9d7a-f3c395341aa2</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi Jorgen,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did you do any modifications to the coordinator sample? I will see if I can recreate this behaviour tomorrow&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What does Unimplemented signal 54 , 50 etc. message mean.</title><link>https://devzone.nordicsemi.com/thread/375085?ContentTypeID=1</link><pubDate>Fri, 01 Jul 2022 12:04:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:252dc54e-16e6-4393-8a03-bf89fb5c7739</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi Jorgen,&lt;br /&gt;&lt;br /&gt;This is just a note that I&amp;#39;ve picked up your case and will begin investigating it. However due to summer holidays here in Norway we are currently running with a reduced support staff, so the reply time might be longer than normal. I hope I can get back to you during early next week with more answers.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>