1CONFIG_LWM2M_QUEUE_MODE_ENABLED=y 2 3# Listen for incoming CoAP messages for 30 seconds after last TX. 4# This is a common NAT timeout for cellular networks. 5CONFIG_LWM2M_QUEUE_MODE_UPTIME=30 6 7# When DTLS Connection Identifier is used, we can keep socket open 8# and just stop polling while in idle state (QUEUE_RX_OFF). 9# If the server does not support DTLS-CID, use 10CONFIG_LWM2M_RD_CLIENT_STOP_POLLING_AT_IDLE=y 11 12# Default lifetime is 1 day 13CONFIG_LWM2M_ENGINE_DEFAULT_LIFETIME=86400 14# Send update once an hour 15CONFIG_LWM2M_UPDATE_PERIOD=3600 16