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

◆ carriers_enabled

uint32_t lwm2m_carrier_config_t::carriers_enabled

Configure enabled carriers.

This configuration allows you to choose the networks on which the carrier library will apply. It also determines the working of the following server configurations:

These server configurations will:

  • configure a custom server when LWM2M_CARRIER_GENERIC is set,
  • overwrite the factory bootstrap configuration if only one carrier is selected,
  • be ignored if multiple carriers are selected but not LWM2M_CARRIER_GENERIC (default).

See lwm2m_carrier_carriers_values. All carriers are enabled when no bits are set.

Note
using lwm2m_carrier.c these carriers can be set using kconfig
  • CONFIG_LWM2M_CARRIER_GENERIC
  • CONFIG_LWM2M_CARRIER_VERIZON
  • CONFIG_LWM2M_CARRIER_BELL_CA
  • CONFIG_LWM2M_CARRIER_LG_UPLUS
  • CONFIG_LWM2M_CARRIER_T_MOBILE
  • CONFIG_LWM2M_CARRIER_SOFTBANK