From e2d27127089209dd34a12433d78ad3df8f4baf74 Mon Sep 17 00:00:00 2001 From: Jonas Bonn Date: Wed, 13 Mar 2019 22:36:01 +0100 Subject: [PATCH] ublox: pass model id to LTE plugin --- plugins/ublox.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/ublox.c b/plugins/ublox.c index 10660ff0..1c74fe09 100644 --- a/plugins/ublox.c +++ b/plugins/ublox.c @@ -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)