The AT command CGDCONT=? may give several ranges of supported context identifier.
For example with Cinterion PHS8:
AT+CGDCONT=?
+CGDCONT: (1-17,101-116),"IP",,,(0),(0-4)
The callback in atmodem driver fails because it expects a unique range in first list.
I propose to skip to next list instead of trying to close the brackets.
vcesson (1):
atmodem: Fix CGDCONT result parsing.
drivers/atmodem/gprs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.1