Re: Location of rmnet setup

2020-10-12 Thread Michał Mazur
Hi, It seems we are using a part from Qualcomm's dataservices repository: https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/dataservices/ Few projects took a snapshot of a certain branch or tag and maybe adjusted the library so in my opinion its better to keep it separate and

Re: Location of rmnet setup

2020-10-09 Thread Aleksander Morgado
Hey, > > I don't know location of the official librmnetctl repo. We are using snapshot > from branch LC.UM.1.0 of > https://source.codeaurora.org/quic/lc/chromiumos/third_party/librmnetctl > If we're looking at using just some netlink socket based operations, and if there is no "official"

Re: Location of rmnet setup

2020-10-09 Thread Aleksander Morgado
Hey Michał, > > Thank you for the reply. As you suggested I created MMPortRmnet to handle > data port setup: > https://gitlab.freedesktop.org/mkm/ModemManager/-/commit/b25310666e41a19150fe2b18ff3b7cce73f9129a > It includes all the code that uses the rmnet library to configure devices but > it

Re: Location of rmnet setup

2020-10-09 Thread Michał Mazur
Hi Daniele, I don't know location of the official librmnetctl repo. We are using snapshot from branch LC.UM.1.0 of https://source.codeaurora.org/quic/lc/chromiumos/third_party/librmnetctl Regards, Michal pt., 9 paź 2020 o 08:02 Daniele Palmas napisał(a): > Hi Michal, > > Il ven 9 ott 2020,

Re: Location of rmnet setup

2020-10-09 Thread Daniele Palmas
Hi Michal, Il ven 9 ott 2020, 04:05 Michał Mazur ha scritto: > Hi Aleksander, > > Thank you for the reply. As you suggested I created MMPortRmnet to handle > data port setup: > > https://gitlab.freedesktop.org/mkm/ModemManager/-/commit/b25310666e41a19150fe2b18ff3b7cce73f9129a > It includes all

Re: Location of rmnet setup

2020-10-08 Thread Michał Mazur
Hi Aleksander, Thank you for the reply. As you suggested I created MMPortRmnet to handle data port setup: https://gitlab.freedesktop.org/mkm/ModemManager/-/commit/b25310666e41a19150fe2b18ff3b7cce73f9129a It includes all the code that uses the rmnet library to configure devices but it is not

Re: Location of rmnet setup

2020-10-03 Thread Aleksander Morgado
Hey Michał! > > We've decided to move the rmnet configuration to libqmi. It seems to be a > better place because there is already a class for QRTR control socket. I would suggest discussing in the public mailing list or in gitlab issues this kind of thing, so that everyone can participate in

Re: Location of rmnet setup

2020-10-02 Thread Michał Mazur
Hey, We've decided to move the rmnet configuration to libqmi. It seems to be a better place because there is already a class for QRTR control socket. https://gitlab.freedesktop. org/mkm/libqmi/-/commit/

Re: Location of rmnet setup

2020-09-24 Thread Aleksander Morgado
Hey! > > I'm working on the setup of a rmnet device for QRTR node and would like to > create a new file mm-kernel-device-rmnet.c in src/kerneldevice. Support for > the QRTR kernel device subclass will be in > src/kerneldevice/mm-kernel-device-qrtr.c. > Setup function would be called from

Location of rmnet setup

2020-09-24 Thread Michał Mazur
Hey, I'm working on the setup of a rmnet device for QRTR node and would like to create a new file mm-kernel-device-rmnet.c in src/kerneldevice. Support for the QRTR kernel device subclass will be in src/kerneldevice/mm-kernel-device-qrtr.c. Setup function would be called from mm-base-manager.c