diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-08-01 09:59:13 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-08-28 14:59:06 +0000 |
commit | 86a183778b5b123f6556ecbe53ec7d06d6e7c575 (patch) | |
tree | b3ba49e4b8d2eb82ecf8bad2713f98faf6c72422 /introspection | |
parent | 48973e3d72307ca84375d1c7811eb0b04def91ce (diff) |
api,sim: new 'Active' property
In preparation for the multi-SIM setup, we need a way to tell whether
a given SIM card is active or not in the system.
On systems with one single SIM slot, the available SIM card will
always be active.
On Multi-SIM Single-Standby setups we may have multiple SIM slots with
multiple SIM cards, but only one of them will be active at any given
time.
On Multi-SIM Multi-Standby setups we may have multiple SIM slots with
multiple SIM cards that may be active at the same time. E.g. the QMI
protocol allows up to 5 different active SIM cards (primary,
secondary, tertiary...).
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sim.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sim.xml b/introspection/org.freedesktop.ModemManager1.Sim.xml index ceba2629..f214ba5f 100644 --- a/introspection/org.freedesktop.ModemManager1.Sim.xml +++ b/introspection/org.freedesktop.ModemManager1.Sim.xml @@ -66,6 +66,19 @@ </method> <!-- + Active: + + Boolean indicating whether the SIM is currently active. + + On systems that support Multi SIM Single Standby, only one SIM may be + active at any given time, which will be the one considered primary. + + On systems that support Multi SIM Multi Standby, more than one SIM may + be active at any given time, but only one of them is considered primary. + --> + <property name="Active" type="b" access="read" /> + + <!-- SimIdentifier: The ICCID of the SIM card. |