All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Support for U-Blox Toby L2 modems
@ 2016-03-17 12:38 Dragos Tatulea
  2016-03-17 12:38 ` [PATCH 1/7] plugins/ublox: give names to model ids Dragos Tatulea
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Dragos Tatulea @ 2016-03-17 12:38 UTC (permalink / raw)
  To: ofono

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

This patchset adds support for Toby L2 modems in high throughput
mode.

Besides basic support, the following things are supported:
* 2/3G bearers
* bridged AND routed modes.
* Multiple primary PDP contexts.

Uptated in this patchset:
* Fixes based on review comments.
* More AT command based function names.
* Authentication: ofono supports larger usernames/passwords than
  Toby L2 does. Check against the Toby L2 upper limit.
* Routed mode: Merged cgcontrdp functions for routed and brieded.

Dongsu Park (2):
  plugins/ublox: read network mode
  ubloxmodem: add routed mode support

Dragos Tatulea (5):
  plugins/ublox: give names to model ids
  ubloxmodem: add Toby L2 gprs context driver
  plugins/ublox: enable ubloxmodem driver when possible
  plugins/ublox: support more internet contexts
  ubloxmodem: support authentication

 Makefile.am                       |   7 +
 drivers/ubloxmodem/gprs-context.c | 569 ++++++++++++++++++++++++++++++++++++++
 drivers/ubloxmodem/ubloxmodem.c   |  49 ++++
 drivers/ubloxmodem/ubloxmodem.h   |  25 ++
 plugins/ublox.c                   |  84 +++++-
 5 files changed, 722 insertions(+), 12 deletions(-)
 create mode 100644 drivers/ubloxmodem/gprs-context.c
 create mode 100644 drivers/ubloxmodem/ubloxmodem.c
 create mode 100644 drivers/ubloxmodem/ubloxmodem.h

-- 
2.5.0


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

end of thread, other threads:[~2016-03-17 15:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-17 12:38 [PATCH v2 0/7] Support for U-Blox Toby L2 modems Dragos Tatulea
2016-03-17 12:38 ` [PATCH 1/7] plugins/ublox: give names to model ids Dragos Tatulea
2016-03-17 14:41   ` Denis Kenzior
2016-03-17 12:38 ` [PATCH 2/7] ubloxmodem: add Toby L2 gprs context driver Dragos Tatulea
2016-03-17 12:38 ` [PATCH 3/7] plugins/ublox: enable ubloxmodem driver when possible Dragos Tatulea
2016-03-17 14:53   ` Denis Kenzior
2016-03-17 12:38 ` [PATCH 4/7] plugins/ublox: support more internet contexts Dragos Tatulea
2016-03-17 14:54   ` Denis Kenzior
2016-03-17 12:38 ` [PATCH 5/7] ubloxmodem: support authentication Dragos Tatulea
2016-03-17 12:38 ` [PATCH 6/7] plugins/ublox: read network mode Dragos Tatulea
2016-03-17 15:09   ` Denis Kenzior
2016-03-17 12:38 ` [PATCH 7/7] ubloxmodem: add routed mode support Dragos Tatulea

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.