<?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>SED&amp;amp;MED 3.5 Test inconclusive[MTD prebuilt lib]</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124539/sed-med-3-5-test-inconclusive-mtd-prebuilt-lib</link><description>When we run test case SED&amp;amp;MED 3.5 , the following inconclusive result happens: 
 COM78 command: ot test tmforiginfilter disable COM78 FUNC __executeCommand failed: Error 35: InvalidCommand COM78 command: ot test tmforiginfilter disable COM78 FUNC __executeCommand</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Oct 2025 07:23:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124539/sed-med-3-5-test-inconclusive-mtd-prebuilt-lib" /><item><title>RE: SED&amp;MED 3.5 Test inconclusive[MTD prebuilt lib]</title><link>https://devzone.nordicsemi.com/thread/550292?ContentTypeID=1</link><pubDate>Wed, 01 Oct 2025 07:23:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a58dddb6-94ae-45b9-88c0-5293ae7caa23</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The test command you are using is only enabled for golden devices in the Test Harness, i.e., a reference device that is known to behave according to the specification and which acts as a controlled peer in certification cases. The golden device is used alongside the DUT. These are devices with&amp;nbsp;OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE enabled.&lt;/p&gt;
&lt;p&gt;You should not use the Thread CLI sample in nRF Connect SDK with MTD libraries as the golden device in Test Harness. There are hex files for the golden device provided with the Test Harness.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SED&amp;MED 3.5 Test inconclusive[MTD prebuilt lib]</title><link>https://devzone.nordicsemi.com/thread/549878?ContentTypeID=1</link><pubDate>Fri, 26 Sep 2025 09:55:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23e4ee42-6f28-423b-9c16-d3943ffb283e</guid><dc:creator>EIEI</dc:creator><description>&lt;p&gt;HI,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I found &amp;quot;test tmforiginfilter&amp;nbsp;&amp;quot; in the THCI/OTNCS.py from the installed Testharness&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SED&amp;MED 3.5 Test inconclusive[MTD prebuilt lib]</title><link>https://devzone.nordicsemi.com/thread/549869?ContentTypeID=1</link><pubDate>Fri, 26 Sep 2025 08:26:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4bcf5c3-0d58-4578-9cd5-be1ddc504cdb</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I assume this is from the test harness? Can you share where/how you found the scripts for the test harness?&amp;nbsp;&lt;br /&gt;I do not see the &amp;quot;test tmforiginfilter disable&amp;quot; command in the send_udp() function in the THCI in the OpenThread repository:&lt;br /&gt;&lt;a href="https://github.com/openthread/openthread/blob/main/tools/harness-thci/OpenThread.py#L3044C9-L3052"&gt;https://github.com/openthread/openthread/blob/main/tools/harness-thci/OpenThread.py#L3044C9-L3052&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    @API
    def send_udp(self, interface, destination, port, payload=&amp;#39;12ABcd&amp;#39;):
        &amp;#39;&amp;#39;&amp;#39; payload hexstring
        &amp;#39;&amp;#39;&amp;#39;
        assert payload is not None, &amp;#39;payload should not be none&amp;#39;
        assert interface == 0, &amp;quot;non-BR must send UDP to Thread interface&amp;quot;
        self.__udpOpen()
        time.sleep(0.5)
        cmd = &amp;#39;udp send %s %s -x %s&amp;#39; % (destination, port, payload)
        return self.__executeCommand(cmd)[-1] == &amp;#39;Done&amp;#39;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SED&amp;MED 3.5 Test inconclusive[MTD prebuilt lib]</title><link>https://devzone.nordicsemi.com/thread/549848?ContentTypeID=1</link><pubDate>Fri, 26 Sep 2025 01:58:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbb251cb-0293-4048-becb-51b865ee503a</guid><dc:creator>EIEI</dc:creator><description>&lt;p&gt;HI&amp;nbsp; &lt;a href="https://devzone.nordicsemi.com/members/marte.m"&gt;Marte Myrvold&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; I still don&amp;#39;t know&amp;nbsp;&amp;nbsp;&lt;span&gt;why send udp need disable&amp;nbsp;&lt;/span&gt;&lt;span&gt;tmforiginfilter first, MTD is not support test cmd.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SED&amp;MED 3.5 Test inconclusive[MTD prebuilt lib]</title><link>https://devzone.nordicsemi.com/thread/549635?ContentTypeID=1</link><pubDate>Wed, 24 Sep 2025 07:20:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2f6dc9f-bd6a-4091-8196-2767a7114aff</guid><dc:creator>EIEI</dc:creator><description>&lt;p&gt;why send udp need disable&amp;nbsp;&lt;span style="color:#ff0000;"&gt;tmforiginfilter first, MTD is not support test cmd.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;    @API
    def send_udp(
        self,
        interface,
        destination,
        port,
        payload=&amp;quot;12ABcd&amp;quot;,
        return_result=False,
        spiff_udp_ip=&amp;quot;&amp;quot;,
    ):
        &amp;quot;&amp;quot;&amp;quot;payload hexstring&amp;quot;&amp;quot;&amp;quot;
        assert payload is not None, &amp;quot;payload should not be none&amp;quot;
        assert interface == 0, &amp;quot;non-BR must send UDP to Thread interface&amp;quot;
        self.__udpOpen(spiff_udp_ip, port)
        time.sleep(0.5)
        &lt;span style="color:#ff0000;"&gt;cmd_ = &amp;quot;test tmforiginfilter disable&amp;quot;&lt;/span&gt;
        self.__executeCommand(cmd_)
        cmd = &amp;quot;udp send %s %s -x %s&amp;quot; % (destination, port, payload)
        if not return_result:
            result = self.__executeCommand(cmd)[-1] == &amp;quot;Done&amp;quot;
        else:
            result = self.__executeCommand(cmd)[0]
        _cmd = &amp;quot;test tmforiginfilter enable&amp;quot;
        self.__executeCommand(_cmd)
        return result&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SED&amp;MED 3.5 Test inconclusive[MTD prebuilt lib]</title><link>https://devzone.nordicsemi.com/thread/549615?ContentTypeID=1</link><pubDate>Wed, 24 Sep 2025 02:09:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:014911a3-db58-4c54-900a-3f40068bd93c</guid><dc:creator>EIEI</dc:creator><description>&lt;p&gt;If we use MTD prebuilt lib provide by nordic ，the SED&amp;amp;MED 3.5 case will be fail.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SED&amp;MED 3.5 Test inconclusive[MTD prebuilt lib]</title><link>https://devzone.nordicsemi.com/thread/549550?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 11:45:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9d24e25-921e-424a-b047-f28cf25c4849</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;MTD and FTD are two different Thread device types: Minimal Thread Device (MTD) and Full Thread Device (FTD). If you want features only supported by FTD, then you must configure the device type as FTD in prj.conf. You must also make sure to enable the FTD OpenThread libraries:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_OPENTHREAD_FTD=y
CONFIG_OPENTHREAD_NORDIC_LIBRARY_FTD=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>