From 176cc09b94925c65ebdd3a21a406d4c2da53603e Mon Sep 17 00:00:00 2001 From: Prakash Pabba Date: Tue, 31 Aug 2021 15:21:51 +0530 Subject: dms: Implement "NR5G Band Capability" TLV in "Get Band Capabilities" --- data/qmi-service-dms.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data') diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index 0a226b0c..41ececbb 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -921,6 +921,14 @@ "format" : "array", "size-prefix-format" : "guint16", "array-element" : { "format" : "guint16" }, + "prerequisites" : [ { "common-ref" : "Success" } ] }, + { "name" : "NR5G Band Capability", + "id" : "0x13", + "type" : "TLV", + "since" : "1.32", + "format" : "array", + "size-prefix-format" : "guint16", + "array-element" : { "format" : "guint16" }, "prerequisites" : [ { "common-ref" : "Success" } ] } ] }, // ********************************************************************************* -- cgit v1.2.1