Open Source Telephony
 help / color / mirror / Atom feed
* [RFC 0/3] Add Gemalto Cinterion P-Family support
@ 2017-01-12 17:06 Vincent Cesson
  2017-01-12 17:06 ` [RFC 1/3] plugins: Add Gemalto plugin for Cinterion P-family Vincent Cesson
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Vincent Cesson @ 2017-01-12 17:06 UTC (permalink / raw)
  To: ofono

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

The following patches add support of Gemalto Cinterion P-family modems. It is tested on PHS8.

There is already a plugin based on TC65 and renamed from "tc65" to "cinterion" during support of EHS6. But PHS8 is too different. In particular, it needs several USB interfaces to handle Application, Modem and GPS. The current plugin does not support these interfaces so I think it is safer to create a new plugin. I used "gemalto" as an alternative name but you might have a better proposal.

The new gemalto plugin is based on cinterion, while udevng part is based on telit. Support includes network registration and SMS sending for now. Data is not functional yet because of a bug in atmodem driver but I will propose a patch alongside. Also I plan to add support of gnss.

Waiting for your comments. Regards,
Vincent

vcesson (3):
  plugins: Add Gemalto plugin for Cinterion P-family
  udevng: Add Gemalto P-family detection
  build: Add Gemalto plugin in Makefile

 Makefile.am       |   3 +
 plugins/gemalto.c | 265 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 plugins/udevng.c  |  38 ++++++++
 3 files changed, 306 insertions(+)
 create mode 100644 plugins/gemalto.c

-- 
1.9.1


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

end of thread, other threads:[~2017-01-17  3:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 17:06 [RFC 0/3] Add Gemalto Cinterion P-Family support Vincent Cesson
2017-01-12 17:06 ` [RFC 1/3] plugins: Add Gemalto plugin for Cinterion P-family Vincent Cesson
2017-01-13 22:30   ` Denis Kenzior
2017-01-16  9:07     ` [PATCH 1/2] " Vincent Cesson
2017-01-16  9:07       ` [PATCH 2/2] udevng: Add Gemalto P-family detection Vincent Cesson
2017-01-17  3:52         ` Denis Kenzior
2017-01-17  3:50       ` [PATCH 1/2] plugins: Add Gemalto plugin for Cinterion P-family Denis Kenzior
2017-01-12 17:06 ` [RFC 2/3] udevng: Add Gemalto P-family detection Vincent Cesson
2017-01-13 22:31   ` Denis Kenzior
2017-01-12 17:06 ` [RFC 3/3] build: Add Gemalto plugin in Makefile Vincent Cesson
2017-01-13 22:32   ` Denis Kenzior

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