diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-01 07:20:14 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-01 07:38:25 +0200 |
commit | 19f0d5206393bcea37cdabdb949c7804aa2d1d16 (patch) | |
tree | 8d3e8ccc4719be66184862f6fa0065aae1cdfcbe /data/qmi-service-nas.json | |
parent | 007af2cdfc46ae7dd79e54dd822d6bf913b0df9b (diff) | |
download | external_libqmi-19f0d5206393bcea37cdabdb949c7804aa2d1d16.zip external_libqmi-19f0d5206393bcea37cdabdb949c7804aa2d1d16.tar.gz external_libqmi-19f0d5206393bcea37cdabdb949c7804aa2d1d16.tar.bz2 |
nas: implement "Config Signal Info" request/response
Diffstat (limited to 'data/qmi-service-nas.json')
-rw-r--r-- | data/qmi-service-nas.json | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index 4e64065..312daf2 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -785,6 +785,71 @@ "format" : "gint8" } ] }, // ********************************************************************************* + { "name" : "Config Signal Info", + "type" : "Message", + "service" : "NAS", + "id" : "0x0050", + "version" : "1.8", + "input" : [ { "name" : "RSSI Threshold", + "id" : "0x10", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "array-element" : { "format" : "gint8" } }, + { "name" : "ECIO Threshold", + "id" : "0x11", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "array-element" : { "format" : "gint16" } }, + { "name" : "SINR Threshold", + "id" : "0x12", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "array-element" : { "format" : "guint8" } }, + { "name" : "LTE SNR Threshold", + "id" : "0x13", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "array-element" : { "format" : "gint16" } }, + { "name" : "IO Threshold", + "id" : "0x14", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "array-element" : { "format" : "gint32" } }, + { "name" : "RSRQ Threshold", + "id" : "0x15", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "array-element" : { "format" : "gint8" } }, + { "name" : "RSRP Threshold", + "id" : "0x16", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "array-element" : { "format" : "gint16" } }, + { "name" : "LTE Report", + "id" : "0x17", + "mandatory" : "no", + "type" : "TLV", + "format" : "sequence", + "contents" : [ { "name" : "Rate", + "format" : "guint8" }, + { "name" : "Average Period", + "format" : "guint8" } ] }, + { "name" : "RSCP Threshold", + "id" : "0x18", + "mandatory" : "no", + "type" : "TLV", + "format" : "array", + "array-element" : { "format" : "gint8" } } ], + "output" : [ { "common-ref" : "Operation Result" } ] }, + + // ********************************************************************************* { "name" : "Signal Info", "type" : "Indication", "service" : "NAS", |