zephyr/subsys/net/lib/lwm2m
Lukas Woodtli fb924e2b62 net: lwm2m: Handle CONTINUE in registration message
The continue code is not considered an error in case of
block-wise transfer.

Signed-off-by: Lukas Woodtli <lukas.woodtli@husqvarnagroup.com>
2023-05-15 09:18:09 +02:00
..
buf_util.h
CMakeLists.txt net: lwm2m: Add IPSO voltage sensor object 2023-03-06 12:34:22 +01:00
ipso_accelerometer.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_buzzer.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_current_sensor.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_filling_sensor.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_filling_sensor.h
ipso_generic_sensor.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_humidity_sensor.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_light_control.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_onoff_switch.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_pressure_sensor.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_push_button.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_temp_sensor.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_timer.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ipso_voltage_sensor.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
Kconfig net: lwm2m: Provide buffer for block transfer 2023-05-15 09:18:09 +02:00
Kconfig.ipso net: lwm2m: Typo in LWM2M_IPSO_TIMER description 2023-03-11 08:46:22 +02:00
Kconfig.ucifi net: lib: lwm2m: add uCIFI LPWAN object 2022-12-14 09:51:38 +01:00
lwm2m_engine.c net: lwm2m: Split message into blocks for sending 2023-05-15 09:18:09 +02:00
lwm2m_engine.h net: lwm2m: Move utility functions from engine 2023-04-12 17:44:37 +02:00
lwm2m_message_handling.c net: lwm2m: Handle CONTINUE response and send new block 2023-05-15 09:18:09 +02:00
lwm2m_message_handling.h net: lwm2m: Split message into blocks for sending 2023-05-15 09:18:09 +02:00
lwm2m_obj_access_control.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_obj_access_control.h
lwm2m_obj_binaryappdata.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_obj_binaryappdata.h net: lwm2m: add binaryappdatacontainer obj support 2023-01-03 11:02:09 +01:00
lwm2m_obj_connmon.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_obj_device.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_obj_event_log.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_obj_event_log.h
lwm2m_obj_firmware_pull.c
lwm2m_obj_firmware.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_obj_gateway.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_obj_gateway.h
lwm2m_obj_location.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_obj_portfolio.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_obj_security.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_obj_server.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_obj_swmgmt.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
lwm2m_object.h net: lwm2m: Split message into blocks for sending 2023-05-15 09:18:09 +02:00
lwm2m_observation.c net: lwm2m: Fix native_posix fcntl() calls 2023-02-02 20:05:08 +09:00
lwm2m_observation.h net: lib: lwm2m: Deprecate string based send 2023-01-19 10:16:22 +01:00
lwm2m_pull_context.c
lwm2m_pull_context.h
lwm2m_rd_client.c net: lwm2m: Handle CONTINUE in registration message 2023-05-15 09:18:09 +02:00
lwm2m_rd_client.h net: lwm2m: Add is_suspended() routine 2023-03-28 15:06:15 +02:00
lwm2m_registry.c net: lwm2m: Fix build issue on time-series cache 2023-02-22 14:26:20 +01:00
lwm2m_registry.h net: lwm2m: Add const qualifier to many pointers 2023-02-22 14:26:20 +01:00
lwm2m_resource_ids.h
lwm2m_rw_cbor.c
lwm2m_rw_cbor.h
lwm2m_rw_json.c lwm2m: fix armclang compiler warnings with is*() functions 2023-03-31 14:01:24 +02:00
lwm2m_rw_json.h
lwm2m_rw_link_format.c net: lib: lwm2m: Replace deprecated function calls 2023-01-19 10:16:22 +01:00
lwm2m_rw_link_format.h
lwm2m_rw_oma_tlv.c net: lwm2m: use path as block context retrieval 2023-05-03 10:01:37 +02:00
lwm2m_rw_oma_tlv.h
lwm2m_rw_plain_text.c lwm2m: fix armclang compiler warnings with is*() functions 2023-03-31 14:01:24 +02:00
lwm2m_rw_plain_text.h
lwm2m_rw_senml_cbor.c net: lwm2m: use path as block context retrieval 2023-05-03 10:01:37 +02:00
lwm2m_rw_senml_cbor.h
lwm2m_rw_senml_json.c lwm2m: fix armclang compiler warnings with is*() functions 2023-03-31 14:01:24 +02:00
lwm2m_rw_senml_json.h
lwm2m_senml_cbor_decode.c lwm2m_senml_cbor: Regenerate code files using zcbor 0.7.0 2023-04-18 15:22:02 +02:00
lwm2m_senml_cbor_decode.h lwm2m_senml_cbor: Regenerate code files using zcbor 0.7.0 2023-04-18 15:22:02 +02:00
lwm2m_senml_cbor_encode.c lwm2m_senml_cbor_encode.c: Manually edit whitespace 2023-04-18 15:22:02 +02:00
lwm2m_senml_cbor_encode.h lwm2m_senml_cbor: Regenerate code files using zcbor 0.7.0 2023-04-18 15:22:02 +02:00
lwm2m_senml_cbor_regenerate.sh lwm2m_senml_cbor: Update the regenerate script and the patch file 2023-04-18 15:22:02 +02:00
lwm2m_senml_cbor_types.h lwm2m_senml_cbor: Regenerate code files using zcbor 0.7.0 2023-04-18 15:22:02 +02:00
lwm2m_senml_cbor.cddl net: lwm2m: support senml cbor object link 2023-01-05 12:43:24 +01:00
lwm2m_senml_cbor.patch lwm2m_senml_cbor: Update the regenerate script and the patch file 2023-04-18 15:22:02 +02:00
lwm2m_shell.c net: lwm2m: add callback for send confirmation 2023-04-17 11:29:14 +02:00
lwm2m_util.c net: lwm2m: Move utility functions from engine 2023-04-12 17:44:37 +02:00
lwm2m_util.h net: lwm2m: Move utility functions from engine 2023-04-12 17:44:37 +02:00
README_lwm2m
ucifi_battery.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ucifi_battery.h
ucifi_lpwan.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
ucifi_lpwan.h net: lib: lwm2m: add uCIFI LPWAN object 2022-12-14 09:51:38 +01:00