diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-06-23 14:35:51 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-06-23 14:35:51 +0200 |
commit | 15a53e0d7d8ae6e08cef7b8d25da9a9744eb6639 (patch) | |
tree | 8c31bf3baf7743b4780262784e717e00427729d7 | |
parent | beb70cb89c6665db4466f68d165a778e0f7cd5dc (diff) |
nas: 5G signal info TLVs available in 1.26.2 already
-rw-r--r-- | data/qmi-service-nas.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index b490a4d..5ff9e43 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -3267,7 +3267,7 @@ { "name" : "TDMA Signal Strength Extended", "id" : "0x16", "type" : "TLV", - "since" : "1.28", + "since" : "1.26.2", "format" : "sequence", "contents" : [ { "name" : "RSSI", "format" : "gint32" }, @@ -3280,7 +3280,7 @@ { "name" : "5G Signal Strength", "id" : "0x17", "type" : "TLV", - "since" : "1.28", + "since" : "1.26.2", "format" : "sequence", "contents" : [ { "name" : "RSRP", "format" : "gint16" }, @@ -3289,7 +3289,7 @@ { "name" : "5G Signal Strength Extended", "id" : "0x18", "type" : "TLV", - "since" : "1.28", + "since" : "1.26.2", "format" : "gint16" } ] }, // ********************************************************************************* |