-
Notifications
You must be signed in to change notification settings - Fork 408
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
Client responds TLV payload not including Object Instance ID #463
Comments
In the draft version there was a kind of optimization where object level was optional for single instance object. But it seems OMA changed this. Now the spec say : So I will fix it. |
Great! It works well! 😍 |
#466 is integrated in master now. |
…ance object. This optimization was removed from the specification. The spec say now : For simplicity and to prevent any ambiguity on Object Instance Identity, when the Object Instance ID is not specified in the request, the Object Instance TLV MUST be used, whatever the number of Object Instances (1 or more) to return to the LwM2M Server.
When I send a Read request to leshan client demo to read object /3 and /6. The client responds TLV payload not including the Object Instance ID.
But in LwM2M Technical Specification. It show even Request on Single-Instance Object. The responds TLV payload should including the Object Instance ID and all its readable Resources.
LwM2M Technical Specification 6.4.3.2:
The leshan client demo responds TLV payload:
The text was updated successfully, but these errors were encountered: