commit | 8801fd015fd52ab11af9ef3d1d2a4041c21558b9 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Tue Jan 21 17:30:04 2020 +0100 |
committer | Maureen Helm <maureen.helm@nxp.com> | Wed Jan 22 11:57:11 2020 -0600 |
tree | ce3318b6dc5981f35485f6561c774078d29ac6a6 | |
parent | 799a8401e75b8204cfec30212b894922fe6e051e [diff] |
tests: net: ieee802154: Set LL addresses on a packet The reworked 6lowpan implementation asserts when no LL source or destination address is set on a packet. This caused the fragmentation tests to fail before they completed. Fix the issue, by setting a dummy address on a packet during a setup. Fixes #19761 Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>