diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2024-03-01 10:33:23 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2024-05-13 09:35:09 +0000 |
commit | 08ccdb85979c3ae054f59268273c28c7945967c4 (patch) | |
tree | 4cc5ca641c2d191f9641baad6a6d8a51998115a7 | |
parent | 5d5ac16b7f525aa598f4e5b25a711b880bc04fa1 (diff) |
uim: Add "File Control Information" to Open Logical Channel request
According to gobi-api sources this TLV exists:
https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/main/gobi-api/GobiAPI_2013-07-31-1347/GobiConnectionMgmt/GobiConnectionMgmtAPIStructs.h#L24641-24645
-rw-r--r-- | data/qmi-service-uim.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/qmi-service-uim.json b/data/qmi-service-uim.json index 181f041..cd7ca23 100644 --- a/data/qmi-service-uim.json +++ b/data/qmi-service-uim.json @@ -1033,7 +1033,13 @@ "since" : "1.36", "format" : "array", "size-prefix-format" : "guint8", - "array-element" : { "format" : "guint8" } } ], + "array-element" : { "format" : "guint8" } }, + { "name" : "File Control Information", + "id" : "0x11", + "type" : "TLV", + "since" : "1.36", + "format" : "guint8", + "public-format" : "QmiUimFileControlInformation" } ], "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Channel ID", "id" : "0x10", |