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
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_
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
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
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
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
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