[PATCH] basic-connect: implement 'Subscriber Ready Status' notification handling
Aleksander Morgado
aleksander at aleksander.es
Wed Feb 26 01:49:34 PST 2014
On 26/02/14 08:00, Ben Chan wrote:
> ---
> data/mbim-service-basic-connect.json | 17 ++++++++++++++++-
> 1 file changed, 16 insertions(+), 1 deletion(-)
>
Ah, good catch.
Pushed to git master.
> diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json
> index 8656477..fb177c5 100644
> --- a/data/mbim-service-basic-connect.json
> +++ b/data/mbim-service-basic-connect.json
> @@ -64,7 +64,22 @@
> "format" : "guint32" },
> { "name" : "TelephoneNumbers",
> "format" : "string-array",
> - "array-size-field" : "TelephoneNumbersCount" } ] },
> + "array-size-field" : "TelephoneNumbersCount" } ],
> + "notification" : [ { "name" : "ReadyState",
> + "format" : "guint32",
> + "public-format" : "MbimSubscriberReadyState" },
> + { "name" : "SubscriberId",
> + "format" : "string" },
> + { "name" : "SimIccId",
> + "format" : "string" },
> + { "name" : "ReadyInfo",
> + "format" : "guint32",
> + "public-format" : "MbimReadyInfoFlag" },
> + { "name" : "TelephoneNumbersCount",
> + "format" : "guint32" },
> + { "name" : "TelephoneNumbers",
> + "format" : "string-array",
> + "array-size-field" : "TelephoneNumbersCount" } ] },
>
> // *********************************************************************************
> { "name" : "Radio State",
>
--
Aleksander
https://aleksander.es
More information about the libmbim-devel
mailing list