diff options
-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", |