diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-02-25 14:44:42 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-02-25 15:47:14 +0100 |
commit | 0625feef4df403e6ae02e76631ea49ced17158b6 (patch) | |
tree | a4ce45b77644046124bef2f19c606717413e87e3 /data | |
parent | f1a6924fe32aa6ee44b058e6b005b1b80cd91d0f (diff) |
voice: implement 'Get Supported Messages'
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-voice.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/qmi-service-voice.json b/data/qmi-service-voice.json index 2631136..1c4f115 100644 --- a/data/qmi-service-voice.json +++ b/data/qmi-service-voice.json @@ -16,6 +16,22 @@ { "name" : "QMI Indication Voice", "type" : "Indication-ID-Enum" }, + // ********************************************************************************* + { "name" : "Get Supported Messages", + "type" : "Message", + "service" : "VOICE", + "id" : "0x001E", + "version" : "2.21", + "output" : [ { "common-ref" : "Operation Result" }, + { "name" : "List", + "id" : "0x10", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "size-prefix-format" : "guint16", + "array-element" : { "format" : "guint8" }, + "prerequisites" : [ { "common-ref" : "Success" } ] } ] }, + // ********************************************************************************* { "name" : "Dial Call", "type" : "Message", |