Missing operator name
This was reported in email (https://lists.freedesktop.org/archives/modemmanager-devel/2022-December/009547.html) but I've seen the same issue and got a log. I'm using a Sierra RC7611 but the email mentions a SIMCOM_SIM7600G-H. mm.20221217.log
- mmcli 1.12.12
- qmicli 1.30.8
# mmcli --modem=0
----------------------------------
General | path: /org/freedesktop/ModemManager1/Modem/0
| device id: 1e6a3c720a83277fb5851bb3ebb8daceda306ea8
----------------------------------
Hardware | manufacturer: Sierra Wireless, Incorporated
| model: RC7611
| firmware revision: SWI9X07H_00.08.20.00 d73df7 jenkins 2021/10/14 00:48:45
| carrier config: default
| h/w revision: 0.0
| supported: lte
| current: lte
| equipment id: 352138110587815
----------------------------------
System | device: /sys/devices/platform/e0000000.n_ahb/e001f000.ehci/usb1/1-1
| drivers: qcserial, qmi_wwan
| plugin: sierra
| primary port: cdc-wdm0
| ports: cdc-wdm0 (qmi), ttyUSB0 (qcdm), ttyUSB2 (at), wwan0 (net)
----------------------------------
Numbers | own: +18036129624
----------------------------------
Status | lock: sim-pin2
| unlock retries: sim-pin (3), sim-puk (10), sim-pin2 (3), sim-puk2 (10)
| state: enabled
| power state: on
| signal quality: 0% (recent)
----------------------------------
Modes | supported: allowed: 4g; preferred: none
| current: allowed: 4g; preferred: none
----------------------------------
Bands | supported: eutran-2, eutran-4, eutran-5, eutran-13, eutran-66
| current: eutran-2, eutran-4, eutran-5, eutran-13, eutran-66
----------------------------------
IP | supported: ipv4, ipv6, ipv4v6
----------------------------------
3GPP | imei: 352138110587815
| enabled locks: fixed-dialing
| operator id: 310260
| registration: idle
----------------------------------
3GPP EPS | ue mode of operation: csps-1
| initial bearer apn: IMS
| initial bearer ip type: ipv4v6
----------------------------------
SIM | primary sim path: /org/freedesktop/ModemManager1/SIM/0
| sim slot paths: slot 1: /org/freedesktop/ModemManager1/SIM/0 (active)
| slot 2: /org/freedesktop/ModemManager1/SIM/1
Operator ID = 310260: MCC = 310 MCN = 260 According to https://mcc-mnc-list.com/list this is "T-Mobile USA". However, there is a Verizon SIM inserted and if I do:
# mmcli -i 0
-------------------------------
General | path: /org/freedesktop/ModemManager1/SIM/0
-------------------------------
Properties | active: yes
| imsi: 311480944821211
| iccid: 89148000008320274206
| operator id: 311480
| operator name: Verizon
| emergency numbers: 911, 931313
So why is the SIM reporting a different operator to the modem?
Edited by Tom Isaacson