diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-02 11:17:06 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 14:02:28 +0100 |
commit | 339b51652a85d3423d1ae5d826b992b01f5202ec (patch) | |
tree | 579db18feb468d9420d5eba7fd4a84ebb63e7ffd /introspection | |
parent | 93709f8dc2378e12d4f1ede122d2325386540db4 (diff) |
api,bearer: new 'access-type-preference' setting
In 5G capable devices, which can support multiple types of access
types (either 3GPP or non-3GPP), the UE may request to use a 3GPP
access type exclusively, prefer a 3GPP access type, or just report no
preference.
When supported, this field may also be part of the settings that can
be stored as part of a profile.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index 07cab833..54411fcd 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -482,6 +482,13 @@ value (signature <literal>"s"</literal>). </listitem> </varlistentry> + <varlistentry><term><literal>"access-type-preference"</literal></term> + <listitem><para> + Access type preference for 5G devices, given as a + <link linkend="MMBearerAccessTypePreference">MMBearerAccessTypePreference</link> + value (signature <literal>"u"</literal>. Since 1.20. + </para></listitem> + </varlistentry> <varlistentry><term><literal>"profile-id"</literal></term> <listitem> The ID of the 3GPP profile to connect to (signature |