projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e466f6
)
phonesim: Instantiate radio-settings in post_sim
author
Denis Kenzior
<denkenz@gmail.com>
Wed, 10 Dec 2014 17:02:14 +0000
(11:02 -0600)
committer
Denis Kenzior
<denkenz@gmail.com>
Wed, 10 Dec 2014 17:03:17 +0000
(11:03 -0600)
plugins/phonesim.c
patch
|
blob
|
history
diff --git
a/plugins/phonesim.c
b/plugins/phonesim.c
index 1fc8ba2fe100081ce3b712838295d5c5c2f60264..16bccd55ec35a9799d38e1f3e9b9e848f27d1f4b 100644
(file)
--- 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)