All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] netmon: Enabled netmon atom for xmm7modem plugin
@ 2018-10-09 11:26 Antara Borwankar
  0 siblings, 0 replies; 3+ messages in thread
From: Antara Borwankar @ 2018-10-09 11:26 UTC (permalink / raw)
  To: ofono

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

From: Antara <antara.borwankar@intel.com>

enabling netmon atom to report current serving cell measurements
for xmm7modem
---
 Makefile.am       | 3 ++-
 plugins/xmm7xxx.c | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 6dee4ce..e4ea2ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -404,7 +404,8 @@ builtin_sources += drivers/atmodem/atutil.h \
 			drivers/xmm7modem/xmm7modem.h \
 			drivers/xmm7modem/xmm7modem.c \
 			drivers/xmm7modem/radio-settings.c \
-			drivers/xmm7modem/ims.c
+			drivers/xmm7modem/ims.c \
+			drivers/xmm7modem/netmon.c
 
 if PHONESIM
 builtin_modules += phonesim
diff --git a/plugins/xmm7xxx.c b/plugins/xmm7xxx.c
index 9db87ad..6008cf9 100644
--- a/plugins/xmm7xxx.c
+++ b/plugins/xmm7xxx.c
@@ -50,6 +50,7 @@
 #include <ofono/lte.h>
 #include <ofono/ims.h>
 #include <ofono/sim-auth.h>
+#include <ofono/netmon.h>
 
 #include <drivers/atmodem/atutil.h>
 #include <drivers/atmodem/vendor.h>
@@ -347,6 +348,7 @@ static void xmm7xxx_post_online(struct ofono_modem *modem)
 		ofono_gprs_add_context(gprs, gc);
 
 	ofono_ims_create(modem, "xmm7modem", data->chat);
+	ofono_netmon_create(modem, 0, "xmm7modem", data->chat);
 }
 
 static int xmm7xxx_probe(struct ofono_modem *modem)
-- 
1.9.1


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

* Re: [PATCH 2/2] netmon: Enabled netmon atom for xmm7modem plugin
  2018-10-09 11:42 Antara Borwankar
@ 2018-10-09 17:57 ` Denis Kenzior
  0 siblings, 0 replies; 3+ messages in thread
From: Denis Kenzior @ 2018-10-09 17:57 UTC (permalink / raw)
  To: ofono

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

Hi Antara,

> diff --git a/plugins/xmm7xxx.c b/plugins/xmm7xxx.c
> index 066e2e7..243738e 100644
> --- a/plugins/xmm7xxx.c
> +++ b/plugins/xmm7xxx.c

I also added '#include <ofono/netmon.h>' at the top of this file.

> @@ -356,6 +356,7 @@ static void xmm7xxx_post_online(struct ofono_modem *modem)
>   		ofono_gprs_add_context(gprs, gc);
>   
>   	ofono_ims_create(modem, "xmm7modem", data->chat);
> +	ofono_netmon_create(modem, 0, "xmm7modem", data->chat);
>   }
>   
>   static int xmm7xxx_probe(struct ofono_modem *modem)
> 

Applied, thanks.

Regards,
-Denis

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

* [PATCH 2/2] netmon: Enabled netmon atom for xmm7modem plugin
@ 2018-10-09 11:42 Antara Borwankar
  2018-10-09 17:57 ` Denis Kenzior
  0 siblings, 1 reply; 3+ messages in thread
From: Antara Borwankar @ 2018-10-09 11:42 UTC (permalink / raw)
  To: ofono

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

From: Antara <antara.borwankar@intel.com>

enabling netmon atom to report current serving cell measurements
for xmm7modem
---
 Makefile.am       | 3 ++-
 plugins/xmm7xxx.c | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 10ace55..6667524 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -404,7 +404,8 @@ builtin_sources += drivers/atmodem/atutil.h \
 			drivers/xmm7modem/xmm7modem.h \
 			drivers/xmm7modem/xmm7modem.c \
 			drivers/xmm7modem/radio-settings.c \
-			drivers/xmm7modem/ims.c
+			drivers/xmm7modem/ims.c \
+			drivers/xmm7modem/netmon.c
 
 if PHONESIM
 builtin_modules += phonesim
diff --git a/plugins/xmm7xxx.c b/plugins/xmm7xxx.c
index 066e2e7..243738e 100644
--- a/plugins/xmm7xxx.c
+++ b/plugins/xmm7xxx.c
@@ -356,6 +356,7 @@ static void xmm7xxx_post_online(struct ofono_modem *modem)
 		ofono_gprs_add_context(gprs, gc);
 
 	ofono_ims_create(modem, "xmm7modem", data->chat);
+	ofono_netmon_create(modem, 0, "xmm7modem", data->chat);
 }
 
 static int xmm7xxx_probe(struct ofono_modem *modem)
-- 
1.9.1


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

end of thread, other threads:[~2018-10-09 17:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09 11:26 [PATCH 2/2] netmon: Enabled netmon atom for xmm7modem plugin Antara Borwankar
2018-10-09 11:42 Antara Borwankar
2018-10-09 17:57 ` Denis Kenzior

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.