---
plugins/ublox.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plugins/ublox.c b/plugins/ublox.c
index ff08a6a1..918bd3ec 100644
--- a/plugins/ublox.c
+++ b/plugins/ublox.c
@@ -399,7 +399,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_netreg_create(modem,
+ ublox_model_to_id(data->model), "ubloxmodem", data->aux);
ofono_netmon_create(modem, data->vendor_family, "ubloxmodem",
data->aux);
}
--
2.20.1
_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono