diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 11:13:44 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 12:41:27 +0000 |
commit | 724342deaca634ed767ac92709d8f5ac6a75ea45 (patch) | |
tree | 69c72920c7018a0346a17e882fe5e4b507e54086 /introspection | |
parent | e951008ae83940dee8bdbcac8d10ef3351747cc9 (diff) |
api,modem3gpp: add DRX cycle in 5G registration settings
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml index 6d200a81..ed8c99df 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml @@ -132,7 +132,7 @@ The allowed properties in this method are all the ones specified in the <link linkend="gdbus-property-org-freedesktop-ModemManager1-Modem-Modem3gpp.Nr5gRegistrationSettings">Nr5gRegistrationSettings</link>; - i.e.: <literal>"mico-mode"</literal>. + i.e.: <literal>"mico-mode"</literal> and <literal>"drx-cycle"</literal>. Since: 1.20 --> @@ -352,6 +352,15 @@ </para> </listitem> </varlistentry> + <varlistentry><term>"drx-cycle"</term> + <listitem> + <para> + A <link linkend="MMModem3gppDrxCycle">MMModem3gppDrxCycle</link> value, + representing the DRX settings requested by the host, given as an + unsigned integer (signature <literal>"u"</literal>). + </para> + </listitem> + </varlistentry> </variablelist> Since: 1.20 |