From e006d6db04284ed181d736b95b1d4fd746296e95 Mon Sep 17 00:00:00 2001 From: Sjur Brændeland Date: Tue, 17 Aug 2010 14:22:31 +0200 Subject: ste: Add Radio-Settings --- plugins/ste.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/ste.c') diff --git a/plugins/ste.c b/plugins/ste.c index b3f2459c..39221611 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -54,6 +54,7 @@ #include #include #include +#include #include #include @@ -231,6 +232,7 @@ static void ste_post_sim(struct ofono_modem *modem) DBG("%p", modem); ofono_stk_create(modem, 0, "mbmmodem", data->chat); + ofono_radio_settings_create(modem, 0, "stemodem", data->chat); ofono_ussd_create(modem, 0, "atmodem", data->chat); ofono_call_forwarding_create(modem, 0, "atmodem", data->chat); ofono_call_settings_create(modem, 0, "atmodem", data->chat); -- cgit v1.2.3