diff options
author | Dan Williams <dcbw@redhat.com> | 2012-01-18 16:29:02 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2012-01-18 16:30:15 -0600 |
commit | e2306a0dd5958ee9fef7305c6e41a0595bbeb3cc (patch) | |
tree | 6b735629ea1f12ef5de2a4162530b4dc3122dcf1 /introspection | |
parent | c437da20ffe1873b15c338f95be4bee26e26b401 (diff) |
gsm: change SMS send validity from 5-minute units to minutes
Might as well keep it simple.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml index c0258cfd..1a8dc53d 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.Gsm.SMS.xml @@ -35,7 +35,6 @@ data : byte array - SMS user data (TP-UD) (mandatory) data-coding-scheme: uint (0..255) - SMS user data coding scheme (TP-DCS) (mandatory) smsc : string - SMS service center number (optional) - validity : uint (0..255) - Specifies when the SMS expires in SMSC (optional) class : uint (0..3) - Message importance and location (optional) completed: boolean - Whether all message parts have been received or not (optional) index : uint - Index of message (for Get and Delete) (optional) @@ -83,7 +82,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) + relative-validity : uint - Minutes until the SMS expires in SMSC (optional) class : uint (0..3) - Message importance and location (optional) </tp:docstring> </arg> @@ -100,7 +99,7 @@ number : string - Phone number (mandatory) text : string - SMS text (mandatory) smsc : string - SMS service center number (optional) - validity : uint (0..127008) - Specifies when the SMS expires in SMSC (units of 5 minutes) (optional) + relative-validity : uint - Minutes until the SMS expires in SMSC (optional) class : uint (0..3) - Message importance and location (optional) </tp:docstring> </arg> |