diff options
author | Torgny Johansson <torgny.johansson@ericsson.com> | 2010-06-22 14:36:49 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-06-22 14:36:49 -0700 |
commit | 52929a2c926eee99e401765446c8f7a9168b38db (patch) | |
tree | 242ddbab38d34efb59c42ed7cae8b935709a47f2 /src/mm-modem.c | |
parent | c95216e575b1740bf8e28005b36d327da578c44d (diff) |
core: add modem EquipmentIdentity property to report IMEI/ESN/MEID
Diffstat (limited to 'src/mm-modem.c')
-rw-r--r-- | src/mm-modem.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-modem.c b/src/mm-modem.c index b378fffa..8cb7e725 100644 --- a/src/mm-modem.c +++ b/src/mm-modem.c @@ -805,6 +805,14 @@ mm_modem_init (gpointer g_iface) g_object_interface_install_property (g_iface, + g_param_spec_string (MM_MODEM_EQUIPMENT_IDENTITY, + "EquipmentIdentiy", + "The equipment identity of the device", + NULL, + G_PARAM_READABLE)); + + g_object_interface_install_property + (g_iface, g_param_spec_string (MM_MODEM_UNLOCK_REQUIRED, "UnlockRequired", "Whether or not the modem requires an unlock " |