nRF Connect SDK API 2.8.99
|
bool lwm2m_carrier_config_t::disable_auto_register |
This configuration allows you to disable automatic registration upon LTE Attach.
This option is only used for LWM2M_CARRIER_GENERIC and LWM2M_CARRIER_SOFTBANK. In other carriers you are not allowed to disable automatic registration.
When this option is set you need to manually register using LWM2M_CARRIER_REQUEST_REGISTER.
lwm2m_carrier.c
this option can be set in kconfig by setting CONFIG_LWM2M_CARRIER_AUTO_REGISTER to false.