mbim-service-ussd.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [
  2. // *********************************************************************************
  3. { "type" : "Service",
  4. "name" : "USSD" },
  5. // *********************************************************************************
  6. { "name" : "",
  7. "service" : "USSD",
  8. "type" : "Command",
  9. "set" : [ { "name" : "Action",
  10. "format" : "guint32",
  11. "public-format" : "MbimUssdAction" },
  12. { "name" : "DataCodingScheme",
  13. "format" : "guint32" },
  14. { "name" : "Payload",
  15. "format" : "ref-byte-array" } ],
  16. "response" : [ { "name" : "Response",
  17. "format" : "guint32",
  18. "public-format" : "MbimUssdResponse" },
  19. { "name" : "SessionState",
  20. "format" : "guint32",
  21. "public-format" : "MbimUssdSessionState" },
  22. { "name" : "DataCodingScheme",
  23. "format" : "guint32" },
  24. { "name" : "Payload",
  25. "format" : "ref-byte-array" } ],
  26. "notification" : [ { "name" : "Response",
  27. "format" : "guint32",
  28. "public-format" : "MbimUssdResponse" },
  29. { "name" : "SessionState",
  30. "format" : "guint32",
  31. "public-format" : "MbimUssdSessionState" },
  32. { "name" : "DataCodingScheme",
  33. "format" : "guint32" },
  34. { "name" : "Payload",
  35. "format" : "ref-byte-array" } ] }
  36. ]