eclipse-wakaama / wakaama

Eclipse Wakaama is a C implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
BSD 3-Clause "New" or "Revised" License
498 stars 374 forks source link

Client can be built with no supported formats #523

Open sbertin-telular opened 3 years ago

sbertin-telular commented 3 years ago

520 brought up the issue and fixes it for the lightclient. A check should be added to liblwm2m.h to ensure a valid format is defined for any build. If no valid format is defined, it can produce an error with an appropriate message.

sbernard31 commented 3 years ago

(An OMA issue which seems about content format : https://github.com/OpenMobileAlliance/OMA_LwM2M_for_Developers/issues/514)