You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing the object link feature and found this issue.
When the client sends multiple object links of 0x00640001 (100:1) and 0x0065002(100:2) to the Leshan server, for some reason it only displays in the following format in the GUI. I don't see multiple object links in the server.
Correct. The TLV payload had the same identifier for the resource instance. Fixed that TLV encoder at the LWM2M client. Thanks for adding an additional test case to test the scenario and also raise an error.
Hello there,
I am testing the object link feature and found this issue.
When the client sends multiple object links of 0x00640001 (100:1) and 0x0065002(100:2) to the Leshan server, for some reason it only displays in the following format in the GUI. I don't see multiple object links in the server.
Resource 22 /3/0/22 Observe Read Write 0=0,0,6,5,0,0,0,2
Here is the sample hexdump of the COAP + LWM2M packet being sent to the server.
65 45 5d cf c1 99 af a5 d7 c2 2d 16 ff 88
16 0c 44 00 00 64 00 01 44 00 00 65 00 02
Can you please let me know if the scenario is supported or is there any issue from the server side.
Hope that helps.
Thank you.
The text was updated successfully, but these errors were encountered: