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

openwrt netifd integration improvements with new dispatcher scripts

2022-03-29 Thread Aleksander Morgado
Hey, The current openwrt integration suffered from a serious problem: network initiated disconnections were properly detected by MM but never reported to netifd. Due to this, the modem may end up in registered state while netifd thinks it is still connected. I reported about this issue here: http

Re: openwrt netifd integration improvements with new dispatcher scripts

2022-03-29 Thread Peter Naulls
On 3/29/22 09:29, Aleksander Morgado wrote: Hey, The current openwrt integration suffered from a serious problem: network initiated disconnections were properly detected by MM but never reported to netifd. Due to this, the modem may end up in registered state while netifd thinks it is still conn

Re: openwrt netifd integration improvements with new dispatcher scripts

2022-03-29 Thread Bjørn Mork
Aleksander Morgado writes: > Hey, > > The current openwrt integration suffered from a serious problem: > network initiated disconnections were properly detected by MM but > never reported to netifd. Due to this, the modem may end up in > registered state while netifd thinks it is still connected.