Skip to content

Commit 1075223

Browse files
authored
Merge 4d8a0bb into dbc6ed3
2 parents dbc6ed3 + 4d8a0bb commit 1075223

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread_LwIP.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ CHIP_ERROR GenericThreadStackManagerImpl_OpenThread_LwIP<ImplClass>::DoInit(otIn
108108
// IPv6 packet is received.
109109
otIp6SetReceiveCallback(Impl()->OTInstance(), ReceivePacket, NULL);
110110

111-
// Disable automatic echo mode in OpenThread.
112-
otIcmp6SetEchoMode(Impl()->OTInstance(), OT_ICMP6_ECHO_HANDLER_DISABLED);
113-
114111
// Enable the receive filter for Thread control traffic.
115112
otIp6SetReceiveFilterEnabled(Impl()->OTInstance(), true);
116113

0 commit comments

Comments
 (0)