diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-07-18 13:32:16 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-10-25 19:47:16 +0200 |
commit | 0bb91ce53dd2d2351f2070d302a35b6f0b8d7c8b (patch) | |
tree | af3767592f76fcf3dcafc9e9ea3325aa3afa70e4 /introspection/org.freedesktop.ModemManager1.Sms.xml | |
parent | d0fb94c49f3c27590bb6134fdca328c6f0a2180f (diff) |
api: add 'ServiceCategory' property to the SMS interface
Will be used in 3GPP2 SMS messages.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Sms.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sms.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sms.xml b/introspection/org.freedesktop.ModemManager1.Sms.xml index 729271e3..343e6111 100644 --- a/introspection/org.freedesktop.ModemManager1.Sms.xml +++ b/introspection/org.freedesktop.ModemManager1.Sms.xml @@ -138,6 +138,15 @@ <property name="TeleserviceId" type="u" access="read" /> <!-- + ServiceCategory: + + A <link linkend="MMSmsCdmaServiceCategory">MMSmsCdmaServiceCategory</link> value. + + Always <link linkend="MM-SMS-CDMA-SERVICE-CATEGORY-UNKNOWN:CAPS">MM_SMS_CDMA_SERVICE_CATEGORY_UNKNOWN</link> for 3GPP. + --> + <property name="ServiceCategory" type="u" access="read" /> + + <!-- DeliveryReportRequest: #TRUE if delivery report request is required, #FALSE otherwise. |