diff options
author | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2021-03-03 16:23:09 +0200 |
---|---|---|
committer | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2021-03-09 08:52:55 +0200 |
commit | 66e93751b802beb5072e72bc911df3edf64b9a37 (patch) | |
tree | 48db0c947acf89e88855c15aa2f18963e18b350a /introspection | |
parent | 72d753ba83fbc9a9dfc1d66ab2e426add5dbdd0c (diff) |
api,sim: add new Sim.SetPreferredNetworks method
This commit includes D-Bus processing and documentation, but not any
modem access implementation.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sim.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sim.xml b/introspection/org.freedesktop.ModemManager1.Sim.xml index 63d0e9b7..13a385a7 100644 --- a/introspection/org.freedesktop.ModemManager1.Sim.xml +++ b/introspection/org.freedesktop.ModemManager1.Sim.xml @@ -66,6 +66,21 @@ </method> <!-- + SetPreferredNetworks: + @preferred_plmns: List of preferred networks. + + Stores the provided preferred network list to the SIM card. Each entry contains + an operator id string (<literal>"MCCMNC"</literal>) consisting of 5 or 6 digits, + and an <link linkend="MMModemAccessTechnology">MMModemAccessTechnology</link> mask + to store to SIM card if supported. + + This method removes any pre-existing entries of the preferred network list. + --> + <method name="SetPreferredNetworks"> + <arg name="preferred_networks" type="a(su)" direction="in" /> + </method> + + <!-- Active: Boolean indicating whether the SIM is currently active. |