ublox: use custom netreg atom

This commit is contained in:
Jonas Bonn 2019-07-19 08:51:02 +02:00 committed by Denis Kenzior
parent b4b74f009f
commit a39944a5c0
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}