diff --git a/plugins/ublox.c b/plugins/ublox.c index 6d77df8e..2ced577f 100644 --- a/plugins/ublox.c +++ b/plugins/ublox.c @@ -38,6 +38,7 @@ #include #include #include +#include #include #include @@ -323,6 +324,8 @@ static void ublox_post_online(struct ofono_modem *modem) struct ublox_data *data = ofono_modem_get_data(modem); ofono_netreg_create(modem, data->vendor_family, "atmodem", data->aux); + + ofono_netmon_create(modem, data->vendor_family, "ubloxmodem", data->aux); } static struct ofono_modem_driver ublox_driver = {