---
 plugins/ublox.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/ublox.c b/plugins/ublox.c
index 231578fb..b65bc52a 100644
--- a/plugins/ublox.c
+++ b/plugins/ublox.c
@@ -406,7 +406,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
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to