X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=data%2Fqmi-service-pds.json;h=b2e3cb8a6793d7a80d0b7319ddc869973c3ce305;hb=edb7ae229c77a28707c2c769712b43cd4daa2c5e;hp=c87ce7a95b6e7271427a01897470a6f2a77dd864;hpb=d7a56cad6d6ef3c2a5602fc604e31999eb9e78fa;p=project%2Fuqmi.git diff --git a/data/qmi-service-pds.json b/data/qmi-service-pds.json index c87ce7a..b2e3cb8 100644 --- a/data/qmi-service-pds.json +++ b/data/qmi-service-pds.json @@ -294,6 +294,115 @@ "public-format" : "gboolean" } ] } ], "output" : [ { "common-ref" : "Operation Result" } ] }, + // ********************************************************************************* + { "name" : "Get Default Tracking Session", + "type" : "Message", + "service" : "PDS", + "id" : "0x0029", + "version" : "1.0", + "output" : [ { "common-ref" : "Operation Result" }, + { "name" : "Info", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "sequence", + "contents" : [ { "name" : "Session Operation", + "format" : "guint8", + "public-format" : "QmiPdsOperatingMode" }, + { "name" : "Position Data Timeout", + "format" : "guint8" }, + { "name" : "Interval", + "format" : "guint32" }, + { "name" : "Accuracy Threshold", + "format" : "guint32" } ], + "prerequisites" : [ { "common-ref" : "Success" } ] } ] }, + + // ********************************************************************************* + { "name" : "Set Default Tracking Session", + "type" : "Message", + "service" : "PDS", + "id" : "0x002A", + "version" : "1.0", + "input" : [ { "name" : "Info", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "sequence", + "contents" : [ { "name" : "Session Operation", + "format" : "guint8", + "public-format" : "QmiPdsOperatingMode" }, + { "name" : "Position Data Timeout", + "format" : "guint8" }, + { "name" : "Interval", + "format" : "guint32" }, + { "name" : "Accuracy Threshold", + "format" : "guint32" } ] } ], + "output" : [ { "common-ref" : "Operation Result" } ] }, + + // ********************************************************************************* + { "name" : "Get AGPS Config", + "type" : "Message", + "service" : "PDS", + "id" : "0x002E", + "version" : "1.0", + "input" : [ { "name" : "Network Mode", + "id" : "0x12", + "mandatory" : "no", + "type" : "TLV", + "format" : "guint8", + "public-format" : "QmiPdsNetworkMode" } ], + "output" : [ { "common-ref" : "Operation Result" }, + { "name" : "Location Server Address", + "id" : "0x10", + "mandatory" : "no", + "type" : "TLV", + "format" : "sequence", + "contents" : [ { "name" : "IP", + "format" : "guint32", + "endian" : "little" }, + { "name" : "Port", + "format" : "guint32" } ], + "prerequisites" : [ { "common-ref" : "Success" } ] }, + { "name" : "Location Server URL", + "id" : "0x11", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "size-prefix-format" : "guint8", + "array-element" : { "format" : "guint8" }, + "prerequisites" : [ { "common-ref" : "Success" } ] } ] }, + + // ********************************************************************************* + { "name" : "Set AGPS Config", + "type" : "Message", + "service" : "PDS", + "id" : "0x002F", + "version" : "1.0", + "input" : [ { "name" : "Location Server Address", + "id" : "0x10", + "mandatory" : "no", + "type" : "TLV", + "format" : "sequence", + "contents" : [ { "name" : "IP", + "format" : "guint32", + "format" : "guint32" }, + { "name" : "Port", + "format" : "guint32" } ] }, + { "name" : "Location Server URL", + "id" : "0x11", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "size-prefix-format" : "guint8", + "array-element" : { "format" : "guint8" } }, + { "name" : "Network Mode", + "id" : "0x14", + "mandatory" : "no", + "type" : "TLV", + "format" : "guint8", + "public-format" : "QmiPdsNetworkMode" } ], + "output" : [ { "common-ref" : "Operation Result" } ] }, + // ********************************************************************************* { "name" : "Get Auto Tracking State", "type" : "Message",