Skip to content

sim-mbim: read operator name and id from SIM EF files

Michał Mazur requested to merge mkm/ModemManager:main into main

Currently the SIM operator name and code are read using the "Home Provider" query operation which may perform network communication to get name provided by operator. This may take long to complete or even timeout. Solution is to read name and id from SIM card.

Merge request reports