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.

_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to