summaryrefslogtreecommitdiffstats
path: root/src/sim.c
diff options
context:
space:
mode:
authorDenis Kenzior <denis.kenzior@intel.com>2009-08-31 14:14:55 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-31 15:12:37 -0500
commita7202d8d83929c4e14235bea349213421f79b70b (patch)
treeb271bb2818f98d00c42876cb5842fc49d7cfbf58 /src/sim.c
parent37deaa66518701ed2112dda723d20630abe1b966 (diff)
downloadofono-a7202d8d83929c4e14235bea349213421f79b70b.tar.bz2
Rename MNCLength to MobileNetworkCodeLength
Diffstat (limited to 'src/sim.c')
-rw-r--r--src/sim.c6
1 files changed, 3 insertions, 3 deletions
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)