zephyr/tests/net/lib
Seppo Takalo 071cad2e76 net: lwm2m: Deprecate lwm2m_get/set_u64
Deprecate lwm2m_set_u64() and lwm2m_get_u64 as only
LWM2M_RES_TYPE_S64 exist. Unsigned variant is not defined.

Technically these might have worked OK, but it is undefined
what happens to large unsigned values when those are
converted to various payload formats (like CBOR) that might
decode numbers differently depending of their signedness.

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2023-12-22 09:54:07 +01:00
..
coap tests: net: coap: Add test case for transmission parameters 2023-12-15 11:41:27 +00:00
coap_client net: lib: coap: Change coap_pending_init() 2023-12-15 11:41:27 +00:00
coap_server/common tests: net: lib: coap_server: Do not autostart service B with port 0 2023-12-01 10:56:47 +00:00
dns_addremove tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
dns_packet tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
dns_resolve tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
dns_sd tests: net: dns-sd: Fix IPv4 TTL and IPv6 hop limit checking 2023-12-04 15:07:43 +01:00
http_header_fields tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
http_server/common tests/net/lib/http_server: Switch from native_posix to native_sim 2023-11-20 09:21:13 +01:00
lwm2m net: lwm2m: Deprecate lwm2m_get/set_u64 2023-12-22 09:54:07 +01:00
mqtt_packet tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
mqtt_publisher tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
mqtt_pubsub tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
mqtt_sn_client tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
mqtt_sn_packet tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
mqtt_subscriber tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
tls_credentials tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00