diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-22 15:07:26 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-22 15:31:50 +0100 |
commit | a21233c7abde5572bc40494d1cb9b38976bf8f1c (patch) | |
tree | c9fbab4047ead83fe4f69d76613ac65cb5a1bd04 /introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | |
parent | 634682b602dd51efbda42a8b2e8764b9bb0024e2 (diff) |
api: define bearer settings only in the 'Properties' property
Avoid defining them multiple times in the Modem.CreateBearer(),
Simple.Connect() and Modem3gpp.SetInitialEpsBearerSettings() methods.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml index e741ae91..c2ef8b02 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml @@ -106,19 +106,11 @@ Updates the default settings to be used in the initial default EPS bearer when registering to the LTE network. - Allowed properties are: - <variablelist> - <varlistentry><term><literal>"apn"</literal></term> - <listitem><para>Access Point Name, given as a string value (signature <literal>"s"</literal>).</para></listitem></varlistentry> - <varlistentry><term><literal>"ip-type"</literal></term> - <listitem><para>Addressing type, given as a <link linkend="MMBearerIpFamily">MMBearerIpFamily</link> value (signature <literal>"u"</literal>).</para></listitem></varlistentry> - <varlistentry><term><literal>"allowed-auth"</literal></term> - <listitem><para>The authentication method to use, given as a <link linkend="MMBearerAllowedAuth">MMBearerAllowedAuth</link> value (signature <literal>"u"</literal>).</para></listitem></varlistentry> - <varlistentry><term><literal>"user"</literal></term> - <listitem><para>User name (if any) required by the network, given as a string value (signature <literal>"s"</literal>).</para></listitem></varlistentry> - <varlistentry><term><literal>"password"</literal></term> - <listitem><para>Password (if any) required by the network, given as a string value (signature <literal>"s"</literal>).</para></listitem></varlistentry> - </variablelist> + The allowed properties in this method are all the 3GPP-specific ones specified + in the <link linkend="gdbus-property-org-freedesktop-ModemManager1-Bearer.Properties">bearer properties</link>; + i.e.: <literal>"apn"</literal>, <literal>"ip-type"</literal>, + <literal>"allowed-auth"</literal>, <literal>"user"</literal>, and + <literal>"password"</literal>. --> <method name="SetInitialEpsBearerSettings"> <arg name="settings" type="a{sv}" direction="in" /> |