All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH_v0 0/3] Use sim atom with cdma modems
@ 2011-11-16 14:48 Guillaume Zajac
  2011-11-16 14:48 ` [PATCH_v0 1/3] include: Add public API to create cdma_sim Guillaume Zajac
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Guillaume Zajac @ 2011-11-16 14:48 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

Hi,

This set of patch allows to use "atmodem" sim atom with CDMA modems.
In this way IMSI can be retrieved for CDMA modems without using the sim file
system.
IMSI is needed by:
	- oFono to store credentials while completing a data call.
	- oFono to store voicecall numbers.
	- ofono plugin from ConnMan to publish cellular service to
	  complete a data call with CDMA modems.

Guillaume Zajac (3):
  include: Add public API to create cdma_sim
  sim: Don't use sim file system for CDMA sim
  huaweicdma: Add SIM creation and set_online method driver

 include/sim.h        |    4 +
 plugins/huaweicdma.c |  303 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/sim.c            |   66 ++++++++++--
 3 files changed, 358 insertions(+), 15 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-11-16 14:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-16 14:48 [PATCH_v0 0/3] Use sim atom with cdma modems Guillaume Zajac
2011-11-16 14:48 ` [PATCH_v0 1/3] include: Add public API to create cdma_sim Guillaume Zajac
2011-11-16 14:49 ` [PATCH_v0 2/3] sim: Don't use sim file system for CDMA sim Guillaume Zajac
2011-11-16 10:50   ` Denis Kenzior
2011-11-16 14:49 ` [PATCH_v0 3/3] huaweicdma: Add SIM creation and set_online method driver Guillaume Zajac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.