To identify the GSM carrier of an inserted SIM card into a Linux host:
mmcli -m 0|grep "operator name"|cut -d ':' -f2|xargs
With this information the APN for the GSM connection can now be set correctly.
To identify the GSM carrier of an inserted SIM card into a Linux host:
mmcli -m 0|grep "operator name"|cut -d ':' -f2|xargs
With this information the APN for the GSM connection can now be set correctly.