diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-12-16 10:25:58 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-12-16 10:25:58 +0100 |
commit | 48e866000db9871acd9dec9703a383e07cf1ec1c (patch) | |
tree | fa8b581abe79f3fdd1b803ae6180a448049a503f /data/qmi-service-voice.json | |
parent | 6e2da987b887b47783091fe1df7e28b48962bfb9 (diff) |
libqmi-glib,message: deprecate message version info support
The information of when was each message introduced is not up to date
and not even reliable. Let's deprecate the corresponding API method
and remove the support from the generated code.
Diffstat (limited to 'data/qmi-service-voice.json')
-rw-r--r-- | data/qmi-service-voice.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/qmi-service-voice.json b/data/qmi-service-voice.json index b9a2a64..a2f716e 100644 --- a/data/qmi-service-voice.json +++ b/data/qmi-service-voice.json @@ -22,7 +22,6 @@ "type" : "Message", "service" : "VOICE", "id" : "0x001E", - "version" : "2.21", "since" : "1.14", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "List", @@ -39,7 +38,6 @@ "type" : "Message", "service" : "VOICE", "id" : "0x0020", - "version" : "1.0", "since" : "1.14", "input" : [ { "name" : "Calling Number", "id" : "0x01", @@ -58,7 +56,6 @@ "type" : "Message", "service" : "VOICE", "id" : "0x0021", - "version" : "1.0", "since" : "1.14", "input" : [ { "name" : "Call ID", "id" : "0x01", @@ -77,7 +74,6 @@ "type" : "Message", "service" : "VOICE", "id" : "0x0022", - "version" : "1.0", "since" : "1.14", "input" : [ { "name" : "Call ID", "id" : "0x01", @@ -96,7 +92,6 @@ "type" : "Indication", "service" : "VOICE", "id" : "0x002E", - "version" : "2.0", "since" : "1.14", "output" : [ { "name" : "Call Information", "id" : "0x01", @@ -147,7 +142,6 @@ "type" : "Message", "service" : "VOICE", "id" : "0x0041", - "version" : "2.1", "since" : "1.14", "input" : [ { "name" : "Auto Answer", "id" : "0x10", |