-
Notifications
You must be signed in to change notification settings - Fork 52
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
CBOR: Why is the CBOR content format limited to be used with singular resources / resource instances? #585
Comments
(I'm not OMA member) About the test :
I'm not sure I get you ? do you mean that this test require you to execute a Write OR Read request on an For Write the tests says :
(So this is about several write on
(This is a read on About the specification :
I understand :
Why ? I don't know exactly ... historical reasons ? flexibility (some format are more efficient or more simple to implement or more simple to debug ?) |
Do we fix the test or the specification. Group agrees to update both |
@mkgillmore could you explain what was the issue and what will be the fix ? (because my comment try to explain that I didn't see issue, so I would like to understand what I missed) |
The ETS and LwM2M spec appear to be unclear about how to test CBOR with multiple resource instances. This will be discussed in the next OMA DMSO meeting |
Situation:
LWM2M 1.1 and LWM2M describe the CBOR format to be used on singular Resources or Resource instances
In effect, the following ETS test fails due to inconsistency, as you can't query an object instance using CBOR.
The question now is: Why is CBOR restricted to single resources or resource instances? Should this be removed? Or should the ETS be changed?
The text was updated successfully, but these errors were encountered: