MC7330 in Japan

2015-09-17 Thread Aleksander Morgado
Hey, Is anyone out there using the MC7330 in Japan? -- Aleksander https://aleksander.es ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/modemmanager-devel

Concurrent usage of mmcli

2015-09-17 Thread João M . S . Silva
Hi, Today I realized that I can't have concurrent processes trying to send SMS's through the same modem. Any ideas on how to achieve this? Maybe with a client/server architecture only? Thanks. -- João M. S. Silva ___ ModemManager-devel mailing

[PATCH v3] core: process SMS +CGMR response with regex

2015-09-17 Thread Nick Stevens
Variability in the response style from certain modems causes the parsing of the +CGMR response to fail. For example, the Telit HE910 inserts an empty string ("") in the second field of the response, causing the sscanf implementation to fail. This patch converts the parsing of the CGMR response to

Re: [PATCH v3] core: process SMS +CGMR response with regex

2015-09-17 Thread Dan Williams
On Thu, 2015-09-17 at 21:31 +, Nick Stevens wrote: > Variability in the response style from certain modems causes the parsing > of the +CGMR response to fail. For example, the Telit HE910 inserts an > empty string ("") in the second field of the response, causing the > sscanf implementation to