summaryrefslogtreecommitdiff
path: root/data/mbim-service-basic-connect.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-01-24 09:45:36 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-02-02 17:13:28 +0100
commit916d1ca2220ddb6703522d5bdfe672cd76fa15be (patch)
treeb8297249d651a7adb0776c9f856db903548a7432 /data/mbim-service-basic-connect.json
parent2f10256543498fdf1dd9d5af1e36e8b5458bff42 (diff)
downloadlibmbim-916d1ca2220ddb6703522d5bdfe672cd76fa15be.tar.gz
mbim-codegen: setup code generator
Setup code generation for the request creator and the response getters.
Diffstat (limited to 'data/mbim-service-basic-connect.json')
-rw-r--r--data/mbim-service-basic-connect.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json
new file mode 100644
index 0000000..649b488
--- /dev/null
+++ b/data/mbim-service-basic-connect.json
@@ -0,0 +1,57 @@
+
+[
+ // *********************************************************************************
+ { "name" : "Device Caps",
+ "service" : "Basic Connect",
+ "query" : { "output" : [ { "name" : "Device Type",
+ "format" : "guint32",
+ "public-format" : "MbimDeviceType" },
+ { "name" : "Cellular Class",
+ "format" : "guint32",
+ "public-format" : "MbimCellularClass" },
+ { "name" : "Voice Class",
+ "format" : "guint32",
+ "public-format" : "MbimVoiceClass" },
+ { "name" : "Sim Class",
+ "format" : "guint32",
+ "public-format" : "MbimSimClass" },
+ { "name" : "Data Class",
+ "format" : "guint32",
+ "public-format" : "MbimDataClass" },
+ { "name" : "Sms Caps",
+ "format" : "guint32",
+ "public-format" : "MbimSmsCaps" },
+ { "name" : "Ctrl Caps",
+ "format" : "guint32",
+ "public-format" : "MbimCtrlCaps" },
+ { "name" : "Max Sessions",
+ "format" : "guint32" },
+ { "name" : "Custom Data Class",
+ "format" : "string",
+ "max-size" : "22" },
+ { "name" : "Device ID",
+ "format" : "string",
+ "max-size" : "36" },
+ { "name" : "Firmware Info",
+ "format" : "string",
+ "max-size" : "60" },
+ { "name" : "Hardware Info",
+ "format" : "string",
+ "max-size" : "60" } ] } },
+
+ // *********************************************************************************
+ { "name" : "Subscriber Ready Status",
+ "service" : "Basic Connect",
+ "query" : { "output" : [ { "name" : "Ready State",
+ "format" : "guint32",
+ "public-format" : "MbimSubscriberReadyState" },
+ { "name" : "Subscriber ID",
+ "format" : "string" },
+ { "name" : "SIM ICCID",
+ "format" : "string" },
+ { "name" : "Ready Info",
+ "format" : "guint32",
+ "public-format" : "MbimReadyInfoFlag" },
+ { "name" : "Telephone numbers",
+ "format" : "string-array" } ] } }
+]