Re: [PATCH 1/2] iface-modem: add mm_iface_modem_get_unlock_retries helper

2017-09-20 Thread Aleksander Morgado
On 18/09/17 09:10, Ben Chan wrote: > This patch adds a mm_iface_modem_get_unlock_retries helper for getting > the current MMUnlockRetries value of a MMIfaceModem object, which later > allows us to partially update (e.g. a specific MMModemLock) the > MMUnlockRetries value of a MMIfaceModem object.

Re: [PATCH 1/2] iface-modem: add mm_iface_modem_get_unlock_retries helper

2017-09-18 Thread Aleksander Morgado
On Mon, Sep 18, 2017 at 9:10 AM, Ben Chan wrote: > This patch adds a mm_iface_modem_get_unlock_retries helper for getting > the current MMUnlockRetries value of a MMIfaceModem object, which later > allows us to partially update (e.g. a specific MMModemLock) the >

[PATCH 1/2] iface-modem: add mm_iface_modem_get_unlock_retries helper

2017-09-18 Thread Ben Chan
This patch adds a mm_iface_modem_get_unlock_retries helper for getting the current MMUnlockRetries value of a MMIfaceModem object, which later allows us to partially update (e.g. a specific MMModemLock) the MMUnlockRetries value of a MMIfaceModem object. --- src/mm-iface-modem.c | 21