index
:
dxdxdt/ModemManager
main
mmfwd
sim7600
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mm-sim.c
Age
Commit message (
Expand
)
Author
2013-01-08
iface-modem,sim: improve lock info update logic
Aleksander Morgado
2012-10-04
libmm-glib: remove the `libmm-common.h' header
Aleksander Morgado
2012-09-14
libmm-common: added common utils from core
Aleksander Morgado
2012-08-31
sim: better handling of IMSI response
Aleksander Morgado
2012-08-27
sim: validate IMSI value in +CIMI response
Ben Chan
2012-07-26
sim: getting SIM-PIN2 lock doesn't mean PIN sending failed
Aleksander Morgado
2012-03-28
sim: plug memleak
Aleksander Morgado
2012-03-28
sim: fix completion of pin-puk check
Aleksander Morgado
2012-03-16
core: new `Initializing' state in the global modem state machine
Aleksander Morgado
2012-03-16
sim: don't require the Modem object in the context
Aleksander Morgado
2012-03-16
base-modem: implement new modem-wide cancellable, and rework AT commands
Aleksander Morgado
2012-03-16
base-modem: new port getters and peekers
Aleksander Morgado
2012-03-16
sim: update unlock retry counts after PIN change/enable operations
Aleksander Morgado
2012-03-16
sim: signal when the pin lock enabling status changes
Aleksander Morgado
2012-03-16
sim: include policy authorization checks
Aleksander Morgado
2012-03-15
sim: allow subclasses to specify they can't load property values
Aleksander Morgado
2012-03-15
sim: leave up to 10s for CRSM queries
Aleksander Morgado
2012-03-15
sim: avoid passing source of the async object in finish
Aleksander Morgado
2012-03-15
sim: allow subclassing pin change/enabling
Aleksander Morgado
2012-03-15
sim: allow subclassing pin/puk sending operations
Aleksander Morgado
2012-03-15
sim: allow subclassing the SIM object
Aleksander Morgado
2012-03-15
sim: export only valid objects
Aleksander Morgado
2012-03-15
core: use new enums/flags string getters/builders
Aleksander Morgado
2012-03-15
sim: minor code simplification
Aleksander Morgado
2012-03-15
sim: handle initialization failures properly
Aleksander Morgado
2012-03-15
sim: use g_clear_object() before setting new objects
Aleksander Morgado
2012-03-15
sim: new SIM path getter
Aleksander Morgado
2012-03-15
sim: allow sending PIN code internally, not just via DBus
Aleksander Morgado
2012-03-15
core,libmm-glib: include ony `libmm-common.h'
Aleksander Morgado
2012-03-15
sim: only unexport object if currently exported
Aleksander Morgado
2012-03-15
sim: bind connection property right away
Aleksander Morgado
2012-03-15
sim: make sure we unexport the SIM object when destroying it
Aleksander Morgado
2012-03-15
sim: plug memleak, free path on finalize()
Aleksander Morgado
2012-03-15
core: port to use the new AT command/sequences in the MMBaseModem API
Aleksander Morgado
2012-03-15
sim: during init, fall down to next states directly
Aleksander Morgado
2012-03-15
core: start using our newly defined errors
Aleksander Morgado
2012-03-15
sim: handle SendPin() and SendPuk() calls
Aleksander Morgado
2012-03-15
sim: handle EnablePin() calls
Aleksander Morgado
2012-03-15
sim: handle ChangePin() calls
Aleksander Morgado
2012-03-15
sim: allow re-launching initialization
Aleksander Morgado
2012-03-15
sim: load OperatorName during init
Aleksander Morgado
2012-03-15
sim: load OperatorIdentifier during init
Aleksander Morgado
2012-03-15
sim: load IMSI during init
Aleksander Morgado
2012-03-15
sim: load SIM Identifier during init
Aleksander Morgado
2012-03-15
core: new MMSim object, inherits from MmGdbusSim
Aleksander Morgado