From bb71141d79e3f733dd5fcb5f7321f52693ff7b97 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 10 Dec 2014 11:02:14 -0600 Subject: phonesim: Instantiate radio-settings in post_sim --- plugins/phonesim.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/phonesim.c b/plugins/phonesim.c index 1fc8ba2f..16bccd55 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -858,6 +858,8 @@ static void phonesim_post_sim(struct ofono_modem *modem) if (!data->calypso) ofono_sms_create(modem, 0, "atmodem", data->chat); + + ofono_radio_settings_create(modem, 0, "phonesim", data->chat); } static void phonesim_post_online(struct ofono_modem *modem) -- cgit v1.2.3