Open Source Telephony
 help / color / mirror / Atom feed
* [RFC 0/3] STE-plugin: Plugin for ST-Ericsson modems
@ 2010-01-17 17:28 sjur.brandeland
  2010-01-17 17:28 ` [RFC 1/3] STE-plugin: Add vendor STE sjur.brandeland
  0 siblings, 1 reply; 10+ messages in thread
From: sjur.brandeland @ 2010-01-17 17:28 UTC (permalink / raw)
  To: ofono

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

From: Sjur Brandeland <sjur.brandeland@stericsson.com>

We are happy to announce ST-Ericsson's participation in the oFono 
community and contribution of an oFono plug-in for ST-Ericsson modems.

This patch set adds a plug-in for use with ST-Ericsson modems. It is 
implemented using AT-commands over a CAIF link to communicate with the
modem. CAIF is the ST-Ericsson IPC mechanism used between host and modem.

Feedback on this patch set is welcome!

This patch-set is based on commit: e433ddc100bda3a437fb81805ea44348f22e9fcb
Sjur Brandeland (3):
  STE-plugin: Add vendor STE
  STE-plugin: Mechanism for inheritance
  STE-plugin: Add STE plugin

 Makefile.am                             |   11 +

 drivers/atmodem/gprs.c                  |   15 +-
 drivers/atmodem/vendor.h                |    5 +
 drivers/stemodem/gprs-context.c         |  612 ++++++++++++++++++++++++++++++
 drivers/stemodem/network-registration.c |  225 +++++++++++
 drivers/stemodem/stemodem.c             |  109 ++++++
 drivers/stemodem/stemodem.h             |   33 ++
 drivers/stemodem/voicecall.c            |  615 +++++++++++++++++++++++++++++++
 include/netreg.h                        |    5 +
 include/voicecall.h                     |    7 +-
 plugins/modemconf.c                     |    5 +
 plugins/ste.c                           |  246 ++++++++++++
 src/network.c                           |   22 ++
 src/voicecall.c                         |   22 ++
 14 files changed, 1929 insertions(+), 3 deletions(-)


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

end of thread, other threads:[~2010-01-20 18:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-17 17:28 [RFC 0/3] STE-plugin: Plugin for ST-Ericsson modems sjur.brandeland
2010-01-17 17:28 ` [RFC 1/3] STE-plugin: Add vendor STE sjur.brandeland
2010-01-17 17:28   ` [RFC 2/3] STE-plugin: Mechanism for inheritance sjur.brandeland
2010-01-17 17:28     ` [RFC 3/3] STE-plugin: Adding STE plugin sjur.brandeland
2010-01-17 21:40       ` Marcel Holtmann
2010-01-18 18:22         ` Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
2010-01-18 21:27           ` Marcel Holtmann
2010-01-20 18:24             ` Sjur =?unknown-8bit?q?Br=C3=A6ndeland?=
2010-01-17 22:50       ` Denis Kenzior
2010-01-17 21:10   ` [RFC 1/3] STE-plugin: Add vendor STE Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox