ofono.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3]  gemalto: netmon driver
@ 2021-01-15 16:25 Sergey Matyukevich
  2021-01-15 16:25 ` [PATCH v2 1/3] gemalto: add " Sergey Matyukevich
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sergey Matyukevich @ 2021-01-15 16:25 UTC (permalink / raw)
  To: ofono

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

Hello Denis and all,

This patch series implements netmon driver for gemalto modems that are
able to provide basic measurements using AT+CQS and AT^SMONI commands.
For now netmon driver is enabled for ELS81x modems.

Regards,
Sergey

v1 -> v2

- use g_new0 instead of g_try_new0
- remove rssi scaling: keep using 27.007 range
- scale modem measurement reports to ranges recommended by 27.007

Sergey Matyukevich (3):
  gemalto: add netmon driver
  plugin: gemalto: enable netmon
  gemalto: netmon measurements scaling

 Makefile.am                         |   3 +-
 drivers/gemaltomodem/gemaltomodem.c |   2 +
 drivers/gemaltomodem/gemaltomodem.h |   3 +
 drivers/gemaltomodem/netmon.c       | 649 ++++++++++++++++++++++++++++
 plugins/gemalto.c                   |   6 +
 5 files changed, 662 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gemaltomodem/netmon.c

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

end of thread, other threads:[~2021-01-15 19:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15 16:25 [PATCH v2 0/3] gemalto: netmon driver Sergey Matyukevich
2021-01-15 16:25 ` [PATCH v2 1/3] gemalto: add " Sergey Matyukevich
2021-01-15 16:25 ` [PATCH v2 2/3] plugin: gemalto: enable netmon Sergey Matyukevich
2021-01-15 16:25 ` [PATCH v2 3/3] gemalto: netmon measurements scaling Sergey Matyukevich
2021-01-15 17:46   ` Denis Kenzior
2021-01-15 19:11     ` Sergey Matyukevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).