nRF Connect SDK API 2.8.99
|
int pdn_ctx_configure | ( | uint8_t | cid, |
const char * | apn, | ||
enum pdn_fam | family, | ||
struct pdn_pdp_opt * | opts ) |
#include <include/modem/pdn.h>
Configure a Packet Data Protocol context.
The PDN connection must be inactive when the PDP context is configured.
cid | The PDP context to configure. |
apn | The Access Point Name to configure the PDP context with. |
family | The family to configure the PDN context for. |
opts | Optional additional configuration options. |