Skip to content
  • Florian Eckert's avatar
    mm-broadband-modem-qmi: always trigger an operator description update · 07526df5
    Florian Eckert authored and Dan Williams's avatar Dan Williams committed
    
    
    Currently, the operator description update is only triggered once in the
    entire update process. But this can lead to a operator description
    updated at the wrong time. And is therefore possibly wrong.
    
    The deprecated API call 'qmi_client_nas_get_serving_system' always triggers
    an update of the operator description in there subfunction of the callback.
    
    This is missing for the API call 'qmi_client_nas_get_system_info'. To solve
    this, an update is now also triggered in the subfunction callback if there
    is new system info available.
    
    Signed-off-by: default avatarFlorian Eckert <fe@dev.tdt.de>
    07526df5