diff options
Diffstat (limited to 'data/qmi-service-nas.json')
-rw-r--r-- | data/qmi-service-nas.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index c4259ec..7f6b809 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -1493,6 +1493,47 @@ "public-format" : "gboolean" } ] } ] }, // ********************************************************************************* + { "name" : "Get Operator Name", + "type" : "Message", + "service" : "NAS", + "id" : "0x0039", + "version" : "1.3", + "since" : "1.18", + "output" : [ { "common-ref" : "Operation Result" }, + { "common-ref" : "NAS Service Provider Name", + "since" : "1.18", + "prerequisites" : [ { "common-ref" : "Success" } ] }, + { "common-ref" : "NAS Operator PLMN List", + "since" : "1.18", + "prerequisites" : [ { "common-ref" : "Success" } ] }, + { "common-ref" : "NAS Operator PLMN Name", + "since" : "1.18", + "prerequisites" : [ { "common-ref" : "Success" } ] }, + { "common-ref" : "NAS Operator String Name", + "since" : "1.18", + "prerequisites" : [ { "common-ref" : "Success" } ] }, + { "common-ref" : "NAS Operator NITZ Information", + "since" : "1.18", + "prerequisites" : [ { "common-ref" : "Success" } ] } ] }, + + { "name" : "Operator Name", + "type" : "Indication", + "service" : "NAS", + "id" : "0x003A", + "version" : "1.3", + "since" : "1.18", + "output" : [ { "common-ref" : "NAS Service Provider Name", + "since" : "1.18" }, + { "common-ref" : "NAS Operator PLMN List", + "since" : "1.18" }, + { "common-ref" : "NAS Operator PLMN Name", + "since" : "1.18" }, + { "common-ref" : "NAS Operator String Name", + "since" : "1.18" }, + { "common-ref" : "NAS Operator NITZ Information", + "since" : "1.18" } ] }, + + // ********************************************************************************* { "name" : "Get Cell Location Info", "type" : "Message", "service" : "NAS", |