uqmi: print radio interfaces in serving system command
[project/uqmi.git] / data / qmi-service-ctl.json
index a964066ee32bbd1c7f85a5babfaa15cb94283aad..4e82597f3c437aa494500b5002783ef8612ef782 100644 (file)
      "id"      : "0x0021",
      "since"   : "1.0",
      "output"  : [  { "common-ref" : "Operation Result" },
-                    { "name"      : "Service list",
-                      "id"        : "0x01",
-                      "type"      : "TLV",
-                      "since"     : "1.0",
-                      "format"    : "array",
-                      "array-element" : { "name"     : "Service",
-                                          "format"   : "struct",
-                                          "contents" : [ { "name"          : "Service",
-                                                           "format"        : "guint8",
-                                                           "public-format" : "QmiService" },
-                                                         { "name"   : "Major version",
-                                                           "format" : "guint16" },
-                                                         { "name"   : "Minor version",
-                                                           "format" : "guint16" } ] },
-                      "prerequisites": [ { "common-ref" : "Success" } ] } ] },
+                    { "name"               : "Service list",
+                      "id"                 : "0x01",
+                      "type"               : "TLV",
+                      "since"              : "1.0",
+                      "format"             : "array",
+                      "size-prefix-format" : "guint8",
+                      "array-element"      : { "name"     : "Service",
+                                               "format"   : "struct",
+                                               "contents" : [ { "name"          : "Service",
+                                                                "format"        : "guint8",
+                                                                "public-format" : "QmiService" },
+                                                              { "name"   : "Major version",
+                                                                "format" : "guint16" },
+                                                              { "name"   : "Minor version",
+                                                                "format" : "guint16" } ] },
+                      "prerequisites"      : [ { "common-ref" : "Success" } ] } ] },
 
   // *********************************************************************************
   {  "name"    : "Allocate CID",
                      "type"      : "TLV",
                      "since"     : "1.8",
                      "format"    : "string" } ],
-     "output"  : [ { "common-ref" : "Operation Result" } ] }
+     "output"  : [ { "common-ref" : "Operation Result" } ] },
+
+  // *********************************************************************************
+  // Internal
+  {  "name"    : "Internal Allocate CID QRTR",
+     "type"    : "Message",
+     "service" : "CTL",
+     "id"      : "0xFF22",
+     "since"   : "1.0",
+     "input"   : [  { "name"          : "Service",
+                      "id"            : "0x01",
+                      "type"          : "TLV",
+                      "since"         : "1.0",
+                      "format"        : "guint16" ,
+                      "public-format" : "QmiService" } ],
+     "output"  : [  { "common-ref" : "Operation Result" },
+                    { "name"      : "Allocation Info",
+                      "id"        : "0x01",
+                      "type"      : "TLV",
+                      "since"     : "1.0",
+                      "format"    : "sequence",
+                      "contents"  : [ { "name"          : "Service",
+                                        "format"        : "guint16",
+                                        "public-format" : "QmiService" },
+                                      { "name"   : "Cid",
+                                        "format" : "guint8" } ],
+                      "prerequisites": [ { "common-ref" : "Success" } ] } ] },
 
+  // *********************************************************************************
+  // Internal
+  {  "name"    : "Internal Release CID QRTR",
+     "type"    : "Message",
+     "service" : "CTL",
+     "id"      : "0xFF23",
+     "since"   : "1.0",
+     "input"   : [  { "name"      : "Release Info",
+                      "id"        : "0x01",
+                      "type"      : "TLV",
+                      "since"     : "1.0",
+                      "format"    : "sequence",
+                      "contents"  : [ { "name"          : "Service",
+                                        "format"        : "guint16",
+                                        "public-format" : "QmiService" },
+                                      { "name"   : "Cid",
+                                        "format" : "guint8" } ] } ],
+     "output"  : [  { "common-ref" : "Operation Result" },
+                    { "name"      : "Release Info",
+                      "id"        : "0x01",
+                      "type"      : "TLV",
+                      "since"     : "1.0",
+                      "format"    : "sequence",
+                      "contents"  : [ { "name"          : "Service",
+                                        "format"        : "guint16",
+                                        "public-format" : "QmiService" },
+                                      { "name"   : "Cid",
+                                        "format" : "guint8" } ],
+                      "prerequisites": [ { "common-ref" : "Success" } ] } ] }
 ]