zephyr/subsys/net/lib/lwm2m
Tjerand Bjornsen 872f560981 net: lwm2m: Fix device obj missing error code ri
From the OMA LwM2M Object and Resource Registry: "When the single Device
Object Instance is initiated, there is only one error code Resource
Instance whose value is equal to 0 that means no error."

This fix creates that initial error code resource instance, and makes
sure that it doesn't get deleted by the Reset Error Code resource.

Signed-off-by: Tjerand Bjornsen <tjerand.bjornsen@nordicsemi.no>
2021-10-07 15:44:46 -04:00
..
buf_util.h
CMakeLists.txt net: lwm2m: Add application/link-format content writer 2021-03-18 10:18:57 +01:00
ipso_accelerometer.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
ipso_buzzer.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
ipso_generic_sensor.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
ipso_humidity_sensor.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
ipso_light_control.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
ipso_onoff_switch.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
ipso_pressure_sensor.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
ipso_push_button.c net: lwm2m: Fix IPSO Push Button counter incrementation 2021-09-20 05:59:28 -04:00
ipso_temp_sensor.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
ipso_timer.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
Kconfig net: lwm2m: Decouple CoAP message- and block size 2021-10-05 19:22:54 -04:00
Kconfig.ipso net: lwm2m: Remove obsolete LWM2M_IPSO_TIMESTAMP_EXTENSIONS option 2021-03-29 13:42:11 -04:00
lwm2m_engine.c net: lwm2m: Fix plain text floating point handling 2021-09-16 19:04:52 -04:00
lwm2m_engine.h lwm2m: use asynchronous socket io 2021-06-07 10:39:37 +03:00
lwm2m_obj_connmon.c net: lwm2m: Add support for object versioning 2021-03-29 13:42:11 -04:00
lwm2m_obj_device.c net: lwm2m: Fix device obj missing error code ri 2021-10-07 15:44:46 -04:00
lwm2m_obj_firmware_pull.c net: lwm2m: Fix how payload offset is calculated 2021-07-07 07:40:55 -05:00
lwm2m_obj_firmware.c net: lwm2m: Add support for object versioning 2021-03-29 13:42:11 -04:00
lwm2m_obj_location.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
lwm2m_obj_security.c net: lwm2m: Add support for object versioning 2021-03-29 13:42:11 -04:00
lwm2m_obj_server.c net: lwm2m: Add support for object versioning 2021-03-29 13:42:11 -04:00
lwm2m_object.h net: lwm2m: Decouple CoAP message- and block size 2021-10-05 19:22:54 -04:00
lwm2m_rd_client.c net: lwm2m: Add option to force close the connection 2021-10-05 19:23:59 -04:00
lwm2m_rd_client.h
lwm2m_resource_ids.h net: lwm2m: Add IPSO Pressure Sensor object in ver. 1.1 2021-03-29 13:42:11 -04:00
lwm2m_rw_json.c net: lwm2m: Fix JSON write handling 2021-09-16 19:04:52 -04:00
lwm2m_rw_json.h
lwm2m_rw_link_format.c net: lwm2m: Fix unitialized variable error in Link Format writer 2021-04-14 14:36:35 -05:00
lwm2m_rw_link_format.h net: lwm2m: Use link_format writer for Register/Update 2021-03-18 10:18:57 +01:00
lwm2m_rw_oma_tlv.c net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
lwm2m_rw_oma_tlv.h
lwm2m_rw_plain_text.c net: lwm2m: Fix plain text floating point handling 2021-09-16 19:04:52 -04:00
lwm2m_rw_plain_text.h net: lwm2m: Align float handling with specification 2021-09-16 19:04:52 -04:00
lwm2m_util.c net: lwm2m: Fix binary to float32_value_t conversion 2021-09-16 19:04:52 -04:00
lwm2m_util.h net: lwm2m: Fix plain text floating point handling 2021-09-16 19:04:52 -04:00