diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-01-25 19:34:26 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-01-25 19:34:26 +0100 |
commit | 83dd5e2974b57f8a1eb51d57fd7e60e8ae5a66a9 (patch) | |
tree | 25787045c70292efe14a2a349dc8b0073ebf8be5 /NEWS | |
parent | 9b5957ae4a26a8273b72074c03d9eea188cceacc (diff) |
nas: fix ECIO List TLV array element type (api break)
ECIO List TLV (0x12) in the NAS Get Signal Strength response message is given as an
unsigned byte, representing negative 0.5dB increments.
This is an API break; added to NEWS already not to forget about it.
Also, version bump to 0.13.2 to flag the exact version in which the change
was introduced.
https://bugs.freedesktop.org/show_bug.cgi?id=85052
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ Overview of changes in libqmi 1.14.0 This version comes with one small API break: * ECIO value type in "NAS Event Report Indication" is given as unsigned. +* ECIO value in ECIO List array type in "NAS Get Signal Strenght" is given as + unsigned. Overview of changes in libqmi 1.12.0 |