diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-10-24 13:13:03 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-11-11 10:50:57 +0100 |
commit | 1152cf7e6a4a96d833b6ab0a58c5fc6e3ea54765 (patch) | |
tree | 0d4dd925ffd06874bdd25efef0c9a688dee79d62 /data/qmi-service-nas.json | |
parent | 65e42b247a624584366420e5f92270b006cd61de (diff) |
nas: new 'Extended LTE Band Preference' TLV in "Set/Get SSP"
The "LTE Band Preference" TLV is defined as a 64bit mask, and
therefore it can only report up to 64 bands (1-64).
The new 'Extended LTE Band Preference' TLV is defined as a sequence of
four 64-bit masks, allowing up to 256 bands reported.
<<<<<< TLV:
<<<<<< type = "Extended LTE Band Preference" (0x23)
<<<<<< length = 32
<<<<<< value = DF:18:09:3B:A0:01:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
<<<<<< translated = { [0] = '1787696847071 ' [1] = '0 ' [2] = '0 ' [3] = '0 '}
Based on a patch from Wolfgang Tolkien <wtolkien@cypress.bc.ca>
Diffstat (limited to 'data/qmi-service-nas.json')
-rw-r--r-- | data/qmi-service-nas.json | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index dcdd03d..24d4ff0 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -1413,7 +1413,21 @@ "type" : "TLV", "since" : "1.0", "format" : "guint64", - "public-format" : "QmiNasTdScdmaBandPreference" } ], + "public-format" : "QmiNasTdScdmaBandPreference" }, + { "name" : "Extended LTE Band Preference", + "id" : "0x24", + "mandatory" : "no", + "type" : "TLV", + "since" : "1.20", + "format" : "sequence", + "contents" : [ { "name" : "Mask Low", + "format" : "guint64" }, + { "name" : "Mask Mid Low", + "format" : "guint64" }, + { "name" : "Mask Mid High", + "format" : "guint64" }, + { "name" : "Mask High", + "format" : "guint64" } ] } ], "output" : [ { "common-ref" : "Operation Result" } ] }, // ********************************************************************************* @@ -1506,7 +1520,21 @@ "format" : "guint16" }, { "name" : "Includes PCS Digit", "format" : "guint8", - "public-format" : "gboolean" } ] } ] }, + "public-format" : "gboolean" } ] }, + { "name" : "Extended LTE Band Preference", + "id" : "0x23", + "mandatory" : "no", + "type" : "TLV", + "since" : "1.20", + "format" : "sequence", + "contents" : [ { "name" : "Mask Low", + "format" : "guint64" }, + { "name" : "Mask Mid Low", + "format" : "guint64" }, + { "name" : "Mask Mid High", + "format" : "guint64" }, + { "name" : "Mask High", + "format" : "guint64" } ] } ] }, // ********************************************************************************* { "name" : "Get Operator Name", |