Re: [PATCH v2] quectel: EC21 needs aux channel to be the first mux channel

2020-05-28 Thread Denis Kenzior
Hi Lars, On 5/28/20 4:32 AM, poesc...@lemonage.de wrote: From: Lars Poeschel The Quectel EC21 does only work correctly, if the mux channel used for aux is the first mux channel. It does only put it's URC messages in the first mux channel, so this has to be the aux channel in our case. To be

Re: [PATCH] Adds optional phone number parameter to ofono-phonesim

2020-05-28 Thread Lars Poeschel
Hi Bettina-Jennifer, whatever way you chose to send your patches, this is totally messed up. It would be very hard to extract usable information from this email. It looks like you wanted to send two patches, but it is just one email. Your email does include text and html parts, which is also not

Re: Quectel BG95 Support

2020-05-28 Thread Lars Poeschel
Hello! On Thu, May 14, 2020 at 02:27:22PM -, arash.javanm...@inro-et.de wrote: > Hello, > unfortunately there is no support for Quectel BG95 in ofono. But > nevertheless i tried to adapt the existing Quectel implementation for BG95. > So i added: > > udevng.c > --- 8< - >

[PATCH v2] quectel: EC21 needs aux channel to be the first mux channel

2020-05-28 Thread poeschel
From: Lars Poeschel The Quectel EC21 does only work correctly, if the mux channel used for aux is the first mux channel. It does only put it's URC messages in the first mux channel, so this has to be the aux channel in our case. To be flexible on the mux order we introduce an array here, that