diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-08-14 16:14:37 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-09 10:19:20 +0200 |
commit | e6a7c85661d33493a8de7f19c6c7ff8773b83e8c (patch) | |
tree | f59cdd1631b12c4b9c83f3c16571bc23506ab556 /src/mm-modem-helpers-qmi.h | |
parent | df47f1ac8f696c2712efc8c76bd9551d88c3d837 (diff) |
broadband-modem-qmi: handle OMA indications
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r-- | src/mm-modem-helpers-qmi.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h index 63b05311..ff2196cd 100644 --- a/src/mm-modem-helpers-qmi.h +++ b/src/mm-modem-helpers-qmi.h @@ -95,6 +95,15 @@ MMSmsState mm_sms_state_from_qmi_message_tag (QmiWmsMessageTagType tag); QmiWdsAuthentication mm_bearer_allowed_auth_to_qmi_authentication (MMBearerAllowedAuth auth); /*****************************************************************************/ +/* QMI/OMA to MM translations */ + +MMOmaSessionType mm_oma_session_type_from_qmi_oma_session_type (QmiOmaSessionType qmi_session_type); + +MMOmaSessionState mm_oma_session_state_from_qmi_oma_session_state (QmiOmaSessionState qmi_session_state); + +MMOmaSessionStateFailedReason mm_oma_session_state_failed_reason_from_qmi_oma_session_failed_reason (QmiOmaSessionFailedReason qmi_session_failed_reason); + +/*****************************************************************************/ /* Utility to gather current capabilities from various sources */ typedef struct { |