diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-nas.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index 7f6b809..dcdd03d 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -652,6 +652,22 @@ "output" : [ { "common-ref" : "Operation Result" } ] }, // ********************************************************************************* + { "name" : "Attach Detach", + "type" : "Message", + "service" : "NAS", + "id" : "0x0023", + "version" : "1.0", + "since" : "1.20", + "input" : [ { "name" : "Action", + "id" : "0x10", + "mandatory" : "yes", + "type" : "TLV", + "since" : "1.20", + "format" : "guint8", + "public-format" : "QmiNasPsAttachAction" } ], + "output" : [ { "common-ref" : "Operation Result" } ] }, + + // ********************************************************************************* { "name" : "Get Serving System", "type" : "Message", "service" : "NAS", |