diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-01 16:44:04 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-01 16:51:56 +0200 |
commit | bd6257f8eb1ed396747776faf6cc652023027447 (patch) | |
tree | d8a640391d8a8754a4bfd7c7f6a57967c6df7bdb /data/qmi-service-nas.json | |
parent | 81ae1287dcfe7abe7b30721a86f524ae7ca23378 (diff) | |
download | external_libqmi-bd6257f8eb1ed396747776faf6cc652023027447.zip external_libqmi-bd6257f8eb1ed396747776faf6cc652023027447.tar.gz external_libqmi-bd6257f8eb1ed396747776faf6cc652023027447.tar.bz2 |
nas: add missing TLV prerequisites
Diffstat (limited to 'data/qmi-service-nas.json')
-rw-r--r-- | data/qmi-service-nas.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index bbadd14..79f5bab 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -365,7 +365,8 @@ "format" : "gint8" }, { "name" : "Radio Interface", "format" : "gint8", - "public-format" : "QmiNasRadioInterface" } ] }, + "public-format" : "QmiNasRadioInterface" } ], + "prerequisites": [ { "common-ref" : "Success" } ] }, { "name" : "Strength List", "id" : "0x10", "mandatory" : "no", @@ -538,7 +539,8 @@ { "name" : "Radio Interfaces", "format" : "array", "array-element" : { "format" : "gint8", - "public-format" : "QmiNasRadioInterface" } } ] }, + "public-format" : "QmiNasRadioInterface" } } ], + "prerequisites": [ { "common-ref" : "Success" } ] }, { "name" : "Roaming Indicator", "id" : "0x10", "mandatory" : "no", @@ -762,7 +764,8 @@ "public-format" : "QmiNasRadioTechnologyPreference" }, { "name" : "Technology Preference Duration", "format" : "guint8", - "public-format" : "QmiNasPreferenceDuration" } ] }, + "public-format" : "QmiNasPreferenceDuration" } ], + "prerequisites": [ { "common-ref" : "Success" } ] }, { "name" : "Persistent", "id" : "0x10", "mandatory" : "no", |