aboutsummaryrefslogtreecommitdiffstats
path: root/src/libqmi-glib/libqmi-glib.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-01-22 18:17:09 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-01-29 10:37:53 +0100
commit9bd604224f56fcf6fb0be577a646e62f59200594 (patch)
treee0eb725cd2f094502f8c613866ce027536a4aa42 /src/libqmi-glib/libqmi-glib.h
parent132bd1b0ef5c3b8b9f2544261a9e57e0fd589c14 (diff)
downloadexternal_libqmi-9bd604224f56fcf6fb0be577a646e62f59200594.zip
external_libqmi-9bd604224f56fcf6fb0be577a646e62f59200594.tar.gz
external_libqmi-9bd604224f56fcf6fb0be577a646e62f59200594.tar.bz2
libqmi-glib: support vendor-specific request/responses
We want to support non-standard messages that may be encoded with different TLVs depending on how the vendor implemented them. Anyway, right now this is really just to support the correct translation of TLVs and message contents in the get_printable() methods. The support is only included for QMI request/responses, and not for QMI indications. This is because the library knows in which moment the requests are created (and can apply the same rules to the matched response when it is received). For the indications, though, there is no such context configurable yet.
Diffstat (limited to 'src/libqmi-glib/libqmi-glib.h')
-rw-r--r--src/libqmi-glib/libqmi-glib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libqmi-glib/libqmi-glib.h b/src/libqmi-glib/libqmi-glib.h
index f954342..1e1459e 100644
--- a/src/libqmi-glib/libqmi-glib.h
+++ b/src/libqmi-glib/libqmi-glib.h
@@ -33,6 +33,7 @@
#include "qmi-client.h"
#include "qmi-proxy.h"
#include "qmi-message.h"
+#include "qmi-message-context.h"
#include "qmi-enums.h"
#include "qmi-utils.h"