Skip to content

Commit 47dc132

Browse files
nordic-marerlubos
authored andcommitted
samples: cellular: lwm2m_carrier: Use LTE LC configs for PDN
The lwm2m_carrier sample uses the Link Controller library for PDN handling. The SoftBank overlay was not updated when the PDN library was deprecated, update it to align with the rest of the sample Signed-off-by: Markus Rekdal <markus.rekdal@nordicsemi.no>
1 parent 44934c8 commit 47dc132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/cellular/lwm2m_carrier/overlay-softbank.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ CONFIG_LWM2M_CARRIER_SOFTBANK=y
99
CONFIG_LWM2M_CARRIER_SOFTBANK_DIVIDED_FOTA=y
1010

1111
# Override default PDP context
12-
CONFIG_PDN_DEFAULTS_OVERRIDE=y
13-
CONFIG_PDN_DEFAULT_FAM_NONIP=y
12+
CONFIG_LTE_LC_PDN_DEFAULTS_OVERRIDE=y
13+
CONFIG_LTE_LC_PDN_DEFAULT_FAM_NONIP=y
1414

1515
# Set NB-IoT system mode
1616
CONFIG_LTE_NETWORK_MODE_NBIOT=y

0 commit comments

Comments
 (0)