nas: Ec/Io given always as a signed integer

This commit is contained in:
Aleksander Morgado 2012-09-27 12:20:14 +02:00
parent fed55d03d2
commit 50ea36c699
2 changed files with 9 additions and 9 deletions

View File

@ -189,7 +189,7 @@ get_signal_info_ready (QmiClientNas *client,
QmiMessageNasGetSignalInfoOutput *output;
GError *error = NULL;
gint8 rssi;
guint16 ecio;
gint16 ecio;
QmiNasEvdoSinrLevel sinr_level;
gint32 io;
gint8 rsrq;

View File

@ -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",