commit | 2eb633d12ed96b90babda1e3ade76941f33375d5 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Wed Jul 01 14:28:32 2020 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jul 06 18:01:31 2020 -0400 |
tree | 52ca8e67f80b2a6a664b93a029cfc79bbe433f99 | |
parent | 8b22521b6b37182dc882ceb934e75ebd82ccefc3 [diff] |
net: lwm2m: Reset only messages owned by lwm2m context The context should only clear messages it owns, not all of them. Since both context (LwM2M and FOTA) share common message pool, they might interrupt their operation otherwise (i. e. cancel retransmissions). Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>