:orphan: .. title:: MODEM_GSM_MANUAL_MCCMNO .. option:: 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. Direct dependencies =================== \ :option:`MODEM_GSM_PPP ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.gsm:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:139`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems .. parsed-literal:: config MODEM_GSM_MANUAL_MCCMNO string "MCC/MNO for establishing network connection" depends on \ :option:`MODEM_GSM_PPP ` && \ :option:`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.)*