aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorTeijo Kinnunen <teijo.kinnunen@uros.com>2021-02-25 16:30:57 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-02-26 12:28:01 +0100
commit816beeffcb748cde1682e470620c8b26d304b13f (patch)
treef5e0ec9083447fd367112aa927e08a064cda17c2 /introspection
parentc7d366671f749689c143f7effe2a183eb710def9 (diff)
libmm-glib,modem-helpers,mm-base-sim: implement Sim.PreferredNetworks
The ModemManager1.Sim.PreferredNetworks property contains the preferred networks (and access technologies, if available) configured to the SIM card. This commit implements preferred networks reading with AT+CPOL.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Sim.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sim.xml b/introspection/org.freedesktop.ModemManager1.Sim.xml
index 87891e31..63d0e9b7 100644
--- a/introspection/org.freedesktop.ModemManager1.Sim.xml
+++ b/introspection/org.freedesktop.ModemManager1.Sim.xml
@@ -127,5 +127,19 @@
-->
<property name="EmergencyNumbers" type="as" access="read" />
+ <!--
+ PreferredNetworks:
+
+ List of preferred networks with access technologies configured in 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.
+ If the SIM card does not support access technology storage, the mask will be
+ set to <link linkend="MM-MODEM-ACCESS-TECHNOLOGY-UNKNOWN:CAPS">
+ MM_MODEM_ACCESS_TECHNOLOGY_UNKNOWN</link>.
+ -->
+ <property name="PreferredNetworks" type="a(su)" access="read" />
+
</interface>
</node>