Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

leshan demo client incorrect initialization of object 3442, resources 120, 1120 #1352

Closed
davidahoward opened this issue Nov 16, 2022 · 2 comments
Labels
bug Dysfunctionnal behavior client Impact LWM2M client demo Impact our demo (not libraries)

Comments

@davidahoward
Copy link

the current release tags M8, M9, and the master branch as of 16 November 2022 incorrectly initialize the Eclipse LwM2M v1.1 Test Object 3442 integer resources 120, 1120 to a value of 64, when it is supposed to be 1024.

120 | Integer Value | RW | Single | Optional | Integer |   |   | Initial value must be "1024".
1120 | Multiple Integer Value | RW | Multiple | Optional | Integer |   |   | Initial value must be 1 instance with ID 0 and value "1024".

@sbernard31 sbernard31 added bug Dysfunctionnal behavior client Impact LWM2M client demo Impact our demo (not libraries) labels Nov 17, 2022
@sbernard31
Copy link
Contributor

Fixed in master for object 3442 by #1356 (commit 5877f57)

Fixed in 1.x for object 3441 by commit 938e43d.

Thx again @davidahoward for reporting this. 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Dysfunctionnal behavior client Impact LWM2M client demo Impact our demo (not libraries)
Projects
None yet
Development

No branches or pull requests

2 participants