From f2c94205236d491f9d5c01b9da6b0b7eab93acae Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sun, 14 Apr 2013 09:46:12 +0200 Subject: basic-connect: implement 'Connect' command handling --- data/mbim-service-basic-connect.json | 72 ++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) (limited to 'data/mbim-service-basic-connect.json') diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json index c573cd9..0caf21c 100644 --- a/data/mbim-service-basic-connect.json +++ b/data/mbim-service-basic-connect.json @@ -250,6 +250,78 @@ { "name" : "ErrorRateThreshold", "format" : "guint32" } ] }, + // ********************************************************************************* + { "name" : "Connect", + "service" : "Basic Connect", + "type" : "Command", + "set" : [ { "name" : "SessionId", + "format" : "guint32" }, + { "name" : "ActivationCommand", + "format" : "guint32", + "public-format" : "MbimActivationCommand" }, + { "name" : "AccessString", + "format" : "string" }, + { "name" : "UserName", + "format" : "string" }, + { "name" : "Password", + "format" : "string" }, + { "name" : "Compression", + "format" : "guint32", + "public-format" : "MbimCompression" }, + { "name" : "AuthProtocol", + "format" : "guint32", + "public-format" : "MbimAuthProtocol" }, + { "name" : "IpType", + "format" : "guint32", + "public-format" : "MbimContextIpType" }, + { "name" : "ContextType", + "format" : "uuid" } ], + "query" : [ { "name" : "SessionId", + "format" : "guint32" }, + { "name" : "ActivationState", + "format" : "guint32", + "public-format" : "MbimActivationState" }, + { "name" : "VoiceCallState", + "format" : "guint32", + "public-format" : "MbimVoiceCallState" }, + { "name" : "IpType", + "format" : "guint32", + "public-format" : "MbimContextIpType" }, + { "name" : "ContextType", + "format" : "uuid" }, + { "name" : "NwError", + "format" : "guint32" } ], + "response" : [ { "name" : "SessionId", + "format" : "guint32" }, + { "name" : "ActivationState", + "format" : "guint32", + "public-format" : "MbimActivationState" }, + { "name" : "VoiceCallState", + "format" : "guint32", + "public-format" : "MbimVoiceCallState" }, + { "name" : "IpType", + "format" : "guint32", + "public-format" : "MbimContextIpType" }, + { "name" : "ContextType", + "format" : "uuid" }, + { "name" : "NwError", + "format" : "guint32" } ], + "notification" : [ { "name" : "SessionId", + "format" : "guint32" }, + { "name" : "ActivationState", + "format" : "guint32", + "public-format" : "MbimActivationState" }, + { "name" : "VoiceCallState", + "format" : "guint32", + "public-format" : "MbimVoiceCallState" }, + { "name" : "IpType", + "format" : "guint32", + "public-format" : "MbimContextIpType" }, + { "name" : "ContextType", + "format" : "uuid" }, + { "name" : "NwError", + "format" : "guint32" } ] }, + // ********************************************************************************* { "name" : "MbimProvisionedContextElement", "type" : "Struct", -- cgit v1.2.3