[PATCH] mbpi: Parse gsm provider name

2014-04-16 Thread Slava Monich
This gives the provisioning plugin more information to work with and improves the chance of automatically picking the right AP in case if we have more than one for the same mcc/mnc combination. --- include/gprs-provision.h | 1 + plugins/mbpi.c | 47

Re: RFC: Ubuntu Touch, MMS, and Provisioning

2014-03-05 Thread Slava Monich
3. No way to associate additional APN properties with a gprs_context. apns-conf.xml has many additional APN attributes which don't map directly to gprs_context properties ( eg. authtype, mvno_type, ... ). If you have usecases in mind for some of these properties, feel free to suggest

Re: RFC: Ubuntu Touch, MMS, and Provisioning

2014-03-05 Thread Slava Monich
Hi Denis, What do you think about extending org.ofono.ConnectionContext API with Add/RemoveProperty calls and PropertyAdded/Removed signals to allow platform/application specific properties of type string? Use cases include marking connections as preferred/default or assigning priorities to

Re: RFC: Ubuntu Touch, MMS, and Provisioning

2014-03-05 Thread Slava Monich
Hi Marcel, I am not even sure what’s your goal here? Are just trying to plain copy the horrible crap that Android puts in front of their users? You do realize that their list of APNs just purely exists since they never figured out on how to do the automatic provisioning properly and user

Re: RFC: Ubuntu Touch, MMS, and Provisioning

2014-03-05 Thread Slava Monich
Hi Denis, Hi Slava, not my job as a middleware developer to design the UI. But in the end when it's decided which settings should be per-SIM and which are global, I see ofono which I'm already using and which implements persistent per-SIM storage, property change notifications and other

[PATCH] mbpi: Pop subparser stack after mmsc and mmsproxy

2014-02-06 Thread Slava Monich
--- plugins/mbpi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/mbpi.c b/plugins/mbpi.c index 17ba4d8..dff8752 100644 --- a/plugins/mbpi.c +++ b/plugins/mbpi.c @@ -190,7 +190,9 @@ static void apn_end(GMarkupParseContext *context, const gchar *element_name, {

Re: [PATCH] gprs: Use internet apn for auto-created context

2014-01-19 Thread Slava Monich
Hi Denis, Hi Slava, A gentle reminder to please not top-post on this mailing list. On 01/16/2014 02:52 PM, Slava Monich wrote: Hi Denis, Sorry to bother you, but I don't quite get the logic. There's something that needs to be done in case if ALL provisioning plugins have run and failed. How

Re: [PATCH] gprs: Use internet apn for auto-created context

2014-01-16 Thread Slava Monich
I missing something? I don't want to waste your time as well as mine by submitting patches that get rejected but in order to do so I have to understand why patches get rejected. Regards, -Slava Hi Slava, On 01/16/2014 08:43 AM, Slava Monich wrote: Such an access point has a pretty good

<    1   2