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

net: lwm2m: Update IPSO objects to version 1.1 #31829

Closed
rlubos opened this issue Feb 1, 2021 · 0 comments · Fixed by #33466
Closed

net: lwm2m: Update IPSO objects to version 1.1 #31829

rlubos opened this issue Feb 1, 2021 · 0 comments · Fixed by #33466
Assignees
Labels
area: Networking Enhancement Changes/Updates/Additions to existing features

Comments

@rlubos
Copy link
Contributor

rlubos commented Feb 1, 2021

Zephyr LwM2M implementation has a non-standard extension, which adds the Timestamp resource to several IPSO objects: caa06c9

Currently though, all IPSO objects that utilize this feature have an updated specification version available (1.1), which extends objects with new resources, and Timestamp is one of them. This makes the non-standard Zephyr extension no longer needed.

We should drop the LWM2M_IPSO_TIMESTAMP_EXTENSIONS option, and implement the said objects in their version 1.1. The object version should be selectable with Kconfig. This will allow having the Timestamp resource available while still sticking to the standard.

@rlubos rlubos added the Enhancement Changes/Updates/Additions to existing features label Feb 1, 2021
@rlubos rlubos self-assigned this Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants