ublox: pass model id to LTE plugin

This commit is contained in:
Jonas Bonn 2019-03-13 22:36:01 +01:00 committed by Denis Kenzior
parent 0c2afdd3f0
commit e2d2712708
1 changed files with 2 additions and 1 deletions

View File

@ -408,7 +408,8 @@ static void ublox_post_sim(struct ofono_modem *modem)
--ncontexts;
}
ofono_lte_create(modem, 0, "ubloxmodem", data->aux);
ofono_lte_create(modem,
ublox_model_to_id(data->model), "ubloxmodem", data->aux);
}
static void ublox_post_online(struct ofono_modem *modem)