diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-nas.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index d76b73c..e6b8e2b 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -198,7 +198,7 @@ "type" : "TLV", "format" : "sequence", "contents" : [ { "name" : "ECIO", - "format" : "guint8" }, + "format" : "gint8" }, { "name" : "Radio Interface", "format" : "gint8", "public-format" : "QmiNasRadioInterface" } ] }, @@ -401,7 +401,7 @@ "array-element" : { "name" : "Element", "format" : "struct", "contents" : [ { "name" : "ECIO", - "format" : "guint8" }, + "format" : "gint8" }, { "name" : "Radio Interface", "format" : "gint8", "public-format" : "QmiNasRadioInterface" } ] } }, @@ -2537,7 +2537,7 @@ "contents" : [ { "name" : "RSSI", "format" : "gint8" }, { "name" : "ECIO", - "format" : "guint16" } ] }, + "format" : "gint16" } ] }, { "name" : "HDR Signal Strength", "id" : "0x11", "mandatory" : "no", @@ -2546,7 +2546,7 @@ "contents" : [ { "name" : "RSSI", "format" : "gint8" }, { "name" : "ECIO", - "format" : "guint16" }, + "format" : "gint16" }, { "name" : "SINR", "format" : "guint8", "public-format" : "QmiNasEvdoSinrLevel" }, @@ -2565,7 +2565,7 @@ "contents" : [ { "name" : "RSSI", "format" : "gint8" }, { "name" : "ECIO", - "format" : "guint16" } ] }, + "format" : "gint16" } ] }, { "name" : "LTE Signal Strength", "id" : "0x14", "mandatory" : "no", @@ -2664,7 +2664,7 @@ "contents" : [ { "name" : "RSSI", "format" : "gint8" }, { "name" : "ECIO", - "format" : "guint16" } ] }, + "format" : "gint16" } ] }, { "name" : "HDR Signal Strength", "id" : "0x11", "mandatory" : "no", @@ -2673,7 +2673,7 @@ "contents" : [ { "name" : "RSSI", "format" : "gint8" }, { "name" : "ECIO", - "format" : "guint16" }, + "format" : "gint16" }, { "name" : "SINR", "format" : "guint8", "public-format" : "QmiNasEvdoSinrLevel" }, @@ -2692,7 +2692,7 @@ "contents" : [ { "name" : "RSSI", "format" : "gint8" }, { "name" : "ECIO", - "format" : "guint16" } ] }, + "format" : "gint16" } ] }, { "name" : "LTE Signal Strength", "id" : "0x14", "mandatory" : "no", |