Difference from previous version is that now the pin_retries field is no more a
GSList because it's not allowed to be on public header files. So, it's now
passed from drivers to core and stored there as an array of ints.
Lucas De Marchi (4):
include: add method to query pin Retries
sim: query remaining pin retries
doc: detail Retries property
atmodem: implement query for remaining pin retries
doc/sim-api.txt | 12 ++++++
drivers/atmodem/sim.c | 90 +++++++++++++++++++++++++++++++++++++++++++++
include/sim.h | 5 +++
src/sim.c | 97 +++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 204 insertions(+), 0 deletions(-)
--
1.7.3.4