api: new carrier lock support

Adding support for carrier lock for MBIM modems using google simlock
mechanism.
This commit is contained in:
Ujjwal Pande
2023-05-25 21:42:01 +00:00
committed by Aleksander Morgado
parent 97c32d6e51
commit e3a1206c57
9 changed files with 404 additions and 1 deletions

View File

@@ -229,6 +229,20 @@
<arg name="properties" type="(us)" direction="in" />
</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>.