Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-07 | cinterion: improve ^SCFG=? response parser to handle EHS5 format | Aleksander Morgado | |
Two main changes in the regex: * Ignore double quotes around interval numbers. * Ignore second set of values (i.e. the one after the comma), as it may not even be given). We now support at least these two formats: ^SCFG: "Radio/Band",("1-511","0-1") ^SCFG: "Radio/Band\",("1"-"147") Reported-by: Colin Helliwell <colin.helliwell@ln-systems.com> | |||
2017-02-16 | cinterion: improve ^SMONG response parser: | Aleksander Morgado | |
* Allow whitespaces prefixing the values row. * Allow more than one \r\n between the title and the table header. Reported-by: Colin Helliwell <colin.helliwell@ln-systems.com> | |||
2017-02-13 | cinterion: support number ranges in CNMI=? parser | Aleksander Morgado | |
https://lists.freedesktop.org/archives/modemmanager-devel/2017-February/003911.html | |||
2017-01-04 | cinterion: implement connection status monitoring via ^SWWAN? | Aleksander Morgado | |
And consolidate the connection status checks done during connection and disconnection so that we re-use the same logic. | |||
2017-01-04 | cinterion: simplify ^SWWAN response parsing | Aleksander Morgado | |
We get as input the ^SWWAN index we're interested in, and we loop through the list of ^SWWAN lines looking for the one we need. This updated helper method allows working with multi-line ^SWWAN responses, e.g. given when more than one PDP context is active. | |||
2017-01-04 | cinterion: implement support for the new SWWAN interface | Matthew Stanger | |
2014-06-25 | cinterion: new 'AT+CNMI=?' parser helper | Aleksander Morgado | |
2014-03-03 | cinterion: after SIM unlock, query SIM status until ready | Aleksander Morgado | |
2014-02-28 | cinterion: consolidate setting current bands in 2G and 3G devices | Aleksander Morgado | |
2014-02-28 | cinterion: consolidate current bands loading for 2G and 3G devices | Aleksander Morgado | |
2014-02-28 | cinterion: consolidate supported bands loading for 2G and 3G devices | Aleksander Morgado | |
2014-02-28 | cinterion: add helper to build Cinterion band mask | Aleksander Morgado | |
2014-02-28 | cinterion: add helper to parse AT^SCFG="Radio/Band" response in 3G devices | Aleksander Morgado | |
2014-02-28 | cinterion: use AT^SCFG=? to parse supported bands in 3G devices | Aleksander Morgado | |