<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Wireless MCUのトピックRe: .sNwkStatusIndicationEvent.u8Status = 0x11</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048778#M9264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E_ZCL_ERR_ATTRIBUTE_TYPE_UNSUPPORTED is &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; triggered inside Zcl.c&lt;/P&gt;&lt;P&gt;The Event is triggered by the stack and handled by&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PUBLIC void APP_vHandleStackEvents ( ZPS_tsAfEvent*&amp;nbsp;&amp;nbsp;&amp;nbsp; psStackEvent ) in app_general_events_handler.c&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The event is sNwkStatusIndicationEvent, with status=0x11.&lt;/P&gt;&lt;P&gt;Of course, the meaning of 0x11 is &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; E_ZCL_ERR_ATTRIBUTE_TYPE_UNSUPPORTED because it is not related to ZCL.&lt;/P&gt;&lt;P&gt;My question was what is the meaning of this status. I cannot find any enum of define in the NXP documentation. However, I found a meaning in the ZigBee spec. It means "Bad frame counter". See 3.4.3.3.1 Status code in ZigBee Document 05-3474-21.&lt;/P&gt;&lt;P&gt;But how to know whether it is good or bad? Is it ok for the stack to work like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Benoit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2020 07:25:06 GMT</pubDate>
    <dc:creator>benoit_roue</dc:creator>
    <dc:date>2020-08-19T07:25:06Z</dc:date>
    <item>
      <title>.sNwkStatusIndicationEvent.u8Status = 0x11</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048771#M9257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JN5169 / AN1216 / SW4170&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot find the enum or the #define of the field u8Status in the structure ZPS_tsAfNwkStatusIndEvent.&lt;/P&gt;&lt;P&gt;The stack is sending me this event often with status = 0x11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case ZPS_EVENT_NWK_STATUS_INDICATION:&lt;BR /&gt;&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vLog_Printf(TRACE_APP,LOG_DEBUG, "\nNwkStat: Addr:%x Status:%x",&lt;BR /&gt;&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; psStackEvent-&amp;gt;uEvent.sNwkStatusIndicationEvent.u16NwkAddr,&lt;BR /&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; psStackEvent-&amp;gt;uEvent.sNwkStatusIndicationEvent.u8Status);&lt;BR /&gt;&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTPUT ==&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;NwkStat: Addr:2ef2 Status:11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know the meaning of this status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benoit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 09:31:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048771#M9257</guid>
      <dc:creator>benoit_roue</dc:creator>
      <dc:date>2020-06-16T09:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: .sNwkStatusIndicationEvent.u8Status = 0x11</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048772#M9258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Benoit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the Zigbee Pro Stack User Guide&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/user-guide/JN-UG-3048.pdf" title="https://www.nxp.com/docs/en/user-guide/JN-UG-3048.pdf"&gt;https://www.nxp.com/docs/en/user-guide/JN-UG-3048.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113011i5EF99F2BAD72BE0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that you are getting 0x11? What is the process that you are following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 23:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048772#M9258</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-06-16T23:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: .sNwkStatusIndicationEvent.u8Status = 0x11</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048773#M9259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don’t follow any particular process. The stack is running as a coordinator. This event happens without any visible link to the context. It happens during a communication with some other devices. But it is random.&lt;/P&gt;&lt;P&gt;And the code is well 0x11 and is not in the List of code of the Stack user guide. Hence my question to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the packets of the sniffer showing a OTA next image request from an end device. And it yields a NwkIStatusndicationEvent status 0x11. Attached is the log of our gateway of the same event.&lt;/P&gt;&lt;P&gt;However, for this particular end device, 5 minutes later, it sent another OTA image request, and the stack didn’t sent such an NwkStatusIndicationEvent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benoit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;De : mario_castaneda &amp;lt;admin@community.nxp.com&amp;gt;&lt;/P&gt;&lt;P&gt;Envoyé : mercredi 17 juin 2020 02:00&lt;/P&gt;&lt;P&gt;À : benoit roue &amp;lt;benoit.roue@otodo.com&amp;gt;&lt;/P&gt;&lt;P&gt;Objet : Re:  - Re: .sNwkStatusIndicationEvent.u8Status = 0x11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP Community &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: .sNwkStatusIndicationEvent.u8Status = 0x11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Mario Ignacio Castaneda Lopez&amp;lt;https://community.nxp.com/people/mario_castaneda?et=watches.email.thread&amp;gt; in Wireless Connectivity - View the full discussion&amp;lt;https://community.nxp.com/message/1327614?commentID=1327614&amp;amp;et=watches.email.thread#comment-1327614&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 08:57:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048773#M9259</guid>
      <dc:creator>benoit_roue</dc:creator>
      <dc:date>2020-06-17T08:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: .sNwkStatusIndicationEvent.u8Status = 0x11</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048774#M9260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Benoit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my late response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to confirm, you are working with the JN-AN-1216 as a coordinator.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the application note that you are using in the end device?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The status is&amp;nbsp;(E_ZCL_ERR_ATTRIBUTE_TYPE_UNSUPPORTED), it could be for the request of the OTA cluster. I will try to reproduce this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2020 22:52:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048774#M9260</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-06-25T22:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: .sNwkStatusIndicationEvent.u8Status = 0x11</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048775#M9261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it is AN1216.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The end devices are not mine. They are any other ZigBee devices that are on the market.  And this problem happened with many of them. But the most important is to focus on the messages they send.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the NXP stack has no problem to get and reply to OTA requests. Usually, there is no error message (Devices are continuously requesting for next image.)&lt;/P&gt;&lt;P&gt;The NwkStatusIndicationEvent with error code 11 happens at any time, and I don’t see any related message on the sniffer that can explain this event.&lt;/P&gt;&lt;P&gt;I have captured the packets in the air with a sniffer, and the gateway logs at the same time (use Epoch time as a reference).&lt;/P&gt;&lt;P&gt;You can check the two files. On this particular sequence, there is no OTA request involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;https://www.otodo.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;104 boulevard du Montparnasse&lt;/P&gt;&lt;P&gt;75014 Paris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="www.otodo.com&amp;lt;http://www.otodo.com/&amp;gt;" target="test_blank"&gt;www.otodo.com&amp;lt;http://www.otodo.com/&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benoit Roué&lt;/P&gt;&lt;P&gt;Lead Developer Embedded Software&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;benoit.roue@otodo.com&amp;lt;mailto:benoit.roue@otodo.com&amp;gt;&lt;/P&gt;&lt;P&gt;06.64.52.10.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;https://www.facebook.com/OtodoOfficiel/&amp;gt;[Twitter icon]&amp;lt;https://twitter.com/OtodoOfficiel&amp;gt;[Linkedin icon]&amp;lt;https://www.linkedin.com/company/otodo/?lipi=urn%3Ali%3Apage%3Ad_flagship3_company_admin%3BJ1FpXoKeRwWGYatbYhzdaQ%3D%3D&amp;gt;[Youtube icon]&amp;lt;https://www.youtube.com/channel/UCHC7TXW-IldDkKhoZ8MAfMA?view_as=subscriber&amp;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;De : mario_castaneda &amp;lt;admin@community.nxp.com&amp;gt;&lt;/P&gt;&lt;P&gt;Envoyé : vendredi 26 juin 2020 00:53&lt;/P&gt;&lt;P&gt;À : benoit roue &amp;lt;benoit.roue@otodo.com&amp;gt;&lt;/P&gt;&lt;P&gt;Objet : Re:  - Re: .sNwkStatusIndicationEvent.u8Status = 0x11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP Community &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: .sNwkStatusIndicationEvent.u8Status = 0x11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Mario Ignacio Castaneda Lopez&amp;lt;https://community.nxp.com/people/mario_castaneda?et=watches.email.thread&amp;gt; in Wireless Connectivity - View the full discussion&amp;lt;https://community.nxp.com/message/1332081?commentID=1332081&amp;amp;et=watches.email.thread#comment-1332081&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2020 12:59:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048775#M9261</guid>
      <dc:creator>benoit_roue</dc:creator>
      <dc:date>2020-06-26T12:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: .sNwkStatusIndicationEvent.u8Status = 0x11</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048776#M9262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Benoit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry for my late respone. we are checking the new sniffer file that you provided. I was able to open the file correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 20:03:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048776#M9262</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-08-10T20:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: .sNwkStatusIndicationEvent.u8Status = 0x11</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048777#M9263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Benoit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;We need some extra information from the terminal log side. We are checking the root cause of this issue.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Is it possible that you could add a print DBG_vPrintf information where E_ZCL_ERR_ATTRIBUTE_TYPE_UNSUPPORTED is triggered inside Zcl.c , Zcl_attribute.c and zcl_configureReportingCommandHandle.c, then narrow down which one invoked :&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 9pt;"&gt;[1593173220] I (9142331) Java: ZigBeeData :&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #00b0f0; border: 0px; font-weight: inherit; font-size: 12px;"&gt;Status: 0x11 (&lt;SPAN style="background: yellow; border: 0px; font-weight: inherit; font-size: 12px;"&gt;E_ZCL_ERR_ATTRIBUTE_TYPE_UNSUPPORTED&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;in Gateway Logs&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 20:20:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048777#M9263</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-08-18T20:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: .sNwkStatusIndicationEvent.u8Status = 0x11</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048778#M9264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E_ZCL_ERR_ATTRIBUTE_TYPE_UNSUPPORTED is &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; triggered inside Zcl.c&lt;/P&gt;&lt;P&gt;The Event is triggered by the stack and handled by&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PUBLIC void APP_vHandleStackEvents ( ZPS_tsAfEvent*&amp;nbsp;&amp;nbsp;&amp;nbsp; psStackEvent ) in app_general_events_handler.c&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The event is sNwkStatusIndicationEvent, with status=0x11.&lt;/P&gt;&lt;P&gt;Of course, the meaning of 0x11 is &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; E_ZCL_ERR_ATTRIBUTE_TYPE_UNSUPPORTED because it is not related to ZCL.&lt;/P&gt;&lt;P&gt;My question was what is the meaning of this status. I cannot find any enum of define in the NXP documentation. However, I found a meaning in the ZigBee spec. It means "Bad frame counter". See 3.4.3.3.1 Status code in ZigBee Document 05-3474-21.&lt;/P&gt;&lt;P&gt;But how to know whether it is good or bad? Is it ok for the stack to work like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Benoit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 07:25:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1048778#M9264</guid>
      <dc:creator>benoit_roue</dc:creator>
      <dc:date>2020-08-19T07:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: .sNwkStatusIndicationEvent.u8Status = 0x11</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1151257#M10133</link>
      <description>&lt;P&gt;Hi Benoit,&lt;/P&gt;
&lt;P&gt;I am currently checking this specific issue.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 03:32:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1151257#M10133</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-09-10T03:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: .sNwkStatusIndicationEvent.u8Status = 0x11</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1416281#M12897</link>
      <description>&lt;DIV class=""&gt;Hi&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;i have same problem with 0x11 network status indication. Did you solve that?&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 19 Feb 2022 20:01:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/sNwkStatusIndicationEvent-u8Status-0x11/m-p/1416281#M12897</guid>
      <dc:creator>Serfa</dc:creator>
      <dc:date>2022-02-19T20:01:28Z</dc:date>
    </item>
  </channel>
</rss>

