nas: implement "Set Technology Preference" request/response

This commit is contained in:
Aleksander Morgado 2012-07-31 09:51:06 +02:00
parent 46c70e0e56
commit f5fe4debcb
1 changed files with 19 additions and 0 deletions

View File

@ -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",