Re: [PATCH] telit: fix AT+SERVICE 3GPP2 access technology reporting

2017-04-05 Thread Daniele Palmas
Hi Dan, 2017-04-03 21:52 GMT+02:00 Dan Williams : > Looks like a C error from the AT#PSNT codepath; all the docs > I can find indicate that AT+SERVICE returns only an integer and > no commas: Confirmed, when this command is supported as far as I know there is only one integer.

[PATCH] telit: fix AT+SERVICE 3GPP2 access technology reporting

2017-04-03 Thread Dan Williams
Looks like a C error from the AT#PSNT codepath; all the docs I can find indicate that AT+SERVICE returns only an integer and no commas: (ttyUSB2): --> 'AT+SERVICE?' (ttyUSB2): <-- '+SERVICE: 3OK' Couldn't refresh access technologies: 'Failed to parse +SERVICE response: '+SERVICE: 3'' ---