aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-10-25 15:29:20 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-10-25 15:30:45 +0100
commit770e6a01ea5dc0baa7572729a648497020d103f2 (patch)
tree59937e9306e67e07365139981fa5fab50c89f364 /data
parent4a2a3bdfe960207fb8c28dff3584119e4f4ab2e8 (diff)
downloadexternal_libqmi-770e6a01ea5dc0baa7572729a648497020d103f2.zip
external_libqmi-770e6a01ea5dc0baa7572729a648497020d103f2.tar.gz
external_libqmi-770e6a01ea5dc0baa7572729a648497020d103f2.tar.bz2
nas: new optional TLV in 'Get Home Network' to know whether MNC is 2 or 3 digits
Also, version bump to 1.13.5 to flag the exact version in which the change was introduced.
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-nas.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json
index 78ee0b7..cec199f 100644
--- a/data/qmi-service-nas.json
+++ b/data/qmi-service-nas.json
@@ -1086,7 +1086,18 @@
"format" : "guint8",
"public-format" : "QmiNasNetworkDescriptionEncoding" },
{ "name" : "Description",
- "format" : "string" } ] } ] },
+ "format" : "string" } ] },
+ { "name" : "Home Network 3GPP MNC",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Is 3GPP",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Includes PCS Digit",
+ "format" : "guint8",
+ "public-format" : "gboolean" } ] } ] },
// *********************************************************************************
{ "name" : "Set Technology Preference",