Re: [OpenWrt-Devel] [PATCH] umbim: add home provider query support

2019-08-29 Thread Bjørn Mork
Ingo Feinerer writes: > This adds support to query the home provider, mainly for debugging and > information purposes. Looks nice to me. Did a simple run test just to confirm that it works as expected with my EM7455 at least: $ ./umbim -p -d /dev/cdc-wdm0 home provider_id: 24201

Re: [OpenWrt-Devel] [PATCH] umbim: add home provider query support

2019-08-04 Thread Ingo Feinerer
On Sun, Aug 04, 2019 at 10:25:01AM +0200, John Crispin wrote: > > +static int > > +mbim_home_provider_response(void *buffer, size_t len) > > +{ > > + struct mbim_basic_connect_home_provider_r *state = (struct > > mbim_basic_connect_home_provider_r *) buffer; > > + char *provider_id,

[OpenWrt-Devel] [PATCH] umbim: add home provider query support

2019-08-04 Thread Ingo Feinerer
This adds support to query the home provider, mainly for debugging and information purposes. Signed-off-by: Ingo Feinerer --- cli.c | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/cli.c b/cli.c index 19f36f4..3a845d4 100644 --- a/cli.c

Re: [OpenWrt-Devel] [PATCH] umbim: add home provider query support

2019-08-04 Thread John Crispin
On 04/08/2019 06:56, Ingo Feinerer wrote: This adds support to query the home provider, mainly for debugging and information purposes. Signed-off-by: Ingo Feinerer --- cli.c | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/cli.c

[OpenWrt-Devel] [PATCH] umbim: add home provider query support

2019-08-03 Thread Ingo Feinerer
This adds support to query the home provider, mainly for debugging and information purposes. Signed-off-by: Ingo Feinerer --- cli.c | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/cli.c b/cli.c index 19f36f4..ea7e0b0 100644 --- a/cli.c