api,modem3gpp: add DRX cycle in 5G registration settings

This commit is contained in:
Aleksander Morgado
2021-11-04 11:13:44 +01:00
parent e951008ae8
commit 724342deac
4 changed files with 39 additions and 1 deletions

View File

@@ -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