* [PATCH 8/8] gprs: fix bearer dbus signal interface
@ 2012-08-13 13:23 Christopher Vogl
2012-08-13 14:49 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Christopher Vogl @ 2012-08-13 13:23 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 719 bytes --]
According to the documentation the data bearer property should be
located on interface org.ofono.ConnectionManager.
---
src/gprs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gprs.c b/src/gprs.c
index 0286e52..e379f7b 100644
--- a/src/gprs.c
+++ b/src/gprs.c
@@ -2266,7 +2266,7 @@ void ofono_gprs_bearer_notify(struct ofono_gprs *gprs, int bearer)
path = __ofono_atom_get_path(gprs->atom);
value = packet_bearer_to_string(bearer);
ofono_dbus_signal_property_changed(conn, path,
- OFONO_CONNECTION_CONTEXT_INTERFACE,
+ OFONO_CONNECTION_MANAGER_INTERFACE,
"Bearer", DBUS_TYPE_STRING, &value);
}
--
1.7.7.6
--
Scanned by MailScanner.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-13 14:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 13:23 [PATCH 8/8] gprs: fix bearer dbus signal interface Christopher Vogl
2012-08-13 14:49 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.