-
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
Behavior of rootpath update (rt="oma.lwm2m") #525
Comments
I came across this issue, because this might not be handled correctly in the Wakaama Server. Wakaama currently requires
If thats the case (which is not explicitly defined in the specification) we should modify Wakaama to also accept registrations without @sbernard31 Regarding your original question, I agree with your conclusions in 1), 2) and 3). |
@mlasch Thx for sharing 🙏 . It would be great to get confirmation from OMA. |
@sbernard31 is this still an issue for your implementation that needs clarification from OMA? |
@mkgillmore, yes please clarification would be appreciated 🙏. |
My opinion:
|
@sbernard31 @eliasweingaertner Comment is consensus of the group. Can I close the issue? |
It sounds good to me but to be sure and before to close. |
The specification defines a way to put the LWM2M tree under a custom root path by using
rt="oma.lwm2m"
attribute at registration time. (transport§6.4.1 Alternate Path)This looks like :
I understand that
is equivalent to :
What is no clear to me is about
Update
Request.If you are using a custom root path is it mandatory to put it in each update request ?
If not, what is the expected behavior.
example 1) :
example 2):
example 3):
For 1), it seems to be the obvious way.
For 2) I guess this is an invalid update request ?
For 3) I guess this changes the rootpath to
/
?The text was updated successfully, but these errors were encountered: