api: new carrier lock support
Adding support for carrier lock for MBIM modems using google simlock mechanism.
This commit is contained in:

committed by
Aleksander Morgado

parent
97c32d6e51
commit
e3a1206c57
@@ -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>.
|
||||
|
Reference in New Issue
Block a user