aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Yin <carl.yin@quectel.com>2021-03-04 11:05:22 +0800
committerAleksander Morgado <aleksander@aleksander.es>2021-03-25 00:02:35 +0100
commitba3379cadcfeee7d5f6ce99fb144a646405bcabe (patch)
tree42b371e228ef3edd2428122e4bba90a632d70ced
parent933b8a9974ba0680698ff4e7f5fd29837d061f5c (diff)
nas: support 5G-SA cell
Fixes https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/issues/57
-rw-r--r--data/qmi-service-nas.json30
1 files changed, 29 insertions, 1 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json
index 8a5ff98..43d2658 100644
--- a/data/qmi-service-nas.json
+++ b/data/qmi-service-nas.json
@@ -1987,7 +1987,35 @@
"id" : "0x1E",
"type" : "TLV",
"since" : "1.28",
- "format" : "guint32" } ] },
+ "format" : "guint32" },
+ { "name" : "NR5G ARFCN",
+ "id" : "0x2E",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "guint32" },
+ { "name" : "NR5G Cell Information",
+ "id" : "0x2F",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "sequence",
+ "contents" : [ { "name" : "PLMN",
+ "format" : "array",
+ "fixed-size" : "3",
+ "array-element" : { "format" : "guint8" } },
+ { "name" : "Tracking Area Code",
+ "format" : "array",
+ "fixed-size" : "3",
+ "array-element" : { "format" : "guint8" } },
+ { "name" : "Global Cell ID",
+ "format" : "guint64" },
+ { "name" : "Physical Cell ID",
+ "format" : "guint16" },
+ { "name" : "RSRQ",
+ "format" : "gint16" },
+ { "name" : "RSRP",
+ "format" : "gint16" },
+ { "name" : "SNR",
+ "format" : "gint16" } ] } ] },
// *********************************************************************************
{ "name" : "Get PLMN Name",