From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1799696325310433053==" MIME-Version: 1.0 From: Dragos Tatulea Subject: [PATCH 9/9] plugins: ublox: enable lte driver for tobyl2 Date: Wed, 09 Nov 2016 18:43:22 +0100 Message-ID: <1478713402-30780-10-git-send-email-dragos@endocode.com> In-Reply-To: <1478713402-30780-1-git-send-email-dragos@endocode.com> List-Id: To: ofono@ofono.org --===============1799696325310433053== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- 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 --===============1799696325310433053==--