aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-03-01 12:59:36 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-03-02 11:15:34 +0100
commit3feeb4e516acdab89ff71d29a01eef4f5338b581 (patch)
tree153a752503e3f86e8bfc31e1857f75903f23966f /data
parent1878b725fa311ec337fb04277f66a44f511a0020 (diff)
nas: support 'Network Reject' indications
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-nas.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json
index 10bfbd9..b01fd0d 100644
--- a/data/qmi-service-nas.json
+++ b/data/qmi-service-nas.json
@@ -3833,6 +3833,49 @@
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
+
+ { "name" : "Network Reject",
+ "type" : "Indication",
+ "service" : "NAS",
+ "id" : "0x0068",
+ "since" : "1.30",
+ "output" : [ { "name" : "Radio Interface",
+ "id" : "0x01",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "guint8",
+ "public-format" : "QmiNasRadioInterface" },
+ { "name" : "Service Domain",
+ "id" : "0x02",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "guint8",
+ "public-format" : "QmiNasNetworkServiceDomain" },
+ { "name" : "Reject Cause",
+ "id" : "0x03",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "guint8",
+ "public-format" : "QmiNasRejectCause" },
+ { "name" : "PLMN",
+ "id" : "0x10",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "sequence",
+ "contents" : [ { "name" : "MCC",
+ "format" : "guint16" },
+ { "name" : "MNC",
+ "format" : "guint16" },
+ { "name" : "Includes PCS Digit",
+ "format" : "guint8",
+ "public-format" : "gboolean" } ] },
+ { "name" : "Closed Subscriber Group",
+ "id" : "0x11",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "guint32" } ] },
+
+ // *********************************************************************************
{ "name" : "Get DRX",
"type" : "Message",
"service" : "NAS",