aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-03-01 12:05:58 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-03-02 11:15:34 +0100
commit1878b725fa311ec337fb04277f66a44f511a0020 (patch)
tree8a7132389437893c4ed58b450b54702c4fd071b3
parent3a194b64608ab6e75484315a1494cd0559503d07 (diff)
nas: update 'Register Indications' to allow network reject indications
-rw-r--r--data/qmi-service-nas.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json
index 796a6aa..10bfbd9 100644
--- a/data/qmi-service-nas.json
+++ b/data/qmi-service-nas.json
@@ -461,7 +461,18 @@
"type" : "TLV",
"since" : "1.0",
"format" : "guint8",
- "public-format" : "gboolean" } ],
+ "public-format" : "gboolean" },
+ { "name" : "Network Reject Information",
+ "id" : "0x21",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Enable Network Reject Indications",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Supress System Info Indications",
+ "format" : "guint8",
+ "public-format" : "gboolean" } ] } ],
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************