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

2015-09-22 Thread Aleksander Morgado
On Thu, Sep 17, 2015 at 11:31 PM, 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

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

[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