Skip to content
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

Update BindingMode to be LWM2M 1.1 compliant and support Q parameter. #908

Merged
merged 9 commits into from
Nov 6, 2020

Conversation

sbernard31
Copy link
Contributor

@sbernard31 sbernard31 commented Oct 12, 2020

There is several changes in LWM2M 1.1 about binding mode :

  • new mode was added (T,N)
  • QueueMode is not part of binding mode anymore but has it own parameter.

This PR aims to support new format, trying to keep compatible with LWM2M 1.0.

Here some discussion about LWM2M changes about Binding Mode.

(I will maybe add test about that to this PR)

@@ -34,6 +35,7 @@
private final Long lifetime;
private final String lwVersion;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should maybe change the type of this attribute to Version (same in Registration object) 🤔

@sbernard31
Copy link
Contributor Author

I read more about binding mode. I think this PR is not OK I need to change it.

@sbernard31 sbernard31 force-pushed the Binding_mode branch 2 times, most recently from b020057 to 6553441 Compare October 16, 2020 16:23
@sbernard31
Copy link
Contributor Author

@sbernard31
Copy link
Contributor Author

Need more work about bootstrap part ... 😖

@sbernard31 sbernard31 merged commit 2f75190 into master Nov 6, 2020
@sbernard31 sbernard31 deleted the Binding_mode branch January 26, 2021 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant