You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib: lte_link_control: Add support for band list in LTE band lock
Added the CONFIG_LTE_LOCK_BAND_LIST Kconfig option for configuring
LTE band lock using a list of band numbers. This can be used
alone or combined with CONFIG_LTE_LOCK_BAND_MASK, which takes
a bit string of enabled bands.
Removed default value from the CONFIG_LTE_LOCK_BAND_MASK Kconfig
option. When LTE band lock is enabled using CONFIG_LTE_LOCK_BANDS,
also the bands need to be explicitly configured. It makes no sense
to have a default list of bands which are enabled.
Signed-off-by: Tommi Kangas <[email protected]>
0 commit comments