diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index e5cddc6..d256084 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -511,6 +511,25 @@ "format" : "guint8", "public-format" : "gboolean" } ] } } ] }, + // ********************************************************************************* + { "name" : "Set Technology Preference", + "type" : "Message", + "service" : "NAS", + "id" : "0x002A", + "version" : "1.7", + "input" : [ { "name" : "Current", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "sequence", + "contents" : [ { "name" : "Technology Preference", + "format" : "guint16", + "public-format" : "QmiNasRadioTechnologyPreference" }, + { "name" : "Technology Preference Duration", + "format" : "guint8", + "public-format" : "QmiNasPreferenceDuration" } ] } ], + "output" : [ { "common-ref" : "Operation Result" } ] }, + // ********************************************************************************* { "name" : "Get Technology Preference", "type" : "Message",