diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-08-16 11:53:50 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-09 10:19:20 +0200 |
commit | 0c7def2f345c329364ae7d5af680ca8688315aee (patch) | |
tree | a050ced70dc9b0a9be59d457a91e4175be0c3648 /src/mm-modem-helpers-qmi.h | |
parent | 72be4f1d570c5a748963f6a831e765e620a4073d (diff) |
broadband-modem-qmi: implement OMA StartClientInitiatedSession()
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r-- | src/mm-modem-helpers-qmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h index ff2196cd..fb3ef8d2 100644 --- a/src/mm-modem-helpers-qmi.h +++ b/src/mm-modem-helpers-qmi.h @@ -98,6 +98,7 @@ QmiWdsAuthentication mm_bearer_allowed_auth_to_qmi_authentication (MMBearerAllow /* QMI/OMA to MM translations */ MMOmaSessionType mm_oma_session_type_from_qmi_oma_session_type (QmiOmaSessionType qmi_session_type); +QmiOmaSessionType mm_oma_session_type_to_qmi_oma_session_type (MMOmaSessionType mm_session_type); MMOmaSessionState mm_oma_session_state_from_qmi_oma_session_state (QmiOmaSessionState qmi_session_state); |