[review] https://github.com/cbchan/ModemManager/tree/sim-mbim-unlock-retries

Ben Chan benchan at chromium.org
Mon Aug 7 23:06:37 UTC 2017


This branch contains a series of patches to address the following
issue observed on MBIM modems:

After MMSimMbim performs a MBIM_CID_PIN set operation, it calls
mm_iface_modem_update_lock_info() (through its base class MMBaseSim)
to refresh the unlock retries information, which results in a
MBIM_CID_PIN query. However, a MBIM_CID_PIN query reports only the
information of one PIN type and the PIN type can't be specified, we
need to deduce the number of retries left for a specific PIN type from
the response of a MBIM_CID_PIN set operation for that PIN type.

https://github.com/linux-mobile-broadband/ModemManager/compare/master...cbchan:sim-mbim-unlock-retries


More information about the ModemManager-devel mailing list