diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 21:49:36 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 14:02:30 +0100 |
commit | 73a29c3e330ab44780661324b2d24e964a34f55b (patch) | |
tree | 5971dd1b61e8dbb2ca3537c78646093ceacc30dc /introspection | |
parent | 52538defe11747e5f953275d346bfbd647756651 (diff) |
api,bearer: new 'roaming-allowance' setting
The 'allow-roaming' setting should be considered deprecated for 3GPP
devices that support the new 'roaming-allowance' setting, which is
much more detailed (as it allows to differentiate between partner and
non-partner networks) and may also be stored as part of a profile.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index 6ba352fa..cb06849b 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -489,6 +489,14 @@ value (signature <literal>"u"</literal>. Since 1.20. </para></listitem> </varlistentry> + <varlistentry><term><literal>"roaming-allowance"</literal></term> + <listitem><para> + Roaming allowance, given as a + <link linkend="MMBearerRoamingAllowance">MMBearerRoamingAllowance</link> + value (signature <literal>"u"</literal>. If supported, this setting should + be used instead of 'allow-roaming'. Since 1.20. + </para></listitem> + </varlistentry> <varlistentry><term><literal>"profile-id"</literal></term> <listitem> The ID of the 3GPP profile to connect to (signature |