diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-06-10 22:56:10 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-06-10 23:06:42 -0700 |
commit | 86328ed1cc2e1451c095a3c892b7dfd6d1d474d8 (patch) | |
tree | 104c02d14847b767a63eae339777c5560c043472 /data | |
parent | cd14401f0247b1c1cf9f7c3757669c65e5489a38 (diff) |
nas: support 'Force Network Search'
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-nas.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index bf3ec0f..6a1e6e3 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -3144,6 +3144,14 @@ "prerequisites": [ { "common-ref" : "Success" } ] } ] }, // ********************************************************************************* + { "name" : "Force Network Search", + "type" : "Message", + "service" : "NAS", + "id" : "0x0067", + "version" : "1.21", + "output" : [ { "common-ref" : "Operation Result" } ] }, + + // ********************************************************************************* { "name" : "Get CDMA Position Info", "type" : "Message", "service" : "NAS", |