Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Huawei GPRS support
@ 2010-04-30 12:54 Kalle Valo
  2010-04-30 12:54 ` [PATCH v2 1/6] atmodem: create struct atmodem_gprs Kalle Valo
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Kalle Valo @ 2010-04-30 12:54 UTC (permalink / raw)
  To: ofono

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

Hello all,

here's my current patch set of adding Huawei GPRS support to ofono. I
have tested it with Huawei E1552 USB dongle and finnish Saunalahti prepaid
sim.

Because I had to somehow provide the second GAtChat to atmodem's gprs and
netreg modules, I decided to add two new structs.

There's one major bug still, ofono segfaults when I deactivate the gprs
context. I don't know the reason for this yet.

Please comment.

---

Kalle Valo (6):
      huawei: add gprs context
      atmodem: add signal strength support for huawei
      atmodem: follow separate event chat with huawei
      huawei: detect SecondaryDevice which is used for events
      atmodem: create struct atmodem_network_registration
      atmodem: create struct atmodem_gprs


 drivers/atmodem/gprs.c                 |   23 ++++++++---
 drivers/atmodem/gprs.h                 |   29 ++++++++++++++
 drivers/atmodem/network-registration.c |   37 ++++++++++++++++--
 drivers/atmodem/network-registration.h |   29 ++++++++++++++
 plugins/atgen.c                        |    7 +++
 plugins/calypso.c                      |    7 +++
 plugins/em770.c                        |    2 +
 plugins/g1.c                           |    8 +++-
 plugins/hso.c                          |   15 ++++++-
 plugins/huawei.c                       |   66 +++++++++++++++++++++++++++++++-
 plugins/mbm.c                          |   14 ++++++-
 plugins/novatel.c                      |    9 ++++
 plugins/palmpre.c                      |   15 ++++++-
 plugins/phonesim.c                     |   16 ++++++--
 plugins/ste.c                          |   15 ++++++-
 plugins/udev.c                         |   61 ++++++++++++++++++++++++++----
 16 files changed, 319 insertions(+), 34 deletions(-)
 create mode 100644 drivers/atmodem/gprs.h
 create mode 100644 drivers/atmodem/network-registration.h


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

end of thread, other threads:[~2010-05-03  6:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-30 12:54 [PATCH v2 0/6] Huawei GPRS support Kalle Valo
2010-04-30 12:54 ` [PATCH v2 1/6] atmodem: create struct atmodem_gprs Kalle Valo
2010-04-30 13:34   ` Marcel Holtmann
2010-05-03  6:39     ` Kalle Valo
2010-04-30 12:55 ` [PATCH v2 2/6] atmodem: create struct atmodem_network_registration Kalle Valo
2010-04-30 13:35   ` Marcel Holtmann
2010-04-30 12:55 ` [PATCH v2 3/6] huawei: detect SecondaryDevice which is used for events Kalle Valo
2010-04-30 12:55 ` [PATCH v2 4/6] atmodem: follow separate event chat with huawei Kalle Valo
2010-04-30 12:55 ` [PATCH v2 5/6] atmodem: add signal strength support for huawei Kalle Valo
2010-04-30 13:38   ` Marcel Holtmann
2010-05-03  6:43     ` Kalle Valo
2010-04-30 12:55 ` [PATCH v2 6/6] huawei: add gprs context Kalle Valo

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