nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ server_lifetime

int32_t lwm2m_carrier_config_t::server_lifetime

This configuration specifies the lifetime of the LwM2M Server.

This configuration is ignored if a bootstrap server is configured (either by our factory configuration, or by lwm2m_carrier_config_t::is_bootstrap_server.

  • If this configuration is left empty (0) the factory configuration is used. This can be different for each supported carrier. For generic operation (LWM2M_CARRIER_GENERIC), the default is 1 hour.
Note
using lwm2m_carrier.c this option can be set in kconfig by setting CONFIG_LWM2M_CARRIER_SERVER_LIFETIME.