Re: [PATCH 5/6] dun_gw: Add DUN server plugin for oFono

2010-09-13 Thread Denis Kenzior
Hi Zhenhua, + if (g_str_equal(property, Online) == TRUE) { + const char *path = dbus_message_get_path(msg); + struct ofono_modem *modem; + struct ofono_atom *gprs; + gboolean online; + + if (!dbus_message_iter_next(iter)) +

[PATCH 5/6] dun_gw: Add DUN server plugin for oFono

2010-09-12 Thread Zhenhua Zhang
DUN server plug-in watches ofono modem status. When the modem comes to ONLINE state, it registers itself on Bluetooth adapter and want for incoming DUN connection. --- Makefile.am |3 + plugins/dun_gw.c | 141 ++ 2 files changed, 144

[PATCH 5/6] dun_gw: Add DUN server plugin for oFono

2010-08-04 Thread Zhenhua Zhang
DUN server plug-in watches ofono modem status. When the modem comes to ONLINE state, it registers itself on Bluetooth adapter and want for incoming DUN connection. --- Makefile.am |4 ++ plugins/dun_gw.c | 143 ++ 2 files changed, 147