--- plugins/ublox.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/ublox.c b/plugins/ublox.c index 092ba64..6d77df8 100644 --- a/plugins/ublox.c +++ b/plugins/ublox.c @@ -38,6 +38,7 @@ #include #include #include +#include #include #include @@ -313,6 +314,8 @@ static void ublox_post_sim(struct ofono_modem *modem) --ncontexts; } + + ofono_lte_create(modem, "ubloxmodem", data->aux); } static void ublox_post_online(struct ofono_modem *modem) -- 2.7.4