diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-23 10:16:42 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-29 10:13:22 +0000 |
commit | ff8e21b535bc43d0ecfb135628711b3c32c47de8 (patch) | |
tree | 968c26d1269c0ea70f8ceae4e82f07bb7537657c /introspection | |
parent | 21ae558fe3600c84b3ca7dcd9bf50a3ba576c7c9 (diff) |
api,bearer: new 'apn-type' setting
This new setting allows the user setting up the connection to specify
the purpose of the connection being brought up.
Until now, we would always assume that connections are exclusively
brought up for connecting to the Internet, also limited by the
inability to connect to multiple different APNs at the same time.
But that may really not be true as there may be additional services
that may be accessed through other APNs, like MMS services or even
private networks for companies that have their own APNs on a given
operator (e.g. not that uncommon with banks and connected cars).
The new APN type setting will not change the way the bearer is
connected, but will allow the connection manager to decide what kind
of networking setup the specific connection needs.
This new setting can be provided by the user itself, or implicitly
read from the device if the device stores this information.
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 4d1b1aca..a88a361c 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -388,6 +388,13 @@ value (signature <literal>"u"</literal>). </listitem> </varlistentry> + <varlistentry><term><literal>"apn-type"</literal></term> + <listitem> + The purposes of the specified APN, given as a + <link linkend="MMBearerApnType">MMBearerApnType</link> + value (signature <literal>"u"</literal>). + </listitem> + </varlistentry> <varlistentry><term><literal>"allowed-auth"</literal></term> <listitem> The authentication method to use, given as a |