aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers-qmi.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-10-25 10:42:58 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-10-26 12:35:50 +0000
commitb54de958ce8bfa816847265895c2248e2490369c (patch)
treed3bbe8139b14ade7230a7ee9ff92106363867e62 /src/mm-modem-helpers-qmi.h
parenta3073801131ac8917e32ed50620bd61191ead101 (diff)
modem-helpers-qmi: group error translation methods together
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r--src/mm-modem-helpers-qmi.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h
index 7c03e7db..674c52ea 100644
--- a/src/mm-modem-helpers-qmi.h
+++ b/src/mm-modem-helpers-qmi.h
@@ -150,9 +150,6 @@ QmiWdsApnTypeMask mm_bearer_apn_type_to_qmi_apn_type (MMBearerApn
gpointer log_object);
MMBearerApnType mm_bearer_apn_type_from_qmi_apn_type (QmiWdsApnTypeMask apn_type);
-GError *mm_error_from_wds_verbose_call_end_reason_3gpp (QmiWdsVerboseCallEndReason3gpp vcer_3gpp,
- gpointer log_object);
-
/*****************************************************************************/
/* QMI/WDA to MM translations */
@@ -169,12 +166,6 @@ MMOmaSessionState mm_oma_session_state_from_qmi_oma_session_state (QmiOmaSession
MMOmaSessionStateFailedReason mm_oma_session_state_failed_reason_from_qmi_oma_session_failed_reason (QmiOmaSessionFailedReason qmi_session_failed_reason);
/*****************************************************************************/
-/* QMI/LOC to MM translations */
-
-gboolean mm_error_from_qmi_loc_indication_status (QmiLocIndicationStatus status,
- GError **error);
-
-/*****************************************************************************/
/* Utility to gather current capabilities from various sources */
typedef struct {
@@ -261,4 +252,12 @@ gboolean mm_qmi_uim_get_configuration_output_parse (gpointer
gboolean qmi_personalization_feature_from_mm_modem_3gpp_facility (MMModem3gppFacility facility,
QmiUimCardApplicationPersonalizationFeature *o_feature);
+/*****************************************************************************/
+/* MM error translations */
+
+GError *mm_error_from_wds_verbose_call_end_reason_3gpp (QmiWdsVerboseCallEndReason3gpp vcer_3gpp,
+ gpointer log_object);
+gboolean mm_error_from_qmi_loc_indication_status (QmiLocIndicationStatus status,
+ GError **error);
+
#endif /* MM_MODEM_HELPERS_QMI_H */