diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-12-06 08:04:13 +0100 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-12-07 16:20:53 +0000 |
commit | 4cb6751dafc20a55192b61eb8a6ab97d3c95c398 (patch) | |
tree | f33006acacf97683c87355c73d0edfcc08d3c532 /introspection | |
parent | 8281b5048bc002dd2b049fdad041a35b7175eca7 (diff) |
api,modem-3gpp: new 'SetInitialEpsBearerSettings' method
This method allows users to modify the settings used during the
initial LTE attach procedure.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml index f58683f6..b0b078d9 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml @@ -96,6 +96,30 @@ </method> <!-- + SetInitialEpsBearerSettings: + @settings: List of properties to use when requesting the LTE attach procedure. + + 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> + --> + <method name="SetInitialEpsBearerSettings"> + <arg name="settings" type="a{sv}" direction="in" /> + </method> + + <!-- Imei: The <ulink url="http://en.wikipedia.org/wiki/Imei">IMEI</ulink> of the device. @@ -192,6 +216,10 @@ procedure, e.g. if the device is roaming or no explicit settings were requested, so the properties shown in the #org.freedesktop.ModemManager1.Modem.Modem3gpp.InitialEpsBearer:InitialEpsBearer may be totally different. + + This is a read-only property, updating these settings should be done using the + <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Modem3gpp.SetInitialEpsBearerSettings">SetInitialEpsBearerSettings()</link> + method. --> <property name="InitialEpsBearerSettings" type="a{sv}" access="read" /> |