Re: [PATCH v3 7/7] test: support OFONO_NETMON_INFO_{RXLEV|RSCP|ECN0|RSRQ|RSRP}

2016-11-30 Thread Denis Kenzior
Hi Djalal, On 11/30/2016 06:31 AM, Djalal Harouni wrote: Display the following fields if they are returned. RXLEV: Received Signal Strength RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power ---

Re: [PATCH v3 4/7] ubloxmodem: add the netmon driver

2016-11-30 Thread Denis Kenzior
Hi Djalal, On 11/30/2016 06:31 AM, Djalal Harouni wrote: This adds a netmon driver for ublox. The driver support both +COPS and +CESQ commands to return the previously added ofono netmon types: RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality

Re: [PATCH v3 2/7] netmon: handle OFONO_NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP} in D-Bus

2016-11-30 Thread Denis Kenzior
Hi Djalal, On 11/30/2016 06:31 AM, Djalal Harouni wrote: Handle the previously added types in D-Bus. Documentation for these values is in next patch. --- src/netmon.c | 28 1 file changed, 28 insertions(+) Tweaked the commit description and ... diff --git

Re: [PATCH v3 3/7] doc: documentation for OFONO_NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP}

2016-11-30 Thread Denis Kenzior
Hi Djalal, On 11/30/2016 06:31 AM, Djalal Harouni wrote: This adds documentation for the following fields in networkmonitor-api.txt RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power ---

Re: [PATCH v3 1/7] netmon: add OFONO_NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP}

2016-11-30 Thread Denis Kenzior
Hi Djalal, On 11/30/2016 06:31 AM, Djalal Harouni wrote: Add more ofono netmon info types that will be served through the netmon interface. The main user of this now will be the ublox modem. RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality

[PATCH v3 4/7] ubloxmodem: add the netmon driver

2016-11-30 Thread Djalal Harouni
This adds a netmon driver for ublox. The driver support both +COPS and +CESQ commands to return the previously added ofono netmon types: RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power ---

[PATCH v3 2/7] netmon: handle OFONO_NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP} in D-Bus

2016-11-30 Thread Djalal Harouni
Handle the previously added types in D-Bus. Documentation for these values is in next patch. --- src/netmon.c | 28 1 file changed, 28 insertions(+) diff --git a/src/netmon.c b/src/netmon.c index eb18b9c..2a8c524 100644 --- a/src/netmon.c +++ b/src/netmon.c @@

[PATCH v3 6/7] build: build the ublox netmon driver

2016-11-30 Thread Djalal Harouni
--- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 3d7774b..07adeab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -383,6 +383,7 @@ builtin_sources += drivers/atmodem/atutil.h \ drivers/ubloxmodem/ubloxmodem.h \

[PATCH v3 3/7] doc: documentation for OFONO_NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP}

2016-11-30 Thread Djalal Harouni
This adds documentation for the following fields in networkmonitor-api.txt RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power --- doc/networkmonitor-api.txt | 22 ++ 1 file changed, 22

[PATCH v3 7/7] test: support OFONO_NETMON_INFO_{RXLEV|RSCP|ECN0|RSRQ|RSRP}

2016-11-30 Thread Djalal Harouni
Display the following fields if they are returned. RXLEV: Received Signal Strength RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power --- test/get-serving-cell-info | 20 1 file

[PATCH v3 1/7] netmon: add OFONO_NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP}

2016-11-30 Thread Djalal Harouni
Add more ofono netmon info types that will be served through the netmon interface. The main user of this now will be the ublox modem. RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power Patches using these

[PATCH v3 0/7] ubloxmodem add netmon interface

2016-11-30 Thread Djalal Harouni
Hi, These patches add netmon interface to ubloxmodem. This allows to query and get data returned by +CESQ command through D-Bus. The following types will be exposed as Network Monitor Property Types. RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received

Re: [PATCH 4/7] ubloxmodem: add the netmon driver

2016-11-30 Thread Djalal Harouni
On 30 November 2016 at 13:13, Djalal Harouni wrote: > This adds a netmon driver for ublox. The driver support both +COPS and > +CESQ commands to return the previously added ofono netmon types: > > RSCP: Received Signal Code Power > ECN0: Received Energy Ratio > RSRQ:

[PATCH 3/7] doc: documentation for OFONO_NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP}

2016-11-30 Thread Djalal Harouni
This adds documentation for the following fields in networkmonitor-api.txt RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power --- doc/networkmonitor-api.txt | 22 ++ 1 file changed, 22

[PATCH 1/7] netmon: add OFONO_NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP}

2016-11-30 Thread Djalal Harouni
Add more ofono netmon info types that will be served through the netmon interface. The main user of this now will be the ublox modem. RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power Patches using these

[PATCH 7/7] test: support OFONO_NETMON_INFO_{RXLEV|RSCP|ECN0|RSRQ|RSRP}

2016-11-30 Thread Djalal Harouni
Display the following fields if they are returned. RXLEV: Received Signal Strength RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power --- test/get-serving-cell-info | 20 1 file

[PATCH v2 0/5] ubloxmodem add netmon interface

2016-11-30 Thread Djalal Harouni
Hi, These patches add netmon interface to ubloxmodem. This allows to query and get data returned by +CESQ command through D-Bus. The following types will be exposed as Network Monitor Property Types. RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received

[PATCH 6/7] build: build the ublox netmon driver

2016-11-30 Thread Djalal Harouni
--- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 3d7774b..07adeab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -383,6 +383,7 @@ builtin_sources += drivers/atmodem/atutil.h \ drivers/ubloxmodem/ubloxmodem.h \

[PATCH 2/7] netmon: handle OFONO_NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP} in D-Bus

2016-11-30 Thread Djalal Harouni
Handle the previously added types in D-Bus. Documentation for these values is in next patch. --- src/netmon.c | 28 1 file changed, 28 insertions(+) diff --git a/src/netmon.c b/src/netmon.c index eb18b9c..2a8c524 100644 --- a/src/netmon.c +++ b/src/netmon.c @@

[PATCH 5/7] ubloxmodem: register and initialize the netmon driver

2016-11-30 Thread Djalal Harouni
--- plugins/ublox.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/ublox.c b/plugins/ublox.c index 6d77df8..2ced577 100644 --- a/plugins/ublox.c +++ b/plugins/ublox.c @@ -38,6 +38,7 @@ #include #include #include +#include #include #include @@ -323,6 +324,8 @@ static

[PATCH 4/7] ubloxmodem: add the netmon driver

2016-11-30 Thread Djalal Harouni
This adds a netmon driver for ublox. The driver support both +COPS and +CESQ commands to return the previously added ofono netmon types: RSCP: Received Signal Code Power ECN0: Received Energy Ratio RSRQ: Reference Signal Received Quality RSRP: Reference Signal Received Power ---

Re: [PATCH 3/5] ubloxmodem: add the netmon driver

2016-11-30 Thread Djalal Harouni
Hi Denis, On 29 November 2016 at 18:32, Denis Kenzior wrote: > Hi Djalal, > > > On 11/25/2016 08:00 AM, dja...@endocode.com wrote: >> >> From: Djalal Harouni >> >> This adds a netmon driver for ublox. The driver support both +COPS and >> +CESQ commands to

Re: [PATCH 4/5] ubloxmodem: intialize and register the netmon driver

2016-11-30 Thread Djalal Harouni
On 29 November 2016 at 17:53, Denis Kenzior wrote: > Hi Djalal, > > On 11/25/2016 08:00 AM, dja...@endocode.com wrote: >> >> From: Djalal Harouni >> >> This patch allows to intialize and register the ublox netmon driver. >> --- >>

Re: [PATCH 2/5] netmon: handle OFONO_NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP|OPERATOR} in D-Bus

2016-11-30 Thread Djalal Harouni
Hi Denis, On 29 November 2016 at 17:49, Denis Kenzior wrote: > Hi Djalal, > > On 11/25/2016 08:00 AM, dja...@endocode.com wrote: >> >> From: Djalal Harouni >> >> Handle the previously added types in D-Bus. >> --- >> src/netmon.c | 40

Re: [PATCH 1/5] netmon: add OFONO_NETMON_INFO_{RSCP|ECN0|RSRQ|RSRP|OPERATOR}

2016-11-30 Thread Djalal Harouni
Hi Denis, On 29 November 2016 at 17:43, Denis Kenzior wrote: > Hi Djalal, > > > On 11/25/2016 08:00 AM, dja...@endocode.com wrote: >> >> From: Djalal Harouni >> >> Add more ofono netmon info types that will be served through the netmon >> interface. The