diff options
author | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2021-02-25 16:30:57 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-02-26 12:28:01 +0100 |
commit | 816beeffcb748cde1682e470620c8b26d304b13f (patch) | |
tree | f5e0ec9083447fd367112aa927e08a064cda17c2 /introspection/org.freedesktop.ModemManager1.Sim.xml | |
parent | c7d366671f749689c143f7effe2a183eb710def9 (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/org.freedesktop.ModemManager1.Sim.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sim.xml | 14 |
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> |