summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorMichal Mazur <mkm@semihalf.com>2020-12-11 14:15:11 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-04-30 18:40:29 +0000
commit25ffe4211afa37a68274535d64a12670fd5ceebc (patch)
treef2e0dbefefdf8979137c40ca5fa39d725f5063ba /introspection
parentb1dde0aec39089161268452b54ea92737ae00aa5 (diff)
downloadModemManager-25ffe4211afa37a68274535d64a12670fd5ceebc.tar.gz
api,libmm-glib,cli: add command to disable facility lock
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
index 3fba396dd..4e7ca1c90 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
@@ -186,6 +186,33 @@
<property name="EnabledFacilityLocks" type="u" access="read" />
<!--
+ DisableFacilityLock:
+ @properties: A tuple of facility type and control key.
+
+ Sends control key to modem to disable selected facility lock
+
+ <variablelist>
+ <varlistentry><term>"facility"</term>
+ <listitem>
+ <para>
+ A <link linkend="MMModem3gppFacility">MMModem3gppFacility</link> value
+ representing the type of the facility lock to disable.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry><term>"control key"</term>
+ <listitem>
+ <para>
+ Alphanumeric key required to unlock facility.
+ </para>
+ </listitem>
+ </varlistentry>
+ -->
+ <method name="DisableFacilityLock">
+ <arg name="properties" type="(us)" direction="in" />
+ </method>
+
+ <!--
SubscriptionState:
A <link linkend="MMModem3gppSubscriptionState">MMModem3gppSubscriptionState</link>