diff options
author | Denis Kenzior <denkenz@gmail.com> | 2011-03-28 17:22:42 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-03-28 18:06:59 -0500 |
commit | 11bd671722dd7a31026b6c5beecfdffea498ba45 (patch) | |
tree | 463f5d4b9fd72d86d64b6333b8bf3ba1ad5fd116 /plugins | |
parent | 7c2568b0986b30efa82363925019cb91753cabae (diff) |
phonesim: add gnss support
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/phonesim.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/phonesim.c b/plugins/phonesim.c index e515a10a..6bb5977a 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -702,6 +702,7 @@ static void phonesim_post_online(struct ofono_modem *modem) if (mw) ofono_message_waiting_register(mw); + ofono_gnss_create(modem, 0, "atmodem", data->chat); } static struct ofono_modem_driver phonesim_driver = { |