Skip to content

Do not set "enable refresh" in PDC "register" QMI message

Akash Aggarwal requested to merge quic_akasagga/ModemManager:cli_refresh into main

If "enable refresh" is set, QMI modem expects an acknowledgement upon receiving a PDC refresh indication, otherwise the modem resets assuming clients are facing an issue in refreshing their cache.

Register for PDC refresh indication without setting "enable refresh" TLV. We would still receive the refresh indication to notify that the list of profiles stored has changed and would not have to acknowledge the modem.

Merge request reports