Re: [uqmi] dms: add --get-operating-mode

2021-12-16 Thread Henrik Ginstmark
Hi I have gathered my thoughts in my own version of uqmi. I think I have dual-stack working. It's available at https://github.com/mrhaav/openwrt-packages. Feel free to take a lock and try. :) /Henrik Den mån 6 dec. 2021 kl 08:29 skrev Bjørn Mork : > > Sergey Ryazanov writes: > > > Can you

Re: [uqmi] dms: add --get-operating-mode

2021-12-05 Thread Bjørn Mork
Sergey Ryazanov writes: > Can you reveal what modem model has such nasty behaviour? I personally > test IPv6 with Huawei E3372 (NCM, not QMI) and Sierra MC7304, both of > them work stable. But I can not recall whether they established the > IPv6 connection as soon as a PDP context was

Re: [uqmi] dms: add --get-operating-mode

2021-12-05 Thread Sergey Ryazanov
On Sun, Dec 5, 2021 at 9:57 PM Henrik Ginstmark wrote: > I'm working for a cellular operator and I have the possibilities to monitor > the > registration of the modem from the network side. The registration of an LTE > terminal is clearly described in the 3GPP specifications and I don´t agree >

Re: [uqmi] dms: add --get-operating-mode

2021-12-05 Thread Henrik Ginstmark
Hi I'm working for a cellular operator and I have the possibilities to monitor the registration of the modem from the network side. The registration of an LTE terminal is clearly described in the 3GPP specifications and I don´t agree with the options you mention. An LTE terminal can not register

Re: [uqmi] dms: add --get-operating-mode

2021-12-05 Thread Sergey Ryazanov
On Sun, Dec 5, 2021 at 7:43 PM Henrik Ginstmark wrote: > My intention was to speed up the registration to the LTE network. If we talk about a modem that is part of a router, then I doubt whether the airplane mode activation will be able to speed up the registration procedure. After a router

Re: [uqmi] dms: add --get-operating-mode

2021-12-05 Thread Henrik Ginstmark
Hi My intention was to speed up the registration to the LTE network. When the LTE terminal is powered on it will attach with the modem default APN profile. If that is empty, then the network will assign the network default APN and you get an IP address. But if the modem default APN is incorrect,

Re: [uqmi] dms: add --get-operating-mode

2021-12-05 Thread Sergey Ryazanov
On Sun, Dec 5, 2021 at 5:12 PM Bjørn Mork wrote: > Sergey Ryazanov writes: >> On Sun, Dec 5, 2021 at 3:32 PM Bjørn Mork wrote: >>> Sergey Ryazanov writes: I am, as an occasional user of an LTE modem, never faced a case when the modem is unable to register with a network due to an

Re: [uqmi] dms: add --get-operating-mode

2021-12-05 Thread Bjørn Mork
Sergey Ryazanov writes: > On Sun, Dec 5, 2021 at 3:32 PM Bjørn Mork wrote: >> Sergey Ryazanov writes: >>> I am, as an occasional user of an LTE modem, never faced a case when >>> the modem is unable to register with a network due to an unconfigured >>> APN. The most prominent fact is that no

Re: [uqmi] dms: add --get-operating-mode

2021-12-05 Thread Sergey Ryazanov
On Sun, Dec 5, 2021 at 3:32 PM Bjørn Mork wrote: > Sergey Ryazanov writes: >> I am, as an occasional user of an LTE modem, never faced a case when >> the modem is unable to register with a network due to an unconfigured >> APN. The most prominent fact is that no one else ever faced such case >>

Re: [uqmi] dms: add --get-operating-mode

2021-12-05 Thread Bjørn Mork
Sergey Ryazanov writes: > I am, as an occasional user of an LTE modem, never faced a case when > the modem is unable to register with a network due to an unconfigured > APN. The most prominent fact is that no one else ever faced such case > for a 7 years of the uqmi existence. It looks like you

Re: [uqmi] dms: add --get-operating-mode

2021-12-04 Thread Sergey Ryazanov
CC Piotr and Matti to draw some more attention to this case. On Sun, Dec 5, 2021 at 2:19 AM Henrik Ginstmark wrote: > Den lör 4 dec. 2021 kl 23:19 skrev Sergey Ryazanov : >> On Sat, Dec 4, 2021 at 6:22 PM Henrik Ginstmark wrote: >>> This command make it possible to query if the modem is in

Re: [uqmi] dms: add --get-operating-mode

2021-12-04 Thread Sergey Ryazanov
Please find a few comments related to a patch submission below. As for the airplane mode requirements, I would like to split that discussion into a separate thread and will send a separate reply. On Sun, Dec 5, 2021 at 2:19 AM Henrik Ginstmark wrote: > Den lör 4 dec. 2021 kl 23:19 skrev Sergey

Re: [uqmi] dms: add --get-operating-mode

2021-12-04 Thread Henrik Ginstmark
good idea to keep the 'PATCH' word in the subject line, > so patchwork (https://patchwork.ozlabs.org/project/openwrt/list/) will > be able to catch your patch. Something like this: > > [PATCH uqmi] dms: add --get-operating-mode > > See also a couple of nit picks below. > &g

Re: [uqmi] dms: add --get-operating-mode

2021-12-04 Thread Sergey Ryazanov
BTW, it is a good idea to keep the 'PATCH' word in the subject line, so patchwork (https://patchwork.ozlabs.org/project/openwrt/list/) will be able to catch your patch. Something like this: [PATCH uqmi] dms: add --get-operating-mode See also a couple of nit picks below. > commands-

[uqmi] dms: add --get-operating-mode

2021-12-04 Thread Henrik Ginstmark
dms: add --get-operating-mode This command make it possible to query if the modem is in flight mode or not. If you need to change your APN setting it should be done during flight mode on. To make it possible to automate change of APN setting --get-operating-mode is needed. Signed-off-by: Henrik