:orphan: .. title:: CONFIG_MODEM_HL7800_PSM_ACTIVE_TIME .. kconfig:: CONFIG_MODEM_HL7800_PSM_ACTIVE_TIME CONFIG_MODEM_HL7800_PSM_ACTIVE_TIME ################################### *Requested active time* Type: ``string`` Help ==== .. code-block:: none Requested Active Time value (T3324) to be allocated to the UE. One byte in an 8-bit format. Default value is 30 seconds. Direct dependencies =================== \ :kconfig:`MODEM_HL7800_PSM ` && \ :kconfig:`MODEM_HL7800_LOW_POWER_MODE ` && \ :kconfig:`MODEM_HL7800 ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "00001111" Kconfig definition ================== At ``/modem/Kconfig.hl7800:234`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:146`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver → Enable low power modes .. code-block:: kconfig config MODEM_HL7800_PSM_ACTIVE_TIME string "Requested active time" default "00001111" depends on MODEM_HL7800_PSM && MODEM_HL7800_LOW_POWER_MODE && MODEM_HL7800 && MODEM help Requested Active Time value (T3324) to be allocated to the UE. One byte in an 8-bit format. Default value is 30 seconds. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*