From a7202d8d83929c4e14235bea349213421f79b70b Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 31 Aug 2009 14:14:55 -0500 Subject: Rename MNCLength to MobileNetworkCodeLength --- src/sim.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/sim.c b/src/sim.c index e77347c8..353b0dd7 100644 --- a/src/sim.c +++ b/src/sim.c @@ -191,7 +191,7 @@ static DBusMessage *sim_get_properties(DBusConnection *conn, DBUS_TYPE_STRING, &sim->imsi); if (sim->mnc_length) - ofono_dbus_dict_append(&dict, "MNCLength", + ofono_dbus_dict_append(&dict, "MobileNetworkCodeLength", DBUS_TYPE_BYTE, &sim->mnc_length); own_numbers = get_own_numbers(sim->own_numbers); @@ -485,8 +485,8 @@ static void sim_ad_read_cb(int ok, ofono_dbus_signal_property_changed(conn, path, SIM_MANAGER_INTERFACE, - "MNCLength", DBUS_TYPE_BYTE, - &sim->mnc_length); + "MobileNetworkCodeLength", + DBUS_TYPE_BYTE, &sim->mnc_length); } static gint service_number_compare(gconstpointer a, gconstpointer b) -- cgit v1.2.3