From 3a53f140cc752c77a40002f526fafa8c6afd5983 Mon Sep 17 00:00:00 2001 From: Jonas Bonn Date: Thu, 18 Jul 2019 12:23:13 +0200 Subject: [PATCH] ublox: add SMS support --- plugins/ublox.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/ublox.c b/plugins/ublox.c index 4e6dadbb..231578fb 100644 --- a/plugins/ublox.c +++ b/plugins/ublox.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include @@ -388,6 +389,8 @@ static void ublox_post_sim(struct ofono_modem *modem) ofono_lte_create(modem, ublox_model_to_id(data->model), "ubloxmodem", data->aux); + ofono_sms_create(modem, 0, "atmodem", data->aux); + ofono_ussd_create(modem, 0, "atmodem", data->aux); ofono_call_forwarding_create(modem, 0, "atmodem", data->aux); ofono_call_settings_create(modem, 0, "atmodem", data->aux);