Re: Missing documentation for SimManager property writing?

2020-05-29 Thread Denis Kenzior
Hi Pavel, On 5/19/20 3:50 AM, Pavel Machek wrote: Hi! In doc/sim-api.txt, there are some properties marked read/write, but I don't see documented way to change those properties. Someone may want to fix that up. Ah thanks for pointing this out. Should now be fixed upstream by commit

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

2020-05-29 Thread Denis Kenzior
Hi Lars, On 5/29/20 7:43 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

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

2020-05-29 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 two arrays here, that