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
provider_n
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
++
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 b/cli.
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
+++