-
Notifications
You must be signed in to change notification settings - Fork 407
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
Resources 13 to 20 aren't implemented in leshan server #1393
Comments
Yep, this is not implemented because there is an issue with model from registry. All those resources are declared as EXECUTABLE resource. If you read issue ☝️ and as OMA doesn't want to fix their model, you will see there is no clear consensus about what should be the best move for Leshan 😞 Your issue description looks just like a "fact" statement but is there some needs behind this ? could you elaborate a bit more ? |
The question would be if we can implement those resources and if so how to do it? But from what i understand it seems that this will not be possible |
Not impossible but at least we need to think about pros and cons before to implement it. If you strongly need it, it may worth to find a solution. |
@Warmek so do you need this feature OR this was just for sake of completeness ? |
I would like have this feature implemented especially as right now operations those fields aren't defined and becouse of this we can change them to for example read and it wouldn't affect compability. Also it would give those fields some usage as right now we can't do anything with them |
I still don't get if :
Anyway, I get your point and I think it makes sense.
Probably right, there is not so much interoperability issue as :
But before to jump on this, I try to get feedback from OMA : OpenMobileAlliance/lwm2m-registry#519 (comment) |
Just for the update : OpenMobileAlliance/lwm2m-registry#519 (comment) @Warmek, if wanted you can start to work on this. I think we should also probably rename that file into something like |
Some news from OMA : OpenMobileAlliance/lwm2m-registry#519 (comment) |
I've created xml-fixed with |
In my last commit just above (#1393 (comment)), I said that finally "no need to use a different model" |
OMA said that those resources are supposed to be set in Bootstrap. I've added them to ServerConfig in BootstrapConfig.java. |
I think this is the right way. |
Question
Some lwm2m resources from Server object are missing on Leshan Bootstrap module.
For lwm2m Server object on Leshan side all resources are implemented excepted resources from 13 to 20. Resources from 21 onwards seems to be present.
The text was updated successfully, but these errors were encountered: