diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-07-12 13:10:54 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-08-08 09:50:04 +0200 |
commit | 5ba2c1d6cbd2d1a089d5d1219ffd3a7b8b5c60d3 (patch) | |
tree | 5c8afaeaf4cb05f3021aed254b76f5584698795e /introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml | |
parent | ffac6f17b5912dfa4d2e55eaf078796680871ea7 (diff) |
introspection,api: document the expected parameters in Cdma.ActivateManual()
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml | 58 |
1 files changed, 57 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml b/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml index f1acb7fd..28e4e161 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml @@ -36,12 +36,68 @@ <!-- ActivateManual: - @properties: A dictionary of properties to set on the modem, including <literal>"mdn"</literal> and <literal>"min"</literal>. + @properties: A dictionary of properties to set on the modem. Sets the modem provisioning data directly, without contacting the carrier over the air. Some modems will reboot after this call is made. + + This dictionary is composed of a string identifier key + with an associated data which contains type-specific location + information: + + <variablelist> + <varlistentry><term>"spc"</term> + <listitem> + <para> + The Service Programming Code, given as a string of exactly 6 digit characters. Mandatory parameter. + </para> + </listitem> + </varlistentry> + <varlistentry><term>"sid"</term> + <listitem> + <para> + The System Identification Number, given as a 16-bit unsigned integer (signature <literal>"q"</literal>). Mandatory parameter. + </para> + </listitem> + </varlistentry> + <varlistentry><term>"mdn"</term> + <listitem> + <para> + The Mobile Directory Number, given as a string of maximum 15 characters. Mandatory parameter. + </para> + </listitem> + </varlistentry> + <varlistentry><term>"min"</term> + <listitem> + <para> + The Mobile Identification Number, given as a string of maximum 15 characters. Mandatory parameter. + </para> + </listitem> + </varlistentry> + <varlistentry><term>"mn-ha-key"</term> + <listitem> + <para> + The MN-HA key, given as a string of maximum 16 characters. + </para> + </listitem> + </varlistentry> + <varlistentry><term>"mn-aaa-key"</term> + <listitem> + <para> + The MN-AAA key, given as a string of maximum 16 characters. + </para> + </listitem> + </varlistentry> + <varlistentry><term>"prl"</term> + <listitem> + <para> + The Preferred Roaming List, given as an array of maximum 16384 bytes. + </para> + </listitem> + </varlistentry> + </variablelist> --> <method name="ActivateManual"> <arg name="properties" type="a{sv}" direction="in" /> |