From 9db0819088a3a74910d041c8825720afc424e01c Mon Sep 17 00:00:00 2001 From: Eric Caruso Date: Tue, 16 Mar 2021 10:17:08 -0700 Subject: pdc: add Refresh indication --- data/qmi-service-pdc.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/qmi-service-pdc.json b/data/qmi-service-pdc.json index 7f1ce686..127e1abc 100644 --- a/data/qmi-service-pdc.json +++ b/data/qmi-service-pdc.json @@ -71,6 +71,12 @@ "type" : "TLV", "since" : "1.18", "format" : "guint8", + "public-format" : "gboolean"}, + { "name" : "Enable Refresh", + "id" : "0x11", + "type" : "TLV", + "since" : "1.32", + "format" : "guint8", "public-format" : "gboolean"}], "output" : [ { "common-ref" : "Operation Result" } ] }, @@ -403,5 +409,29 @@ "output" : [ { "common-ref" : "Indication Result", "since" : "1.18" }, { "common-ref" : "Token", - "since" : "1.18" }] } + "since" : "1.18" }] }, + + // ********************************************************************************* + { "name" : "Refresh", + "type" : "Indication", + "service" : "PDC", + "id" : "0x2F", + "since" : "1.32", + "output" : [ { "name" : "Refresh Event", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "since" : "1.32", + "format" : "guint32", + "public-format" : "QmiPdcRefreshEventType" }, + { "name" : "Subscription ID", + "id" : "0x10", + "type" : "TLV", + "since" : "1.32", + "format" : "guint32" }, + { "name" : "Slot ID", + "id" : "0x11", + "type" : "TLV", + "since" : "1.32", + "format" : "guint32" }] } ] -- cgit v1.2.1