Hi,
I have an error with the new SDK Version 2.1
This concerns the implementation of the LTE configuration:
My prj.conf:
# LTE-M (LTE-CatM1)
CONFIG_LTE_LINK_CONTROL=y
#CONFIG_BOARD_SELECT_SIM_EXTERNAL=y (manage in overlay)
CONFIG_LTE_AUTO_INIT_AND_CONNECT=n
CONFIG_LTE_NETWORK_MODE_LTE_M=y
CONFIG_LTE_NETWORK_USE_FALLBACK=n
CONFIG_LTE_NETWORK_TIMEOUT=30
CONFIG_PDN=y
CONFIG_PDN_DEFAULTS_OVERRIDE=y
CONFIG_PDN_SYS_INIT=y
CONFIG_PDN_DEFAULT_APN="matooma.m2m"
CONFIG_PDN_DEFAULT_FAM_IPV4V6=y
I get an error on CONFIG_PDN_SYS_INIT:
warning: attempt to assign the value 'y' to the undefined symbol PDN_SYS_INIT
What is the equivalent in the new SDK ?
Has this configuration been changed ?
Thanks !