From d9e3329f55c85167c578ee044044c7f28c2d84d0 Mon Sep 17 00:00:00 2001 From: Antara Date: Tue, 9 Oct 2018 17:12:10 +0530 Subject: [PATCH] netmon: Enabled netmon atom for xmm7modem plugin enabling netmon atom to report current serving cell measurements for xmm7modem --- plugins/xmm7xxx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/xmm7xxx.c b/plugins/xmm7xxx.c index 066e2e73..1223008b 100644 --- a/plugins/xmm7xxx.c +++ b/plugins/xmm7xxx.c @@ -52,6 +52,7 @@ #include #include #include +#include #include #include @@ -356,6 +357,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)