summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-09-25 00:12:46 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-09-27 15:42:59 +0200
commit392e95aa8375f6e3614295adafa4f17960516cd0 (patch)
tree1c436c00a0250fa313cf57f77d914fa62be038e7 /data
parentd6d0114cc7720e0dfe5b8a8fece57343e85490df (diff)
ms-basic-connect-extensions: rename enum types in 'Provisioned Contexts v2'
Let's avoid having the v2 suffix in the enum names, and also make sure the enum names follow the usual conventions in the library.
Diffstat (limited to 'data')
-rwxr-xr-xdata/mbim-service-ms-basic-connect-extensions.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/mbim-service-ms-basic-connect-extensions.json b/data/mbim-service-ms-basic-connect-extensions.json
index 604894f..9de3659 100755
--- a/data/mbim-service-ms-basic-connect-extensions.json
+++ b/data/mbim-service-ms-basic-connect-extensions.json
@@ -274,12 +274,12 @@
{ "name" : "IpType",
"format" : "guint32",
"public-format" : "MbimContextIpType" },
- { "name" : "Enable",
+ { "name" : "State",
"format" : "guint32",
- "public-format" : "MbimContextEnable" },
+ "public-format" : "MbimContextState" },
{ "name" : "Roaming",
"format" : "guint32",
- "public-format" : "MbimContextRoamingControlV2" },
+ "public-format" : "MbimContextRoamingControl" },
{ "name" : "MediaType",
"format" : "guint32",
"public-format" : "MbimContextMediaType" },
@@ -304,18 +304,18 @@
"since" : "1.28",
"set" : [ { "name" : "Operation",
"format" : "guint32",
- "public-format" : "MbimContextOperationsV2" },
+ "public-format" : "MbimContextOperation" },
{ "name" : "ContextType",
"format" : "uuid" },
{ "name" : "IpType",
"format" : "guint32",
"public-format" : "MbimContextIpType" },
- { "name" : "Enable",
+ { "name" : "State",
"format" : "guint32",
- "public-format" : "MbimContextEnable" },
+ "public-format" : "MbimContextState" },
{ "name" : "Roaming",
"format" : "guint32",
- "public-format" : "MbimContextRoamingControlV2" },
+ "public-format" : "MbimContextRoamingControl" },
{ "name" : "MediaType",
"format" : "guint32",
"public-format" : "MbimContextMediaType" },