diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-11-21 17:17:26 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:17 +0100 |
commit | 35abbd6dd5fb74ae9890710912c7bc15fa5d243b (patch) | |
tree | b6e83bd9177d9798ce421206e7ba1459bf322e55 | |
parent | 432df3349f7df7d00d0dbc17eacdfc46965b372b (diff) |
api,dbus: use long property names in the 3GPP DBus interface
-rw-r--r-- | new/org.freedesktop.ModemManager1.Modem.3gpp.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/new/org.freedesktop.ModemManager1.Modem.3gpp.xml b/new/org.freedesktop.ModemManager1.Modem.3gpp.xml index ec23465f..4e271e5f 100644 --- a/new/org.freedesktop.ModemManager1.Modem.3gpp.xml +++ b/new/org.freedesktop.ModemManager1.Modem.3gpp.xml @@ -70,14 +70,14 @@ </tp:docstring> </property> - <property name="RegStatus" type="u" access="read" tp:type="MM_MODEM_3GPP_NETWORK_REG_STATUS"> + <property name="RegistrationState" type="u" access="read" tp:type="MM_MODEM_3GPP_REGISTRATION_STATE"> <tp:docstring> Mobile registration status as defined in 3GPP TS 27.007 section 10.1.19. </tp:docstring> </property> - <property name="OperCode" type="s" access="read"> + <property name="OperatorCode" type="s" access="read"> <tp:docstring> Current operator code of the operator to which the mobile is currently registered. Returned in the format "MCCMNC", where MCC @@ -88,7 +88,7 @@ </tp:docstring> </property> - <property name="OperName" type="s" access="read"> + <property name="OperatorName" type="s" access="read"> <tp:docstring> Current operator name of the operator to which the mobile is currently registered. If the operator name is not knowon or the @@ -99,7 +99,7 @@ <!-- ENUMS --> - <tp:enum name="MM_MODEM_3GPP_NETWORK_REG_STATUS" type="u"> + <tp:enum name="MM_MODEM_3GPP_REGISTRATION_STATE" type="u"> <tp:docstring> GSM registration code as defined in 3GPP TS 27.007 section 10.1.19. </tp:docstring> |