:orphan: .. title:: MODEM_HL7800_PSM_ACTIVE_TIME .. option:: CONFIG_MODEM_HL7800_PSM_ACTIVE_TIME *Requested active time* Type: ``string`` Help ==== 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 =================== \ :option:`MODEM_HL7800_PSM ` && \ :option:`MODEM_HL7800_LOW_POWER_MODE ` && \ :option:`MODEM_HL7800 ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "00001111" Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.hl7800:234`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:141`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver → Enable low power modes .. parsed-literal:: config MODEM_HL7800_PSM_ACTIVE_TIME string "Requested active time" default "00001111" depends on \ :option:`MODEM_HL7800_PSM ` && \ :option:`MODEM_HL7800_LOW_POWER_MODE ` && \ :option:`MODEM_HL7800 ` && \ :option:`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.)*