summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-02-22 00:21:16 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-02-22 12:56:06 +0100
commit50a50ad011bf5291b083ee90a847a90161568ae3 (patch)
tree6984d561a8e443bed5beb3ffd0e7ecbdafde607b /data
parentf83a461b12ed2acf3922b651305b47f0e396e5f2 (diff)
downloadlibqmi-50a50ad011bf5291b083ee90a847a90161568ae3.tar.gz
compat: fix 'GERAN Info' TLV return in 'NAS Get Cell Location Info'
The 'GERAN Info' TLV returned a "cell" GArray with array elements of the wrong format. This was fixed in the 'GERAN Info v2' update, but the compat method still needs to be able to return a GArray We could return an empty GArray and be done with it, but providing a compat array with the old element type isn't a big deal either, so we try to do that. This avoids breaking users that were correctly assuming the output GArray was always set if the TLV getter didn't fail.
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-nas.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json
index 7dcf0e0d..aa5daad2 100644
--- a/data/qmi-service-nas.json
+++ b/data/qmi-service-nas.json
@@ -1789,6 +1789,7 @@
"service" : "NAS",
"id" : "0x0043",
"since" : "1.10",
+ "output-compat" : "yes",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "GERAN Info v2",
"id" : "0x10",