aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-probe-at.c
AgeCommit message (Collapse)Author
2020-04-08port-probe-at: remove explicit loggingAleksander Morgado
2013-04-04port-probe: add a new serial parser filter to detect non-AT stringsAleksander Morgado
We will check each string with our custom filter before even trying to parse them. A MM_SERIAL_ERROR_PARSE_FAILED error will be issued whenever the string doesn't match the filter.
2012-11-27port-probe: fix checking of Icera capability on some devicesDan Williams
Sierra devices often have limited AT parsers on their APP ports which reply with OK to any command they don't understand, and thus we need to actually check for a valid IPSYS reply instead of just checking whether the IPSYS request completed without error. Previously MM would detect Icera capability on devices that didn't actually have it.
2012-08-06port-probe: include Icera support check in the probing sequenceAleksander Morgado
2012-03-16port-probe: refactor AT command handlingAleksander Morgado
Make it use a GVariant in the response processor, as the AT command handling in the MMBaseModem.