diff options
author | Ujjwal Pande <ujjwalpande@google.com> | 2023-05-25 21:42:01 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-06-08 20:16:12 +0000 |
commit | e3a1206c57db685065dfd0eb4efae5083dd5cef5 (patch) | |
tree | bc0cb37666e9d7b798f0bf9f53c5558b340fa53f /introspection | |
parent | 97c32d6e51ebabb14085a7166db6d7c81d62e98e (diff) |
api: new carrier lock support
Adding support for carrier lock for MBIM modems using google simlock
mechanism.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml index ed8c99df..f7719676 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml @@ -230,6 +230,20 @@ </method> <!-- + SetCarrierLock: + @data: The list of carrier network information to be sent to be configured. + + Command to send the list of carrier network information to the modem. + + Since: 1.22 + --> + <method name="SetCarrierLock"> + <arg name="data" type="ay" direction="in"> + <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/> + </arg> + </method> + + <!-- SetPacketServiceState: @state: a <link linkend="MMModem3gppPacketServiceState">MMModem3gppPacketServiceState</link>. |