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

◆ lte_lc_pdn_evt_type

#include <include/modem/lte_lc.h>

Enumerator
LTE_LC_EVT_PDN_ACTIVATED 

PDN connection activated.

The associated payload is the lte_lc_evt.pdn member of type lte_lc_pdn_evt in the event.

LTE_LC_EVT_PDN_DEACTIVATED 

PDN connection deactivated.

The associated payload is the lte_lc_evt.pdn member of type lte_lc_pdn_evt in the event.

LTE_LC_EVT_PDN_IPV6_UP 

PDN has IPv6 connectivity.

The associated payload is the lte_lc_evt.pdn member of type lte_lc_pdn_evt in the event.

LTE_LC_EVT_PDN_IPV6_DOWN 

PDN has lost IPv6 connectivity.

The associated payload is the lte_lc_evt.pdn member of type lte_lc_pdn_evt in the event.

LTE_LC_EVT_PDN_SUSPENDED 

PDN is suspended.

PDNs can be suspended when cellular profiles are used. While suspended, the PDNs remain active, but cannot be used for data transmission. PDNs associated with a cellular profile are suspended when the device is switched to flight mode using LTE_LC_FUNC_MODE_OFFLINE_KEEP_REG or LTE_LC_FUNC_MODE_OFFLINE_KEEP_REG_UICC_ON. The PDNs remain suspended when switching to a different access technology. When the device is switched back to the original access technology and LTE is activated, the associated PDNs are resumed.

The associated payload is the lte_lc_evt.pdn member of type lte_lc_pdn_evt in the event.

Note
This is only supported by the following modem firmware:
  • mfw_nrf9151-ntn
LTE_LC_EVT_PDN_RESUMED 

PDN is resumed.

The associated payload is the lte_lc_evt.pdn member of type lte_lc_pdn_evt in the event.

Note
This is only supported by the following modem firmware:
  • mfw_nrf9151-ntn
LTE_LC_EVT_PDN_NETWORK_DETACH 

Network detached.

The associated payload is the lte_lc_evt.pdn member of type lte_lc_pdn_evt in the event.

LTE_LC_EVT_PDN_APN_RATE_CONTROL_ON 

APN rate control is ON for the given PDN.

The associated payload is the lte_lc_evt.pdn member of type lte_lc_pdn_evt in the event.

LTE_LC_EVT_PDN_APN_RATE_CONTROL_OFF 

APN rate control is OFF for the given PDN.

The associated payload is the lte_lc_evt.pdn member of type lte_lc_pdn_evt in the event.

LTE_LC_EVT_PDN_CTX_DESTROYED 

PDP context is destroyed for the given PDN.

The associated payload is the lte_lc_evt.pdn member of type lte_lc_pdn_evt in the event.

LTE_LC_EVT_PDN_ESM_ERROR 

ESM error notification for PDN.

The associated payload is the lte_lc_evt.pdn member of type lte_lc_pdn_evt in the event. The lte_lc_pdn_evt.esm_err member contains the ESM error code.