nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
pdn.h File Reference
#include <modem/lte_lc.h>

Go to the source code of this file.

Functions

int pdn_ctx_create (uint8_t *cid)
 
int pdn_ctx_configure (uint8_t cid, const char *apn, enum lte_lc_pdn_family family, struct lte_lc_pdn_pdp_context_opts *opt)
 
int pdn_ctx_auth_set (uint8_t cid, enum lte_lc_pdn_auth method, const char *user, const char *password)
 
int pdn_ctx_destroy (uint8_t cid)
 
int pdn_activate (uint8_t cid, int *esm, enum lte_lc_pdn_family *family)
 
int pdn_deactivate (uint8_t cid)
 
int pdn_id_get (uint8_t cid)
 
int pdn_dynamic_info_get (uint8_t cid, struct lte_lc_pdn_dynamic_info *pdn_info)
 
int pdn_default_ctx_events_enable (void)
 
int pdn_default_ctx_events_disable (void)
 
int pdn_ctx_default_apn_get (char *buf, size_t len)
 
const char * pdn_esm_strerror (int reason)