gprs: fix bearer dbus signal interface

According to the documentation the data bearer property should be
located on interface org.ofono.ConnectionManager.
This commit is contained in:
Christopher Vogl 2012-08-13 15:23:58 +02:00 committed by Denis Kenzior
parent 76ccb73063
commit df05259e90
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}