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

◆ lte_lc_pdn_ctx_destroy()

int lte_lc_pdn_ctx_destroy ( uint8_t cid)

#include <include/modem/lte_lc.h>

Destroy a PDP context.

The PDN connection must be inactive when the PDP context is destroyed.

Note
Requires CONFIG_LTE_LC_PDN_MODULE to be enabled.
Parameters
[in]cidThe context ID.
Return values
0On success.
Returns
A negative errno otherwise.