summaryrefslogtreecommitdiff
path: root/data/qmi-service-nas.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/qmi-service-nas.json')
-rw-r--r--data/qmi-service-nas.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json
index e6b8e2b..c3b70ec 100644
--- a/data/qmi-service-nas.json
+++ b/data/qmi-service-nas.json
@@ -25,6 +25,21 @@
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
+ { "name" : "Abort",
+ "type" : "Message",
+ "service" : "NAS",
+ "id" : "0x0001",
+ "version" : "1.0",
+ // This magic tag allows us to avoid creating a method in the client
+ "scope" : "library-only",
+ "input" : [ { "name" : "Transaction ID",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint16" } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
{ "name" : "Set Event Report",
"type" : "Message",
"service" : "NAS",