ste: Add Radio-Settings
authorSjur Brændeland <sjur.brandeland@stericsson.com>
Tue, 17 Aug 2010 12:22:31 +0000 (14:22 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 17 Aug 2010 12:42:30 +0000 (14:42 +0200)
plugins/ste.c

index b3f2459..3922161 100644 (file)
@@ -54,6 +54,7 @@
 #include <ofono/voicecall.h>
 #include <ofono/gprs.h>
 #include <ofono/gprs-context.h>
+#include <ofono/radio-settings.h>
 #include <ofono/stk.h>
 #include <drivers/atmodem/vendor.h>
 
@@ -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);