:orphan: .. title:: CONFIG_MODEM_GSM_MANUAL_MCCMNO .. kconfig:: CONFIG_MODEM_GSM_MANUAL_MCCMNO CONFIG_MODEM_GSM_MANUAL_MCCMNO ############################## *MCC/MNO for establishing network connection* Type: ``string`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`MODEM_GSM_PPP ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/modem/Kconfig.gsm:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:144`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems .. code-block:: kconfig config MODEM_GSM_MANUAL_MCCMNO string "MCC/MNO for establishing network connection" depends on MODEM_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.)*