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

[GH-562] examples: client: Compile without LWM2M_BOOTSTRAP #654

Merged

Conversation

rettichschnidi
Copy link
Contributor

This makes it possible to build the client example without
LWM2M_BOOTSTRAP.

Tested by manually disabling the LWM2M_BOOTSTRAP define in
examples/client/CMakeLists.txt, compiling and then running pytest -k 'not test_client_initiated_bootstrap'.

Fixes #562 and gives another reason why we need #588.

@rettichschnidi rettichschnidi changed the title [GH-562] examples: client: Make LWM2M_BOOTSTRAP optional [GH-562] examples: client: Compile without LWM2M_BOOTSTRAP Jan 31, 2022
…TRAP

This makes it possible to build the client example without
LWM2M_BOOTSTRAP.

Tested by manually disabling the LWM2M_BOOTSTRAP define in
examples/client/CMakeLists.txt, compiling and then running `pytest -k
'not test_client_initiated_bootstrap'`.
@rettichschnidi rettichschnidi merged commit 431c4dd into eclipse-wakaama:master Feb 4, 2022
@rettichschnidi rettichschnidi deleted the gardena/rs/fix-562 branch February 4, 2022 17:00
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.

Client cannot be built without bootstrap support
2 participants