Re: automatically retrieve the apn for a network

2019-12-10 Thread Giacinto Cifelli
Hi Nicola, On Tue, Dec 10, 2019 at 7:35 PM nick83ola wrote: > > Hi Giacinto, > > thanks for your email. > Is not possible either to get it from the SIM card itself? yes, this is exactly the property you mentioned earlier: org.ofono.AllowedAccessPoints but in general is not populated in the SIM

Re: automatically retrieve the apn for a network

2019-12-10 Thread nick83ola
Hi Giacinto, thanks for your email. Is not possible either to get it from the SIM card itself? I was reading this https://stackoverflow.com/questions/9896079/is-apn-login-information-stored-on-sim-cards#answer-32880199 and also what about the org.ofono.AllowedAccessPoints property? if I call th

Re: automatically retrieve the apn for a network

2019-12-10 Thread Giacinto Cifelli
Hi Nicola, On Tue, Dec 10, 2019 at 2:33 PM nick83ola wrote: > > Hi, > I'm a newbie of ofono and I'm having some issue connecting with connman/ofono. > > There's a way to retrieve the apn for a specific network and automatically > create a context? > I tried to use the mbpi plugins but a lot of n

automatically retrieve the apn for a network

2019-12-10 Thread nick83ola
Hi, I'm a newbie of ofono and I'm having some issue connecting with connman/ofono. There's a way to retrieve the apn for a specific network and automatically create a context? I tried to use the mbpi plugins but a lot of network have duplicates in the apn list. There's also a property in modem pr

[PATCH] gprs: Don't modify the context if assign fails

2019-12-10 Thread richard . rojfors
From: Richard Röjfors There was an issue while running LTE and the connection manager tried to activate the context with CID 1 while it got automatically activated at the same time with CID 4. When the automatic activation happened ofono_gprs_cid_activated got called which tried to assign the co