commit | ed3ea06f8801f1445d243c11420b972d7b11d572 | [log] [tgz] |
---|---|---|
author | Michael Scott <michael@opensourcefoundries.com> | Wed Jun 06 12:35:13 2018 -0700 |
committer | Maureen Helm <maureen.helm@nxp.com> | Thu Jun 07 12:27:46 2018 -0500 |
tree | 594925b52d3ca1f9aef4d7ececfac302038d736e | |
parent | e72dcf02901efe48c60bc528a9f44ff00f92db03 [diff] |
net: lwm2m: fix observer attribute update logic A typo in update_attrs() was setting every observer to a PMIN of 0. This meant we could send observer data as often as the process was called. This is out of spec as the default minimum is 10 seconds. Signed-off-by: Michael Scott <michael@opensourcefoundries.com>