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

◆ server_sec_tag

uint32_t lwm2m_carrier_config_t::server_sec_tag

This configuration provides the library with a security tag. The security tag must contain a PSK, and can additionally contain a PSK identity.

This configuration should normally be left empty (0) unless stated by the operator, or when connecting to a custom URI.

  • If left empty, the library will automatically apply the correct PSK and PSK identity for the carrier device management server, depending on the detected SIM Subscriber ID.
Note
using lwm2m_carrier.c this option can be set in kconfig by setting CONFIG_LWM2M_CARRIER_SERVER_SEC_TAG.