From 11bd671722dd7a31026b6c5beecfdffea498ba45 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 28 Mar 2011 17:22:42 -0500 Subject: [PATCH] phonesim: add gnss support --- plugins/phonesim.c | 1 + 1 file changed, 1 insertion(+) 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 = {