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. This patch series is intendedly marked as RFC. In addition to general feedback for this v1 I would like to clarify the right way to handle negative values that can be returned by modem. For instance, this is the case for the values measured in dBm including EC/n0 and RSCP. Currently such values are discarded by CELL_INFO_DICT_APPEND macro. Regards, Sergey Sergey Matyukevich (2): gemalto: add netmon driver plugin: gemalto: enable netmon Makefile.am | 3 +- drivers/gemaltomodem/gemaltomodem.c | 2 + drivers/gemaltomodem/gemaltomodem.h | 3 + drivers/gemaltomodem/netmon.c | 609 ++++++++++++++++++++++++++++ plugins/gemalto.c | 6 + 5 files changed, 622 insertions(+), 1 deletion(-) create mode 100644 drivers/gemaltomodem/netmon.c