Really continuous rx operation on nRF91x1

Currently with the DECT NR+ modem API on nRF91x1 I can schedule rx operations in mode NRF_MODEM_DECT_PHY_RX_MODE_CONTINUOUS given to nrf_modem_dect_phy_rx via nrf_modem_dect_phy_rx_params. But that means it gets scheduled for at most uint32_t duration. After that time it stops automatically and needs to be re-scheduled.

Now I want to have a really continuous operation for an infinite time (which can only stopped by nrf_modem_dect_phy_rx_stop). Is it planned to implement something like this (with the next firmware release)?

Related