diff options
author | Bjørn Mork <bjorn@mork.no> | 2016-08-19 10:36:11 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-08-19 11:57:45 +0200 |
commit | a9aab00392457b99efcc237ba2f14e45ad9c981c (patch) | |
tree | 69b1490914e644f305df9de53890c94ac9fa6ae5 /data | |
parent | 81c213791e794311a01f3f69e763eb9b10c84f4d (diff) | |
download | external_libqmi-a9aab00392457b99efcc237ba2f14e45ad9c981c.zip external_libqmi-a9aab00392457b99efcc237ba2f14e45ad9c981c.tar.gz external_libqmi-a9aab00392457b99efcc237ba2f14e45ad9c981c.tar.bz2 |
nas: fix RX/TX mixup
Don't know what I was thinking here, but the referenced channels
are of course *RX* channels. None of my modems can do TX CA. Yet :)
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-nas.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index 6a1e6e3..7096678 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -3211,7 +3211,7 @@ "format" : "sequence", "contents" : [ { "name" : "Physical Cell ID", "format" : "guint16"}, - { "name" : "Tx Channel", + { "name" : "Rx Channel", "format" : "guint16" }, { "name" : "DL Bandwidth", "format" : "guint32", @@ -3230,7 +3230,7 @@ "format" : "sequence", "contents" : [ { "name" : "Physical Cell ID", "format" : "guint16"}, - { "name" : "Tx Channel", + { "name" : "Rx Channel", "format" : "guint16" }, { "name" : "DL Bandwidth", "format" : "guint32", |