aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers-qmi.h
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2025-04-03 11:17:44 +0200
committerDan Williams <dan@ioncontrol.co>2025-04-13 05:01:32 +0000
commit9c5f5833e514b2ed93518f30da1aacccceba477a (patch)
tree74030f3f8facd7a0c5e5aaf5ea9ee2e5622a79e6 /src/mm-modem-helpers-qmi.h
parentbf8bd7c4adf214a3ca810a7d5670a301c1f77bae (diff)
broadband-modem-qmi: Add initial interface bits
This allows to receive Cell Broadcast messages. Tested with single part CBMs only as my setup currently only allows for these. Helps: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1325 Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r--src/mm-modem-helpers-qmi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h
index 75fdd5f7..4f97bb65 100644
--- a/src/mm-modem-helpers-qmi.h
+++ b/src/mm-modem-helpers-qmi.h
@@ -136,6 +136,7 @@ QmiWmsStorageType mm_sms_storage_to_qmi_storage_type (MMSmsStorage storage);
MMSmsStorage mm_sms_storage_from_qmi_storage_type (QmiWmsStorageType qmi_storage);
MMSmsState mm_sms_state_from_qmi_message_tag (QmiWmsMessageTagType tag);
+MMCbmState mm_cbm_state_from_qmi_message_tag (QmiWmsMessageTagType tag);
/*****************************************************************************/
/* QMI/WDS to MM translations */