-
CONFIG_MODEM_GSM_MANUAL_MCCMNO
¶
MCC/MNO for 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.gsm:56
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:82
→ <Zephyr>/drivers/modem/Kconfig:138
Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems
config MODEM_GSM_MANUAL_MCCMNO string "MCC/MNO for establishing network connection" depends onMODEM_GSM_PPP
&&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.)