From a39944a5c0683987e5b749ebe16753bc2f5a3535 Mon Sep 17 00:00:00 2001 From: Jonas Bonn Date: Fri, 19 Jul 2019 08:51:02 +0200 Subject: [PATCH] ublox: use custom netreg atom --- 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); }