You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using LWIP send/receive results in an invalid state change on BOARD's using the submit an invalid state change sequence happens which leads to an assert.
Steps to reproduce the issue
On one BOARD (e.g. an nrf52840 or cc2538) start a tcp, udp or ip server. From another BOARD send message to such server.
BOARD=nrf52840-mdk LWIP_IPV4=0 LWIP_IPV6=1 make -C tests/lwip --no-print-directory -j flash term
ifconfig
Iface L60 HWaddr: ae:8d:fe:e1:e0:2c:e1:2d Link: up State: up
Link type: wireless
inet6 addr: fe80:0:0:0:ac8d:fee1:e02c:e12d scope: link
ip server start 255
BOARD=nrf52840-mdk LWIP_IPV4=0 LWIP_IPV6=1 make -C tests/lwip --no-print-directory -j flash term
ip send fe80:0:0:0:ac8d:fee1:e02c:e12d 255 aaa
fjmolinas
changed the title
lwip: invalid state transicion on ieee802154_submac users
lwip: invalid state transition on ieee802154_submac users
Nov 16, 2021
aabadie
added
the
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
label
Jan 5, 2022
Description
When using LWIP send/receive results in an invalid state change on BOARD's using the submit an invalid state change sequence happens which leads to an assert.
Steps to reproduce the issue
On one
BOARD
(e.g. annrf52840
orcc2538
) start a tcp, udp or ip server. From anotherBOARD
send message to such server.Expected results
The message is sent and received.
Actual results
Invalid state change.
Versions
1772628
The text was updated successfully, but these errors were encountered: