nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
slm_auto_connect.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7/*
8 * This file defines the network configuration when CONFIG_SLM_AUTO_CONNECT is enabled.
9 */
10
11/* Network-specific default system mode configured by %XSYSTEMMODE (refer to AT command manual) */
121, /* LTE support */
131, /* NB-IoT support */
141, /* GNSS support, also define CONFIG_MODEM_ANTENNA if not Nordic DK */
150, /* LTE preference */
16/* Network-specific default PDN configured by +CGDCONT and +CGAUTH (refer to AT command manual) */
17false, /* PDP context definition required or not */
18"", /* PDP type: "IP", "IPV6", "IPV4V6", "Non-IP" */
19"", /* Access point name */
200, /* PDP authentication protocol: 0(None), 1(PAP), 2(CHAP) */
21"", /* PDN connection authentication username */
22"" /* PDN connection authentication password */