CONFIG_MODEM_UBLOX_SARA_R4_MANUAL_MCCMNO
MCC/MNOfor establishing network connection
Type: string
Help
This setting is used in the AT+COPS command to set the MCC/MNO
for the network connection context. This value is specific to
the network provider and may need to be changed if auto is not
selected.
Defaults
No defaults. Implicitly defaults to the empty string.
Kconfig definition
At <Zephyr>/drivers/modem/Kconfig.ublox-sara-r4:76
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:84
→ <Zephyr>/drivers/modem/Kconfig:142
Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver
config MODEM_UBLOX_SARA_R4_MANUAL_MCCMNO
string "MCC/MNOfor establishing network connection"
depends on MODEM_UBLOX_SARA && MODEM
help
This setting is used in the AT+COPS command to set the MCC/MNO
for the network connection context. This value is specific to
the network provider and may need to be changed if auto is not
selected.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)