Re: fibocom: Minimum PDP context ID

2022-08-08 Thread Aleksander Morgado
Hey, > > The CID=2 context was created because we're now explicitly requesting > > a specific APN in settings. I think that should be fine. > > > >> +CGCONTRDP: > >> 1,5,"internet.gma.iot","10.80.129.7",,"193.181.245.57","193.181.245.58" > >> +GTRNDIS: 1,2,"10.80.129.7","193.181.245.57","193.181.2

Re: fibocom: Minimum PDP context ID

2022-08-05 Thread Aleksander Morgado
Hey! > > I finally had a chance to investigate this a little further. > > >> Which marks the bearer intermediately as not connected and the ECM > >> connection is torn down on the host. > > > > Shouldn't we then change the connection check to use the RNDIS state > > query instead of +CGACT? > > I

Re: fibocom: Minimum PDP context ID

2022-04-07 Thread Aleksander Morgado
Hey, > On 3/29/22 10:59, Aleksander Morgado wrote: > > If you used QMI, then the Modem3gpp.SetInitialEpsBearerSettings() > > method would end up modifying that CID=1. > > But that doesn't mean you cannot change them using the profile manager > > APIs also. When using QMI, you can do both things, a

Re: fibocom: Minimum PDP context ID

2022-03-29 Thread Aleksander Morgado
Hey > >> Speaking of the default EPS bearer, should ModemManager be aware of that > >> bearer somehow, i.e. list it as an active bearer object etc? > >> > > > > Yes, we could do that, definitely. There is no chance of getting the > > profile id wrong in Intel-based modems I think, if they support

Re: fibocom: Minimum PDP context ID

2022-03-09 Thread Aleksander Morgado
Hey, > > The way to restrict the CID range to >= 1 would be to subclass the > > check_format() method in the MMIfaceModem3gppProfileManager, so that > > it returns a "min_profile_id" equal to 1. For that, you could just > > call the "parent" check_format() method, in order to use the generic > > +

Re: fibocom: Minimum PDP context ID

2022-03-08 Thread Aleksander Morgado
Hey, > On 3/8/22 15:21, Aleksander Morgado wrote: > > If I'm not mistaken, in Intel chipset based modems, CID=0 is used to > > handle the initial default EPS bearer; i.e. the bearer that gets > > automatically setup when the modem gets registered in the network. If > > +GTRNDIS isn't able to handl

Re: fibocom: Minimum PDP context ID

2022-03-08 Thread Aleksander Morgado
Hey, > I'm troubleshooting a problem with the Fibocom L610 LTE Cat-1 modem and > ModemManager 1.18.6. The modem/SIM appears to connect PDP context 0 > automatically. The APN seems to be populated from the SIM. When trying > to connect, ModemManager searches for the best context. If context 0 > mat