From 50a50ad011bf5291b083ee90a847a90161568ae3 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 22 Feb 2022 00:21:16 +0100 Subject: 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. --- data/qmi-service-nas.json | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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", -- cgit v1.2.1