From 88c0f77a58100c3a024cce9a82f1b0e8e6ccc3b6 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 20 Oct 2009 13:09:54 -0500 Subject: Refactor: First round of renaming --- plugins/phonesim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/phonesim.c b/plugins/phonesim.c index 6ac36db4..1151da4d 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -313,7 +313,7 @@ static void phonesim_post_sim(struct ofono_modem *modem) ofono_cbs_create(modem, 0, "atmodem", data->chat); } - ofono_data_connection_create(modem, 0, "atmodem", data->chat); + ofono_gprs_create(modem, 0, "atmodem", data->chat); mw = ofono_message_waiting_create(modem); if (mw) -- cgit v1.2.3