[OpenWrt-Devel] [PATCH] umbim: update to latest git HEAD

2019-09-11 Thread Ingo Feinerer
184b707 umbim: add home provider query support Signed-off-by: Ingo Feinerer --- package/network/utils/umbim/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/utils/umbim/Makefile b/package/network/utils/umbim/Makefile index 66d25718cf

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, *provider_

[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

[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

Re: [OpenWrt-Devel] umbim: registration set support

2019-02-13 Thread Ingo Feinerer
Hi, anyone willing to review/commit this diff? http://lists.infradead.org/pipermail/openwrt-devel/2019-January/015445.html http://lists.infradead.org/pipermail/openwrt-devel/2019-January/015444.html Thank you. Best regards, Ingo ___ openwrt-devel mai

[OpenWrt-Devel] umbim: registration set support

2019-01-10 Thread Ingo Feinerer
Hi, this mail gives a detailed background explanation and motivation for the patch "[PATCH] umbim: add registration set support" (the analysis is probably too lengthy to be included as a commit message). I am using a Medion S4222 (MediaTek OEM) USB stick and it failed to connect in OpenWrt: # um

[OpenWrt-Devel] [PATCH] umbim: add registration set support

2019-01-10 Thread Ingo Feinerer
This implements the MBIM automatic registration mode to let the function select the best provider network. Signed-off-by: Ingo Feinerer --- cli.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cli.c b/cli.c index 1dd6330..e00b6d4 100644 --- a/cli.c +++ b/cli.c