diff options
author | Albert Diserholt <albert.diserholt@icomera.com> | 2015-12-04 14:14:10 +0000 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2015-12-04 14:21:58 -0600 |
commit | 2f70d96a022e9c5ce960ecc8e915f814f1303ee6 (patch) | |
tree | df3b9a009abc09278b55f93cdd523d33501d9c03 /data | |
parent | 9c6aae9002eec5406f64f50843f768357f59ed44 (diff) | |
download | external_libqmi-2f70d96a022e9c5ce960ecc8e915f814f1303ee6.zip external_libqmi-2f70d96a022e9c5ce960ecc8e915f814f1303ee6.tar.gz external_libqmi-2f70d96a022e9c5ce960ecc8e915f814f1303ee6.tar.bz2 |
nas: correct ID for Get RF Band Information result TLV
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-nas.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index cec199f..3d57691 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -1152,7 +1152,7 @@ "version" : "1.1", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "List", - "id" : "0x11", + "id" : "0x01", "mandatory" : "no", "type" : "TLV", "format" : "array", |