aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-01-18 12:52:28 -0600
committerDan Williams <dcbw@redhat.com>2012-01-18 12:52:28 -0600
commit9bba24941b89bfdf308a241f67e08a441feee0ee (patch)
tree8e2eac3be2e4fd8f47e7343e26043c6c3ca56c4f
parent27b981237eff9ef6239609ed040dc8c088e943d8 (diff)
api: change SMS save/send validity units
Making clients pass the raw GSM PDU value isn't very useful since it's not exactly trivial to create programmatically. Instead, let's make validity be units of 5 minutes and MM will automatically figure out how to map that to the PDU value.
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml
index 5f231b02..c0258cfd 100644
--- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml
+++ b/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml
@@ -100,7 +100,7 @@
number : string - Phone number (mandatory)
text : string - SMS text (mandatory)
smsc : string - SMS service center number (optional)
- validity : uint (0..255) - Specifies when the SMS expires in SMSC (optional)
+ validity : uint (0..127008) - Specifies when the SMS expires in SMSC (units of 5 minutes) (optional)
class : uint (0..3) - Message importance and location (optional)
</tp:docstring>
</arg>