summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSom_SP <somashekhar.puttagangaiah@intel.com>2021-05-08 14:51:58 +0530
committerAleksander Morgado <aleksander@aleksander.es>2021-05-31 15:11:03 +0200
commite2667b6ef5b1b1a2d22b46752399cd77af94fd6f (patch)
tree70e61ae088375b35d23df5339b184a50784a1340 /data
parent685a8b5737bef3f11867219da6864148c655112c (diff)
libmbim-glib,ms-uicc-low-level-access: adding cid 'uicc-open channel'
MSFT MBIM_CID_MS_UICC_OPEN_CHANNEL sends a Manage channel command to the UICC as described by section 11.1.17 of ETSI TS 102.221 TSpec. If the manage channel is successful UICC sends channel number of the new logical channel to the function.
Diffstat (limited to 'data')
-rw-r--r--data/mbim-service-ms-uicc-low-level-access.json19
1 files changed, 18 insertions, 1 deletions
diff --git a/data/mbim-service-ms-uicc-low-level-access.json b/data/mbim-service-ms-uicc-low-level-access.json
index 2950000..9194045 100644
--- a/data/mbim-service-ms-uicc-low-level-access.json
+++ b/data/mbim-service-ms-uicc-low-level-access.json
@@ -10,6 +10,23 @@
"since" : "1.26",
"query" : [],
"response" : [ { "name" : "atr",
- "format" : "string" } ] }
+ "format" : "string" } ] },
+ // *********************************************************************************
+ { "name" : "Open Channel",
+ "service" : "MS UICC Low Level Access",
+ "type" : "Command",
+ "since" : "1.26",
+ "set" : [ { "name" : "AppId",
+ "format" : "uicc-ref-byte-array" },
+ { "name" : "SelectP2Arg",
+ "format" : "guint32" },
+ { "name" : "ChannelGroup",
+ "format" : "guint32" } ],
+ "response" : [ { "name" : "Status",
+ "format" : "guint32" },
+ { "name" : "Channel",
+ "format" : "guint32" },
+ { "name" : "Response",
+ "format" : "uicc-ref-byte-array" } ] }
]