[PATCH 0/6] STE-plugin

sjur.brandeland at stericsson.com sjur.brandeland at stericsson.com
Mon Jan 25 11:25:27 PST 2010


Hello.

This is a new version of the STE-plugin patch set. Since last RFCv2 we have
stubbed out Voice Call and GPRS Context handling, changed patch order,
cleanup some unnecessary includes, moved CAIF header files, and fixed 
most other review comments (hopefully).

Sjur Brandeland (6):
  STE-plugin: Add at_util_call_compare_by_id
  STE-plugin: Add vendor STE and quirks in atmodem.
  STE-plugin: STE modem driver definition
  STE-plugin: Add CAIF header files in drivers/stemodem.
  STE-plugin: Add STE plugin
  STE-plugin: Add STE to Makefile

 Makefile.am                            |   10 ++
 drivers/atmodem/atutil.c               |   14 ++
 drivers/atmodem/atutil.h               |    1 +
 drivers/atmodem/gprs.c                 |   10 +-
 drivers/atmodem/network-registration.c |   78 ++++++++++-
 drivers/atmodem/vendor.h               |    1 +
 drivers/stemodem/caif_socket.h         |  171 +++++++++++++++++++++
 drivers/stemodem/if_caif.h             |   70 +++++++++
 drivers/stemodem/stemodem.c            |   50 +++++++
 drivers/stemodem/stemodem.h            |   29 ++++
 plugins/ste.c                          |  253 ++++++++++++++++++++++++++++++++
 11 files changed, 684 insertions(+), 3 deletions(-)
 create mode 100644 drivers/stemodem/caif_socket.h
 create mode 100644 drivers/stemodem/if_caif.h
 create mode 100644 drivers/stemodem/stemodem.c
 create mode 100644 drivers/stemodem/stemodem.h
 create mode 100644 plugins/ste.c



More information about the ofono mailing list